I created simple screensaver using CHTMView class reading HTML file stored locally. Everything is fine with IE 6,7,8, 9 and 10 when user is logged in. If I set screen screensaver globally (ie....
I have a small problem with LoadLibrary and FreeLibrary in my DLL. For compatibility reason with all WIN OS versions I'm not linking neccessary libraries, but I load them on very begining in...
Hi.
I don't know, why MS removed links from MSDN. Here is the link to J.Richter article in MSJ named 'Custom Performance Monitoring for Your Windows NT Applications':
...
I wasn't here for ~1 year and I need some help. What I need is information about current physicaly conected monitor to PC ( at least monitor model and manufacturer). Not from registry or some API...
Thanks,
but I can't find in given example information how to read message. I know how to send message, attach file.... I need only read messages in Inbox folder. Some simple solution.
Take a look to Task Manager if Mapisp32(MAPI spooler) process is running on your machine? Otherwise you can't open MAPI session. And take a look to MSDN...
I use in my program MAPI initialization like in the piece of code bellow. Is better to use pointers to function and get address using GetProcAddress()to avoid...
You can't call interrupts from WIN32 directly. INT is privilege instruction ( like direct I/O access using in,out instruction....etc) To simulate an interrupt under 9x take a look to VMMcall and VDD...
// REGISTER WORD LAYOUTS
// Host To IF Register
typedef struct { // Mode
unsigned short reset_if : 1; // All
unsigned short service_request : 1; // RT
unsigned short subsystem_flag :...