**DONOTDELETE**
(Lurker)
2004-10-15 03:41 PM
Hidden Windows

Hi,

I have sorted all my send key scripts at the moment (begineer), however, can I hide the active windows to make everything look tidy, or do the windows have to be active in order for the TABs etc to work...

Dan


AzzerShaw
(Seasoned Scripter)
2004-10-15 03:54 PM
Re: Hidden Windows

IT can be done through a UDF

Please follow this link

Windows Key


Aaron


Richard H.Administrator
(KiX Supporter)
2004-10-15 04:19 PM
Re: Hidden Windows

Which window do you want to hide?

You can run a console-less kixtart app using "wkix32.exe -i myscript.kix"

Also, have a look at the "SetConsole()" command.


LonkeroAdministrator
(KiX Master Guru)
2004-10-15 04:20 PM
Re: Hidden Windows

yes, sendkeys can't work with hidden windows.
it emulates (kinda) your kb, and you can't type to such window either, can you?


AzzerShaw
(Seasoned Scripter)
2004-10-15 04:59 PM
Re: Hidden Windows

ahh i see now what he meant