- Breakpoints in system DLLs
- Posted on February 1st, 2004 | 0 Comments
I've made a little debug app to insert breakpoints into DLLs to allow tracing of various calls done by any program. E.g. c:\> tracer program ... > logfile.txt The tracer wait for debug-events...
- MAPI question
- Posted on February 1st, 2004 | 9 Comments
Hello everyone, I'm wondering if it's possible to send a webpage (as the body of a message) that is 100% self contained. By self contained I mean that images (or other external files like sounds,...
- Crazy winmain parameters
- Posted on February 1st, 2004 | 2 Comments
Why is there so much work to do little? winmain() for example. I guess this is case sensitive I've never tried to see. int WINAPI WinMain(HINSTANCE hInstance,... what is an HINSTANCE? Do all these...
- GetModuleFileName
- Posted on February 1st, 2004 | 10 Comments
How do I get the needed size of the buffer for use with GetModuleFileName? It seems like I could get a problem if I want to get a path bigger than MAX_PATH. Chris --- Reply with no _PRIVACY_ in...
- MapViewOfFile of subprocess
- Posted on February 1st, 2004 | 2 Comments
This is probably an easy question for you. I want to use memory-mapped access to a process created by OpenProcess(). Now I use ReadProcessMemory() and WriteProcessMemory(), but this is cumbersome....
- What does CS_OWNDC in wndstyle do?
- Posted on February 1st, 2004 | 1 Comments
I understand that using CS_OWNDC in the style will cause the app to "allocate a unique device context for each window in the class" but I'm not sure why one would want unique DC's for each window....
- my ownerdrawn button doesnt respond well to clicks
- Posted on February 1st, 2004 | 1 Comments
Hello! I have made an ownerdrawn button that is displaying a little picture I have put as a bitmap resource together with some text. I do the drawing of the button in the parents...
- strange format
- Posted on February 1st, 2004 | 2 Comments
I have these images I downloaded and I don't know what format they're in can't find anything on the web. The extension is simply .L What is a .l file ? Bill
- Moving instances between COM apartments
- Posted on February 1st, 2004 | 0 Comments
Hello, Is it possible to move instances to a different COM apartment? I have several instances I want to move to the Multithreaded apartment. There, I can perform a number of operations on the...
- how stop a process running in the background
- Posted on January 31st, 2004 | 1 Comments
hi hi i am building an application which would display all the processes running in the background and user would be able terminate specific permitted process so pls help me out that how should i...
- Hungarian Notation for MFC Classes
- Posted on January 31st, 2004 | 3 Comments
Is there a generally accepted way for describing member variables of a class which are not derived from primitives like booleans, ints and characters? Beyond the MSDN Article 'Hungarian Notation', a...
- Re: Britney Spears Topless 630
- Posted on January 31st, 2004 | 0 Comments
So are the parents of Cow and Chicken.
- A bug
- Posted on January 31st, 2004 | 5 Comments
I think I found a bug from the Visual C++ Net 2003 (Win XP Pro). Just writing "#pragma message(typeid" on the screen causes the ide to allocate all of the available memory including the paging...
- newbie question
- Posted on January 30th, 2004 | 4 Comments
greetings, i have two questions first, will define WINVER 0x0400 make the excutable binary uncompatible with windows xp? will define WINVER 0x0500 make the excutable uncompatible with...
- Enhancing GetOpenFilename?
- Posted on January 30th, 2004 | 2 Comments
I have an app where it's common to open the file selector in a directory that has a few hundred small files that the user operates on, and may traverse through semi-sequentially, operating on a file...
- Q: Function pointers and Dlls
- Posted on January 30th, 2004 | 2 Comments
Hi, Is it possible to have a Dll return a function pointer (to a function in this same Dll) to the Exe it is currently linked to, so that the Exe can call it, or do I actually have to export that...
- serial baudrates >115,2k
- Posted on January 30th, 2004 | 4 Comments
have a W98 machine what shows 2 Com Ports in the HW manager. Windows Device Manager Setup pulldown menu contains entrys for 230,4k Baud and 460,4k and 921,6k. My own application works well up to...
- a huge delay in displaying bitmap control
- Posted on January 30th, 2004 | 2 Comments
I create a modless dialog with CreateDialogEx(), the only control in it is a picture control - it's a kind of vigniette. Then I call ShowWindow() I have a huge delay between the dialog shows up and...
- Windows Programming
- Posted on January 30th, 2004 | 2 Comments
Well I received my copy of Petzold's book from Amazon. This book is a tome, it's huge. I skipped ahead to see how to create a dll. It seemed like to real work is done by the C preprocessor. There...
- C++ debug and analysis tools
- Posted on January 30th, 2004 | 0 Comments
Does anyone have an opinion on the debug and analysis tools available for use in Windows environments and using the MS IDE? Optimally, it would also support COM architectures. I have used several,...

