|
-
Oct 1st, 2006, 08:55 AM
#1
Thread Starter
Hyperactive Member
systray
i cant seem to find this code on the internet, so there might not be one.
I am trying to hide the system tray so just the clock and the taskbar is showing.
Please let me know if it is possible, and if you know the code please post it.
-
Oct 1st, 2006, 09:26 AM
#2
Hyperactive Member
Re: systray
I'm not sure if theres an 'offical' way to disable the system tray, but you could do either:
Hide the window (I believe it's caption is "Notification Area"), using spy++ to determine its handle, then create a new window over it, with plain blue. (If you just want to prevent it from being used).
You could close the window, but it would most likely leave a 'hole' in the taskbar.
You could use SendMessage API to find each icon in the toolbar, and permanently remove it from the system tray. (I'm not sure if it is restored when the computer is restarted)
-
Oct 1st, 2006, 09:51 AM
#3
Thread Starter
Hyperactive Member
Re: systray
 Originally Posted by Rob123
You could close the window, but it would most likely leave a 'hole' in the taskbar.
please could you tell me the code to close the window.
i tried
Code:
systray.visible = false
but it dosent work
thnks chris1990
-
Oct 2nd, 2006, 09:08 AM
#4
Thread Starter
Hyperactive Member
-
Oct 2nd, 2006, 09:13 AM
#5
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Oct 2nd, 2006, 09:39 AM
#6
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Oct 5th, 2006, 04:56 AM
#7
Thread Starter
Hyperactive Member
Re: systray
 Originally Posted by Mark Gambo
I am trying to hide the taskbar not the icons, thanks anyway.
**BUMP**
CHRIS1990
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|