question

77253957 avatar image
0 Votes"
77253957 asked SongZhu-MSFT commented

How to hide thie input method switch button in the taskbar

When I use the remote desktop client(mstsc.exe), I found that the input method switch button in the taskbar disappeared.

How do I implement this function in my own program with windows API.

98564-1662788.png


98565-1662789.png



I found the ImmDisableIME function can only invalidate the Chinese input method,but cannot make the input method switch button disappear.

windows-api
1662788.png (22.2 KiB)
1662789.png (9.8 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


Did you change an option in Settings, Devices, Typing, Advanced Keyboard Settings, Language bar options? Make sure that “Show text labels on the Language bar” is checked.

0 Votes 0 ·

I want to hide the input method button in my application like mstsc。

0 Votes 0 ·

As far as I know, there is no Windows Api that can achieve this function. I think your remote client may be set differently. Refer to: How to hide the “ENG” language icon in notification area? (Windows 10)

0 Votes 0 ·

0 Answers