- deleting microsoft sdk files from vs.net dir
- Posted on October 15th, 2003 | 0 Comments
Does anyone know where i could find some information on what can be deleted from the visual studio installation after installing the contents of the microsoft sdk update site?
- Meaning of GetAsyncKeyState(VK_SHIFT) & 0x8000???
- Posted on October 15th, 2003 | 3 Comments
Hello, I was wondering the reasong for the bitwise and with 0x8000. What does GetAsyncKeyState(VK_SHIFT) & 0x8000 return? Thank you. Bob Rock
- How to discover if an input string is unicode or ansi???
- Posted on October 15th, 2003 | 6 Comments
Hello, having an application that receives input from users I'd need to be able to discover if an input string is unicode or ansi and this since on w9x and wME unicode is not supported (unless the...
- Default shell action
- Posted on October 15th, 2003 | 1 Comments
Hello everyone, I'm currently writting a program which has a file pane that mimics Explorer's file pane. This is done in VB, but it shouldn't make any difference I suppose. I'm currently using...
- Bug in WM_CTLCOLORSTATIC and SetTextColor handling ??? Please Help!!!
- Posted on October 15th, 2003 | 2 Comments
Hi, I am trying to change the text colors of two static controls to two differnt colors respectivly by iterating over them in a loop. The idea is to change the text color from a group of the two...
- Timer integrity checking in Win32
- Posted on October 15th, 2003 | 0 Comments
Hello. My client has bought from another developper a multimedia program based on development platform called Multimedia fusion. The program makes heavy use of its built-in timer objects triggered...
- owner-draw menus cosmetic problem
- Posted on October 14th, 2003 | 2 Comments
Hi All, I have some code that implements owner-draw menus and for the most part, it is what I was shooting for. However, I'm having trouble with one thing in particular: Although my dropdown menu...
- help needed on getting ap to run in background
- Posted on October 14th, 2003 | 5 Comments
Hi ! Anyone care to answer this ? I want my app to be in the background, not beeing seen, but always be in focus (like firewalls,antivirus progs, ICQ etc etc), but every way I've tried fails. So...
- Try the corrective package for MS Windows
- Posted on October 14th, 2003 | 0 Comments
- Select & TRY
- Posted on October 14th, 2003 | 0 Comments
Hello, take a look at this smell code: int winsocket::incomingdata(int timeout) { fd_set fds; timeval tv; tv.tv_sec=timeout; tv.tv_usec=0; FD_ZERO(&fds); FD_SET(s,&fds);
- what if shmalloc fails
- Posted on October 14th, 2003 | 6 Comments
Hi, I have a PIDL library that works with PIDLs as regular memory, meaning it free's them using the regular "free" (the complement to "malloc" and it's friends). I use ParseDisplayName to get the...
- Microsoft Speech SDK
- Posted on October 14th, 2003 | 4 Comments
Hi, I just got their SDK, it comes with 2 CDs. I was wondering if anyone has any experience with this Speech Recognition SDK. It has a Visual Studio .NET also, do I need that, and what is that for?...
- editing window tab names
- Posted on October 14th, 2003 | 3 Comments
Does anyone know how to edit window tab names in place (like MS Excel does) ? I am using the Tabbed Window control that Paul DiLascia wrote...
- Initiate serial port problem.
- Posted on October 14th, 2003 | 2 Comments
Hi, I'm trying to initiate the serial port against a weight system. When sending data to the seriel port the data can't be seen on the serial line (listening with an port analyzer). The...
- Securing DLLs
- Posted on October 14th, 2003 | 3 Comments
Apart from getting the application to perform a CRC check of the DLL it uses, is there any other way of making sure that an application is using the DLL it thinks it is. For example, a fake DLL...
- MAPISendMail failed in Windows NT service?
- Posted on October 14th, 2003 | 0 Comments
Hello, I wrote a little Windows NT service to send and get mail from a given account. I used the example from www.codeguru.com: http://www.codeguru.com/internet/UsingSimpleMAPI.html The service...
- using the button with the colored highlight
- Posted on October 14th, 2003 | 1 Comments
Hi, is there a way to use the windows xp style button, that changes color when the mouse is over them. Like the ones explorer for windows xp uses. Thanks
- Threads and try
- Posted on October 14th, 2003 | 1 Comments
Hello, can someone please show me the right way to use the c++ try function in a thread procedure like this: DWORD WINAPI mainthreadproc(LPVOID) { // do something...
- TCP Help
- Posted on October 14th, 2003 | 2 Comments
Hi All, How can I catch TCP Packets under windows ? Thks
- getting details of hardware????
- Posted on October 14th, 2003 | 0 Comments
Hello folks, Well, I've been working on a software as part of my in-plant training. The software is composed of two parts: 1. a small server program that collects the h/w details of the system it is...

