|
How to get info about handle Suppose I wanted to write a function to get miscellaneous information about a handle, to use that information for debugging that handle. For example, I might have the following questions about the handle, and want to find the answers by looking at the information returned by my function. 1. Is it a valid dev... 25 Jun 2008 18:06
Windows programming languages RealCat <typingcat(a)gmail.com> wrote in news:c2414619-fc96-44b3-8b6e- 654ecedc9498(a)c19g2000prf.googlegroups.com: What else could there be? I wanted to be able to easily port my software between Windows and Linux, and also to be able to develop big, sophisticated apps, as quickly as possible, with the fewest... 24 Jun 2008 20:34
Please Recommend Help Tool For Visual Studio Hi Folks: Developing on XP and VS 2008. Does VS 2008 have a help tool? If not, can you recommend one? At a thousand dollars, Adobe's RoboHelp is a over our budget. There are free ones out there, or we can purchase one with a lower price point. What do you people like? ... 24 Jun 2008 17:29
How to detect machine sleep state? Hi, does anyone know a way to programatically detect, if the machine (x86) is going to sleep state (S1-S4). I thought about hooking into a notification handler or something else. How could I manage that? kind regards, Bernd ... 26 Jun 2008 15:39
MiniDumpWriteDump generates empty dumps Hello, I keep experiencing this problem when MiniDumpWriteDump generates empty crash dumps. I have a program that calls this function in exception handlers. On 1 machine all crash dumps are generated perfectly well, while on another machine in 99% cases crash dumps generated end up being empty (not a single byte... 10 Jul 2008 11:20
Building a touchscreen controlled application Hello, I am working on an application that needs to be controlled using all but a touchscreen (no mouse or keyboard). Logically, there needs to be some way for the user to provide input. I would like to create an on-screen keyboard. I have no problem in doing this, but I was just wondering whether there is ... 23 Jun 2008 16:51
Problem with SetWaitableTimer and WaitForMultipleObjects(Ex) I'm investigating an issue with some old multi-threaded code that uses SetWaitableTimer. Everything below occurs in the main thread: The code creates configures the timer to fire at some point in the future and uses the pfnCompletionRoutine parameter to configure an APC routine that will be called at that mome... 23 Jun 2008 17:53
WM_SETICON and ownership Is the following code valid? I assign the same hIcon to two different windows. Is this ok, or do I need to load the icon twice, once for each window? HICON hIcon = LoadIcon(GetModuleHandle(0), MAKEINTRESOURCE(IDI_APPICON)); ::SendMessage(hWnd1, WM_SETICON, ICON_BIG, (LPARAM)hIcon); ::SendMessage(hWnd2, WM_SETIC... 23 Jun 2008 13:45
Maximize window? I had a program made for me and I love it except that the window is locked at 640 x 480. This was fine several years ago but as resolutions have increased it has become relatively smaller. I don't have the source code, only the compiled binary and the original developer is unreachable. Is there anything I can ... 23 Jun 2008 15:49
co-existence of different VS version Hi, Is it possible (or more appropriately, advisable) for VS 2005 and 2008 to be installed on the same computer? Andy ... 23 Jun 2008 16:51 |