August 26th, 2009 04:15 AM
See MSDN code sample to write raw data to printer .
August 26th, 2009 04:05 AM
It won't help : hiberfil.sys is not updated when Windows hibernates...
August 26th, 2009 03:51 AM
And you didn' find that on MSDN ?!!!
There are dozens of complete samples in MSDN (ODBC, ADO, etc) to connect to a database !!
August 23rd, 2009 03:26 PM
Very bad 'article'...
The registry don't absolutely need to be updated.
August 21st, 2009 05:54 AM
Use journal hooks, see MSDN samples
August 18th, 2009 04:59 AM
Posting your own site is rather stupid...
(And it's complete BS)
Read Prosise to learn MFC.
August 18th, 2009 04:57 AM
No.
By programming.
You enumerate the handles and close the one you want from the matching PID
August 12th, 2009 07:36 AM
See the MSDN samples about owner-draw menus. C and C++ samples
August 12th, 2009 07:31 AM
Everything is in MSDN : complete article with the sample C application (main form + DLL) with all the hooks !
August 12th, 2009 07:27 AM
See MSDN services samples (SDK and doc)
August 8th, 2009 03:01 AM
Because this article is wrong.
You must use a hook (among others methods..) to get it from minimized windows..
August 1st, 2009 01:31 PM
Just get the window menu HWND and change its width
August 1st, 2009 01:30 PM
Just use MM apis. 15 minutes to do it (or 2 by copying SDK samples..)
August 1st, 2009 01:27 PM
It's done with basic User, Shell and GDI apis.
Nothing special (even 10 years old samples in MSDN CDs...)
August 1st, 2009 01:21 PM
Read MSDN and Petzold about kbd input, and you'll do it yourself in 2 minutes, as it's a basic task...
August 1st, 2009 01:16 PM
You don't need any library.
Everything is included inside win32 api (COM and Net)
August 1st, 2009 01:13 PM
It's a FAQ . You can ask on Win32 grp)
for official code (used in Explorer source code...)
August 1st, 2009 01:08 PM
Yes, it's a classic one (see on google groups, Win32 overlapping, same one than on 16-bits)
August 1st, 2009 01:04 PM
There are plenty of samples in MSDN...