Thursday, July 30, 2009

Can you hide the icon that appears on the taskbar from a C++ console program?

I've been programing for about a year and a half. I'm using Dev C++ to write a simple C++ console program and i don't want to have that icon in the taskbar that says that the program is running. Is there any way to hide it?

Can you hide the icon that appears on the taskbar from a C++ console program?
Yes. I do this all the time. See Dominik Filipp's article:


http://www.codeguru.com/cpp/frameworks/a...





If you'd like to place an icon or animation in the systemtray, see Chris Maunder's article:


http://www.codeguru.com/cpp/com-tech/she...





I often use both of these mechanisms.
Reply:i dont know sorry i cant help
Reply:If you write the program as a service then it doesn't get a taskbar icon. So your keylogger doesn't get discovered right away.


No comments:

Post a Comment