Jump to content

Control Show/Hide Problems


Recommended Posts

ControlHide('', 'Running Applications', '')
ControlHide('', 'Start', 304)
ControlHide('', '', 303)
ControlHide('', 'Notificiation Area', '')
ControlHide('', ':', '303')

Okay my first confussion is that the 'Clock' control and the box control surrounding the clock and quick links bar are the same. Can't only one controlid exist? On top of that when I do this it hides the taskbar nicely. But when I try to use ControlShow on the exact same thing it doens't work. Nothing happens. On the other hand when I use it on say window titled Program Manager with no control ID it works fine. What gives?

I AM ORCA!! A VERY POWERFUL WHALE!!!

Link to comment
Share on other sites

might want to play with this too:

Opt("WinTitleMatchMode", 4)   ;1=start, 2=subStr, 3=exact, 
ControlHide("classname=Shell_TrayWnd","",40965)

as far as after you hide it you can't turn it back on, might try this:

Opt("WinDetectHiddenText", 1) ;0=don't detect, 1=do detect

getting late and my brain is fuzzy though, might not be what you were talking about.

Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...