Jump to content

How to add icon or characters to right of title?


Recommended Posts

Guest cyberhorse
Posted

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.

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

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

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.