August 28th, 2011 03:09 PM
You can use WMI Object Browser or WMI Explorer to find something useful. Unfortunately - some objects / events are not available on some systems / configurations. Example:...
August 21st, 2011 04:53 PM
I think the best way to obtain these informations is to write your own driver but it requires .dll.
You can also read about:
http://en.wikipedia.org/wiki/CPUID (asm is necessary, it requires .dll)...
August 21st, 2011 08:50 AM
Look at logs from my application (in attachment).
August 21st, 2011 06:45 AM
Yes, I know about it.
Avira have uVersion == 0, so this:
SendNotifyMessage(lpTrayItem^.hWindow, lpTrayItem^.uCallbackMessage, lpTrayItem^.uID, uMsg);
should work, but doesn't.
Popup menu is...
August 15th, 2011 07:31 AM
Hello everyone!
I'm trying to make my own shell (explorer.exe) for Windows XP / 7.
I did the first part - tray window, but... it still has some bugs. For example: if I click the right mouse...