wattmaster
Programmer
I'm trying to write a winlogon notification package for 2K that starts a thread on the logon event and stops the thread on the logoff event. I've managed to implement the notification package so as it beeps on logon/logoff. My problem is as follows:
I've written an MFC class that emulates MSN messengers little popup window and I want to be able to start a thread on windows logon that pops up the window every 5 minutes or so. Does anyone have a sample program that illustrates using threads in an MFC DLL?
Any help would be greatly appreciated.....
I've written an MFC class that emulates MSN messengers little popup window and I want to be able to start a thread on windows logon that pops up the window every 5 minutes or so. Does anyone have a sample program that illustrates using threads in an MFC DLL?
Any help would be greatly appreciated.....