Running a program in the taskbar
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I am making a Win32 project in VC++ v7. When I click on the executable, I want it to run in the task bar. How would I do this? Any help is appreciated. -Dev578
What does "run in the taskbar" mean? Jens
-
I am making a Win32 project in VC++ v7. When I click on the executable, I want it to run in the task bar. How would I do this? Any help is appreciated. -Dev578
maybe something like :- http://www.codeproject.com/shell/trayicons.asp[^] or this .. http://www.codeproject.com/shell/systemtray.asp[^] is what you're looking for 'G'