Tech Support > Microsoft Windows > Development Resources
How to reactivate swapped memory?
Posted on March 8th, 2007 | 4 Comments

On 8 Mrz., 01:30, "Michael K. O'Neill" Well, it would get me close to the results experienced, but it still doesn't make sense. When I have the queue full (i.e. approx 600000 entries), the...

DirectX examples
Posted on March 8th, 2007 | 0 Comments

Hi, I'm looking for the directX exmaples ddex1.cpp etc. I downloaded the latest SDK, but it didn't appear to contain these examples. Initially I'm only interested in simple 2D animation and I...

Someone willing to help me in develop a serial comm program ?
Posted on March 7th, 2007 | 6 Comments

chris_doran@postmaster.co.uk wrote: Hi Chris: I also developed software from MTTTY, and that seems to work. Quite a shock as a first Windows project for a Unix programmer. But I've never used...

"huge" causes compiler warning
Posted on March 7th, 2007 | 3 Comments

On Mar 7, 5:27 pm, "Charlie Gibbs" <cgi...@kltpzyxm.invalid> wrote: probably better, but I assumed it needn't be. It would then also be appropriate to do something like #ifndef DOSWIN16 #define...

CreateProcessAsUser from a Service
Posted on March 7th, 2007 | 1 Comments

I've cross posted this in microsoft... kernel and have been unable to find an answer. What is the error "No process on the other end of the pipe"? - DuplicateTokenEx to create a primary token -...

recieve Mouse msgs when hot spot is not inside window region
Posted on March 7th, 2007 | 0 Comments

I want to develop an application in which i have to capture mouse events even when pointer is outside my window region . And capture mouse wont fulfil the requirement because it will loose capture...

Test
Posted on March 7th, 2007 | 0 Comments

Test

Tooltips for cutomized CFileDialog
Posted on March 7th, 2007 | 0 Comments

Hallo, I have derived a class CFileDialogExtra from CFileDialog, added a check box there und would like to show a tooltip for that check box. I've read Q141871, have overridden WM_LBUTTONDOWN,...

Broken or Changed Win32 API's on VIsta
Posted on March 7th, 2007 | 2 Comments

yes it works when you run it as a administrator or a user who is in a administrator group. but it does not work as a normal user as teh entry is written in the registry...

Help with including functions from external lib
Posted on March 7th, 2007 | 1 Comments

It seems you are missing the definitions of ucarg and ucfunc. Perhaps they are in another .c file or in another shared library, in which case you either have to supply a .lib file or load the...

Reading/Writing from/to windows registry using C++
Posted on March 7th, 2007 | 1 Comments

RhavoX@gmail.com wrote: Using plain Win32 API: http://msdn2.microsoft.com/en-us/library/ms724880.aspx Using CRegKey wrapper class (classic Win32-based Visual...

Importing global variable from .exe into .dll
Posted on March 7th, 2007 | 3 Comments

Hi Guys, thanks! Your hints made my code work :) On Mar 5, 9:38 pm, Olof Lagerkvist <n...@email.address> wrote: That one helped me. I am now exporting my variable and dynamically import it...

Regarding blank in preview by using the ProcAmp control
Posted on March 7th, 2007 | 0 Comments

Hi I am using VMR9 filter to show the capture preview.And to change the brightness, hue, saturation and contrast I have implemented ProcAmp control using the interface IVMRMixerControl9.With the...

exec trying to hide dos box
Posted on March 6th, 2007 | 11 Comments

Yes, didn't give any working result. Same there. I don't know what you mean with that, sorry. Yes, it works now. I pasted the function that I found working below. It

SetupDiGetDeviceInfoListDetail() buffer problem
Posted on March 6th, 2007 | 0 Comments

Hi, I have written sample code. This enumerates the available device list from the system using the SetupXXX API. But I got the error "0x000006f8 - The supplied user buffer is not valid for the...

Reading in Data to reformat
Posted on March 6th, 2007 | 1 Comments

* RosalieBott@gmail.com: Use std::getline to read in a line at a time, then parse that line. The following may come in handy (no guarantee about bug-free-ness, I just wrote it -- it's also...

[Vista] Directories names on filesystem / on screen
Posted on March 6th, 2007 | 2 Comments

PJ Naughter wrote: This was not what I was looking for, I'm looking for a function that take a string as parameter, not a CSIDL* :) Maybe someone have an idea ?

howto: crossprocess "database" / memmanager application-strategy ?
Posted on March 6th, 2007 | 4 Comments

Niel Darren wrote: Well, if you need the fastest possible access from multiple apps then mapped shared memory is the only way. A named mutex must be used for reads and writes because Win32 does not...

How to know about mouse activity outside the region of my application
Posted on March 6th, 2007 | 2 Comments

* Alf P. Steinbach: The OP asked for clarification in private e-mail, quoting my signature about top-posting, and top-posting. Well, OK. Google is your friend. <url:...

How to convert long to pointer?
Posted on March 6th, 2007 | 2 Comments

io@uunet2.com wrote: This is no conversion but just a different formatting of the same number. Macros are evil, see the C++ FAQ at parashift's. 1. It is very questionable if that is a good...