- Good Book on Visual Studio with C++
- Posted on May 3rd, 2007 | 2 Comments
On Apr 30, 11:01 pm, Conan Lord <conanl...@free.fr> wrote: Here is a link to a tutorial that IMHO does a good job of showing how to develop for Windows using the C++...
- which function to hook in "ntdll.dll" for controlling process creation
- Posted on May 2nd, 2007 | 0 Comments
For controlling process creation in windows I can hook few function in the "kernel32.dll"\"advapi32.dll" I want to hook the "root" - I mean the function responsible of creating process's in the...
- Serial programming in win 32
- Posted on May 2nd, 2007 | 3 Comments
saran.jegan@gmail.com wrote: The referenced article is the seminal source of how to do serial comm in Win32. But it is also rather dated. Use it for education. But check out PJ Naughter's...
- portable executable with visual studio 2005 ?
- Posted on May 1st, 2007 | 2 Comments
On 22 avr, 17:18, David Lowndes <Dav...@example.invalid> wrote: A solution is to set in your project properties, in C/C++ > Code generation, the runtime library to "Multithread" instead of...
- Code Doesn't Work
- Posted on May 1st, 2007 | 1 Comments
On 27 avr, 01:34, mrc2...@cox.net (Michael R. Copeland) wrote: Hi On the MSDN I found that : LEFT_ALT_PRESSED 0x0002 The left ALT key is pressed. LEFT_CTRL_PRESSED 0x0008 The left CTRL key is...
- force close of IE window - get dlg box warnings
- Posted on May 1st, 2007 | 1 Comments
On 30 avr, 11:31, Angus <anguscom...@gmail.com> wrote: Hello, You have several ways to close a window, you have to choose the "level of closure" : - send a WM_SYSCOMMAND message is like a...
- OBEX file transfer APIs
- Posted on May 1st, 2007 | 0 Comments
Hi, Are there OBEX file transfer apis present in win32. I can see that there are apis for windows CE but not for win32. Would be great if anyone can give links to code where it is...
- subclass toolbar control on the task bar
- Posted on May 1st, 2007 | 0 Comments
Hi, I want to subclass the system tray toolbar on the task bar. I was able to get the window handle of the toolbar using findwindow and findwindowEx. But it fails to subclassing the toolbar within...
- Capturing Datastream of VOIP apps
- Posted on April 30th, 2007 | 0 Comments
I'm intrigued by a program called "vEmotion" which works with Skype (and other VOIP programs). It's able to play sound files through Skype's stream for the remote user to hear. I'd like to learn how...
- What does "WINAPI" mean?
- Posted on April 30th, 2007 | 2 Comments
On 28 Apr 2007 11:36:05 -0700, gw7rib@aol.com wrote: If you enable browsing in your IDE, you can right click on a word and then choose "go to definition". If the word is a macro (as in this case),...
- Issues Setting Non-Client Metrics under Windows XP
- Posted on April 30th, 2007 | 0 Comments
I have been working on a program for an Independent Study at my college and I am having some difficulties. By using SPI_GETNONCLIENTMETRICS, I have apparently captured the font sizes for menus...
- How to create a boot time service ?
- Posted on April 30th, 2007 | 0 Comments
Hi, I'm currently programming an utilty program that permits an admin to retrieve some useful informations (who logged on since boot, hard drive space informations....) . My problem is that the...
- source code for Developer's Workshop to COM and ATL 3.0
- Posted on April 30th, 2007 | 0 Comments
hi , where can i get the source code for "Developer's Workshop to COM and ATL 3.0 " By Andrew Troelsen . I have lost CD came along with this book. and This book is not available in the market...
- Caret control from worker threads
- Posted on April 29th, 2007 | 1 Comments
* Bruce Varley: Post a message to the GUI thread. -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most...
- Windows Vista, Copy Protection, and Programming
- Posted on April 29th, 2007 | 0 Comments
Hi. I've heard that Windows Vista has all sorts of things put in it to make it hard to copy movies, music, etc. or to use pirated versions of those. But how does this affect legitimate programming,...
- Help with Creating a listbox
- Posted on April 27th, 2007 | 14 Comments
On Apr 27, 7:38 am, "Scott McPhillips " <org-dot-mvps-at- scottmcp> wrote: I do that some times then I just copy the fine over to DEV C++. I found my problem. I created the same thing with radio...
- Application Shouldn't Terminate
- Posted on April 27th, 2007 | 4 Comments
"Sonic.." <abhishek.bansal1982@gmail.com> wrote in message news:1177666376.625140.294340@r30g2000prh.googlegroups.com... If they can terminate the service, then they have the authority to. If...
- Where to get comdef.h ?
- Posted on April 27th, 2007 | 1 Comments
Sorry, that's VS 2005.
- A strange problem about WriteFile and serial I/O
- Posted on April 27th, 2007 | 2 Comments
On 4¤ë27¤é, ¤U¤È12®É05¤À, "Scott McPhillips " <org-dot-mvps-at- scottmcp> wrote: Dear Scott: I solved this problem. :-) I have known about the inherit of DCB and I also write a program to prevent...
- build context menus dynamically & FindResource
- Posted on April 27th, 2007 | 1 Comments
How (what APIs)? If it's a resource, you should be able to, but I assume when you say you built the menu dynamically you just mean by using functions like CreateMenu, InsertMenuItem, etc. - in...

