SetTimer IDs and return values22514 (12/23/2008 11:50:46 AM) the44secs(141)I have an app that uses a lot of timers. I'm using enums for the IDs so that I can spot them more easily. My question is, can the return value of SetTimer be different than the ID I set it too or is it only so ...
Terminating Application using ShellExecute return value112503 (12/22/2008 11:08:05 AM) landon(165)I use MFC Visual C++ 4.2. I have a Main application that runs Child application using ShellExecute. When the Main application terminated, the Child application will also be terminated. I have tried to use t...
CreateProcess CreatePipe - gather Stderr output not working02223 (12/24/2008 4:08:02 AM) jeep(6)Im trying to create a process and send the output to a pipe which I read after the process runs so I can see whats wrong. In this case Im trying to call it with pscp (which is why I hardcoded the error Im look...
library project241802 (12/17/2008 9:47:13 AM) BillHi, I'm trying to create a library of one piece of code so the source can be kept secret and only the header and the library file need to be included in projects that use it. This is for use within my compan...
resize a fixed dialog21891 (12/23/2008 6:39:02 PM) JR1(208)I am trying to figure out how I can resize a fixed dialog running in another process. I have set a WH_CBT hook and added the WS_THICKFRAME style upon creation. This achieves the affect of having a sizeable ...
Can't see my posts02187 (12/24/2008 12:47:01 AM) JR1(208)Earlier today I posted a new question titled "Resize fixed dialog". I came back a while later and noticed I couldn't see the post so I figured I inadvertantly pressed the 'close' button instead of the 'Post'...
Cross platform C++ base library?292035 (12/18/2008 2:57:28 AM) dc2983(3206)Hello, I am looking for a good cross platform C++ 'base class' library for things such as strings, containers, and utility functions that are typically found in MFC, Qt, etc. It doesn't need to support GUI. ...
resize a fixed dialog #201705 (12/23/2008 8:47:24 PM) JR1(208)I am trying to figure out how I can resize a fixed dialog in another process. I have set a WH_CBT hook and added the WS_THICKFRAME style at time of creation. This achieves the resize handle in the lower rig...
Listening and Connecting At The Same Port21861 (12/23/2008 5:03:01 AM) Chris6982(632)I use MFC Visual C++ 4.2. I have developed a network application using CSocket. I am having 3 applications: Server app, Client app, Broadcaster app. If Server app has error and needs to be restarted, Broad...