- Wait problem...
- Posted on December 2nd, 2003 | 4 Comments
This one is a Windows version of mine of an example from Unix Application Migration Guide: it doesn't work like the original, why? #include <windows.h> #include <stdio.h> #include...
- "preferred base address" for injection DLL
- Posted on December 2nd, 2003 | 6 Comments
I've written a DLL which gets injected into certain processes. It works well; now I'm looking at tuning it up some. One of the things I'm looking at is adjusting the "preferred base address"....
- Re: using CreateFile() to access partition
- Posted on December 2nd, 2003 | 0 Comments
"mike" <mike@localnet.looped> wrote in message news:o7imsvkirc1fgtlgisktr9r40q788fqj9n@4ax.com... You need to write: "\\\\.\\PHYSICALDRIVE0", "\\\\.\\C:", etc..
- Error spawning rc.exe - Update your Windows version
- Posted on December 2nd, 2003 | 3 Comments
Hi Experts: I've just seen VC++ do a new trick. After writing code, and compiling, all day I now see this popup: ! The C:PROGRAM FILES\MICROSOFT SDK\BIN\RC.EXE file expects a newer version of...
- 2 rc files in one project
- Posted on December 2nd, 2003 | 6 Comments
When I have 2 rc files in one project, the compiler (visual c++ 7) complains then stops, it finishes the compilation and linking when I execute again the compilation. How can I avoid this problem?...
- Simple Edit Questions
- Posted on December 2nd, 2003 | 3 Comments
Hi Experts: Can anybody point me to a tutorial on the editor we use in VC6? I'd like to know how to save multiple text buffers. Like ^C. Is there a way to mark places in the text so I can return...
- Programmatically setting a jpeg image as a wallpaper
- Posted on December 2nd, 2003 | 0 Comments
Hi, Opening a jpeg image in IE and setting it as the background image converts the image to bmp. Does IE (or any other default Windows app) expose an API to convert any jpeg image to bmp through a...
- Q: callback between a linux server and Windows RAS client
- Posted on December 2nd, 2003 | 0 Comments
Hi, Windows gurus: I have a problem to get the callback between a linux server and Windows RAS client working. Basically whenever the server terminates the session, the RAS client just aborts...
- win32 source code
- Posted on December 2nd, 2003 | 4 Comments
I am a beginner in the win32 API programming and would like to know where can i get some source code for referrence.Thank you very much.
- Distrubuting VC++6.0 App
- Posted on December 2nd, 2003 | 2 Comments
Hi all After writing a 150Kb small Windows application I would like to distrubute it. I checked the program menu of VC++ in the hope to find some sort of a packer-program.. I also started...
- Assignment Help
- Posted on December 1st, 2003 | 3 Comments
Hi All, Before I begin I would like to clarify one thing, which is, that I'm not expecting anyone to do my assignment for me. I'm a computer eng student and have been given a project which has the...
- How much memory can an application actually allocate ?
- Posted on December 1st, 2003 | 5 Comments
How much memory can an application actually allocate ? I use Borland C++ Builder 5 and I have this situation where I have to process an enourmeous amount of data. Each time when 'certain' data is...
- QOS_DS_CLASS for setting DSCP values???
- Posted on December 1st, 2003 | 2 Comments
Hi, Has anyone out there been successful in using the MS Winsock2 GQoS API to set the DSCP value for outbound packets on a specified UDP socket? I am trying to use the QOS_DS_CLASS struct through...
- data acquisition and modem connection
- Posted on December 1st, 2003 | 1 Comments
Hello, I work under win98 with borland c++ compilator. I wrote a first programm wich is doing a loop to read logical states of a data acquisition card and store data in a buffer. A second programm...
- Hard drive emulator
- Posted on December 1st, 2003 | 1 Comments
i want to add an virtual hard drive on windows nt (not like subst, so a hard drive who point on data coming from more than one physical hard drive), anyone got an idea to begin ?
- Getting VC6 to See New SDK Includes?
- Posted on December 1st, 2003 | 1 Comments
Hi Experts: Last week it came to my attention that I didn't have a current copy of tchar.h. So I downloaded and installed the newest platform SDK. The install was successful and the new SDK's...
- Problem inserting subitems with lParam into CListCtrl
- Posted on December 1st, 2003 | 1 Comments
Hi. I was having problems filling my CListCtrl with subitems. I need to have lParam values in there, as sorting needs to be available on all columns. I just read though, that storing lParams in...
- Send keystrokes to other programs
- Posted on December 1st, 2003 | 1 Comments
Hi everybody I would like to send a keystroke from my program to another running program just as if the user would press the keyboard himself. To do this I also need to know how to check for running...
- Q: AfxStartThread works!! but how can I end it?
- Posted on December 1st, 2003 | 2 Comments
Hello After searching google for a simple (veeerrry simple) thread start / thread stop example I came across a code snippet... ok, I can now start the thread, but how can I suspend it again? MSDN...
- Scrolling Dialogs
- Posted on December 1st, 2003 | 4 Comments
I've got a dialog with dynamically created controls on it. Is there any way to get a scroll bar to automatically show up if there are controls outside of the view range? I tried using...

