Jump to content

How to add icon or characters to right of title?


Guest cyberhorse

Recommended Posts

Guest cyberhorse

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.

Link to comment
Share on other sites

  • 7 months later...
Guest maliang
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.

Link to comment
Share on other sites

  • 3 months later...
Guest cyberhorse
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?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.