/*
WS_EX_APPWINDOW:Forces a top-level window onto the taskbar when the window is visible.
WS_EX_TOOLWINDOW:Creates a tool window, which is a window intended to be used as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar, and the window title is drawn using a smaller font. A tool window does not appear in the task bar or in the window that appears when the user presses ALT+TAB.

*/
ModifyStyleEx(WS_EX_APPWINDOW,WS_EX_TOOLWINDOW);


本文链接地址: MFC学习笔记之16:不在任务栏显示应用程序图标
https://blog.qingfengju.com/index.asp?id=203

分类:Win32/C++ 查看次数:11882 发布时间:2010/3/27 10:32:53

如题.
 


本文链接地址: Google今日退出,留个记号
https://blog.qingfengju.com/index.asp?id=201

分类:杂谈随感 查看次数:5815 发布时间:2010/3/23 11:09:30