marcus_tong Posted March 6, 2023 Posted March 6, 2023 hi, all. i made a exe program to our users, but it is hidden by windows 10 when it inactive. is there a way to keep my program always show at the notification area? (show my own program not all other programs) I found this article Always show tray icon? - AutoIt General Help and Support - AutoIt Forums (autoitscript.com) but no use. thanks in advance.
marcus_tong Posted March 6, 2023 Author Posted March 6, 2023 i found this Taskbar Settings / Notification Area : Configure what icons are always shown (microsoft.com) is that a impossible missiion?
Skeletor Posted May 2, 2023 Posted May 2, 2023 In Windows 10 and 11 you have to set the program's tray icon visibility manually. As mentioned here, this cannot be done through programming. Quote There have been changes to the notification area that give the user much more control over what icons appear on the taskbar. All notification icons are now hidden by default and that visibility cannot be programmatically controlled. However, you could try this tool, http://www.technosys.net/products/utils/pintotaskbar, and hide it in your program using Base64String by @UEZ Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI
marcus_tong Posted May 5, 2023 Author Posted May 5, 2023 On 5/3/2023 at 4:28 AM, Skeletor said: In Windows 10 and 11 you have to set the program's tray icon visibility manually. As mentioned here, this cannot be done through programming. However, you could try this tool, http://www.technosys.net/products/utils/pintotaskbar, and hide it in your program using Base64String by @UEZ hey..thanks 4 your help. that is not a problem now. that cannot be done through programming.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now