This sounds like the sort of thing a virus program would do!
I'm wondering if I'll regret giving you any help.
HANDLE MyFind;
WIN32_FIND_DATA FindData;
double FileSize;
char FileName[256];
MyFind = FindFirstFile("c:\\", &FindData);
do {
if (FindData.dwFileAttributes &...
Here is quite a simple example of Putting an Icon in the system tray:
http://qsoft.ragestorm.com/tutors/windows/systray.html
The only thing I found with the example was in Windows 2000 you really need to call SetForegroundWindow(hWnd) before the call to TrackPopupMenu(GetSubMenu(...), ...)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.