Results 1 to 7 of 7

Thread: systray

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Question 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.

  2. #2
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    Melbourne, Australia
    Posts
    415

    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)

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Question Re: systray

    Quote 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

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Re: systray

    **bump**

  5. #5
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: systray

    This should get you started

    http://www.tweakxp.com/article36770.aspx
    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."


  6. #6
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: systray

    Here is an ActiveX Control:http://www.cpringold.com/products/STI.html
    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."


  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Re: systray

    Quote Originally Posted by Mark Gambo
    This should get you started

    http://www.tweakxp.com/article36770.aspx
    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
  •  



Click Here to Expand Forum to Full Width