Guest cyberhorse Posted January 10, 2005 Report Posted January 10, 2005 How to add icon or characters to right of foreground window title bar, same as input mode "123", "abc", line num, and so on? I developed a software which has a special input mode. It need be signed a label on up right of foregroundwindow to hint user what current input mode is.
Guest maliang Posted September 5, 2005 Report Posted September 5, 2005 How to add icon or characters to right of foreground window title bar, same as input mode "123", "abc", line num, and so on? I developed a software which has a special input mode. It need be signed a label on up right of foregroundwindow to hint user what current input mode is. <{POST_SNAPBACK}> Use the Shell_NotifyIcon(), just like Win32 programming. Cheer.
Guest cyberhorse Posted December 13, 2005 Report Posted December 13, 2005 Use the Shell_NotifyIcon(), just like Win32 programming. Cheer. <{POST_SNAPBACK}> Thanks you for your answer. But is it always display on screen? For example, when my program is background, is the icon still display on screen?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now