Opening multiple files in explorer with one instance of my application?You'll need to fiddle around with synchronization objects and inter-process communication to achieve...
RegSetValueEx questionAh whoops, replace [code]sizeof DWORD[/code] with [code]sizeof bShow[/code].
RegSetValueEx questionThe last parameter should be the size of the data being stored, not a pointer to the size. [code]Re...
error in message WM_PAINT[code]BeginPaint[/code] fills in the [code]PAINTSTRUCT[/code], but you are using it beforehand. Use ...
c++ - my timer class@Cambalinho http://msdn.microsoft.com/en-us/library/windows/desktop/ms644906 [quote]If the hWnd par...
This user does not accept Private Messages