|
GetUserProfileDirectory method returned "The system cannot find the file specified." Hi Everyone, I am writing a small application to spawn a particular app with different user credentials, I have attached my code snippet here, I am getting the error "The system cannot find the file specified." from the GetUserProfileDirectory method, DWORD dwSize; HANDLE hToken; LPVOI... 10 Jul 2008 02:02
Playback mouse input (or key strokes) using SendInput Hello I want to introduce a simple record / playback feature to my Windows program. It mostly consists of a load of buttons. most of which have no text. My idea was when in record mode the control id of the button would be captured and then to replay just simulate a click event on the button with whatever con... 7 Jul 2008 16:37
LAP sample project Hi, Can you please help me by knowing ,in actual practice how we can use this LAP sample project( C:\Program Files\Windows Mobile 6 SDK \Samples\PocketPC\CPP\win32\LAP ).I mean to say how we can reflect the actual behavior of this sample project in Windows mobile 6.0 emulator. please guide me . Thanks ... 7 Jul 2008 06:20
reading inbox from outlook and convert to excel Hello... I want to read the data of inbox from outlook ...i.e. pst files... and convert into excel files using c,c++ programing.... How to do this?? ... 8 Jul 2008 03:52
LAP project Hi, Can you please help me by knowing ,in actual practice how we can use this LAP sample project. I mean to say how we can reflect the actual behavior of this sample project in mobile emulator. please guide me . Thanks ... 7 Jul 2008 06:20
MailClient Hi, I am developing an application in which i have to determine all the mailclient already installed on the system and read and send the mails from all these mailclient. I am able to read and send messages from outlook using OLE. but i have nt get any method to determine all mail client installed on the system. ... 9 Jul 2008 06:30
Max length of SID of domain user Hi, What's the practical max length of SID of domain user? Does it depend on whether the user's member of sub-domain vs. top-level domain? Thanks, Boris ... 7 Jul 2008 00:13
Colored Edit control Hello, all: I'd like to be able to change the color of an edit control during program operation, as a status indicator. From what I've read, anything involving control color requires subclassing, so that's what I'm trying to do. The control (with a lot of other controls) is on my main window, which is itself... 6 Jul 2008 07:52
How to know when user use task switching Hi group! I'm writting an application and I need to know when user changes tasks (ALT-TAB, for instance). The application is a full screen DirectDraw app. I need to know when the user activates the application and when the user changes to other application. First I've tried to capture WM_SETFOCUS and WM_KILLFOC... 4 Jul 2008 16:09
Time measurement problem during task switching Hi everybody, I written a DLL to interface with a custom PCI device; manufacturer provides me via another DLL some functions to write and read bytes to device and some other to know if board is ready to accept or send data. What I need is to implement a timeout mechanism when my DLL has to wait for some data, I'... 4 Jul 2008 04:53 |