Jump to content



Photo

WinSetState and identifying the window to set..?

WinSetState identification

  • Please log in to reply
2 replies to this topic

#1 LarsBNygaard

LarsBNygaard

    Seeker

  • Active Members
  • 17 posts

Posted 14 April 2012 - 08:43 AM

I've written a little experimental program, using 2 shortcuts, to manage a relay.
The shortcuts are:
C:\USB-relæ\USBRelay\USBRelay.exe -c:8 -r:1#1 ( = 'ON')
C:\USB-relæ\USBRelay\USBRelay.exe -c:8 -r:1#0 ( = 'OFF')

The script (the compiled .exe) is doing what it is supposed to do, using the
Run ("C:\USB-relæ\USBRelay\USBRelay.exe -c:8 -r:1#1")

to turn the relay on - but I keep getting a window, which I cannot "get a grip on", almost all over my monitor, which I find absolutely annoying..!
Posted Image

What can I do, in order to force this window to "disappear"..?

Any help will be greatly appreciated!







#2 BrewManNH

BrewManNH

    באָבקעס מיט קודוצ׳ה

  • MVPs
  • 7,068 posts

Posted 14 April 2012 - 02:15 PM

Change the run line to:
Run ("C:USB-relæUSBRelayUSBRelay.exe -c:8 -r:1#1", "", @SW_HIDE)

This will hide the window when it's run.
  • LarsBNygaard likes this

How to ask questions the smart way!

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.

Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.

_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.

GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.

Posted Image


#3 LarsBNygaard

LarsBNygaard

    Seeker

  • Active Members
  • 17 posts

Posted 15 April 2012 - 12:49 PM

Thankyou very much, that does the trick!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users