Jump to content

Recommended Posts

Posted

What are all the options to run a script minimalised? I've heared about a program, but what progrma is that? And are there other ways?

I've looked in the helpfile and no results, but im problaby blind again as always ^_^

Posted

Like this

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>


    GUICreate("My GUI") ; will create a dialog box that when displayed is centered
    ;============================
    ;Run everything you want to do here
    ;============================

    GUISetState(@SW_MINIMIZE); will display Gui Minimized

    ; Run the GUI until the dialog is closed
    While 1
        $msg = GUIGetMsg()

        If $msg = $GUI_EVENT_CLOSE Then ExitLoop
    WEnd
[Cheeky]Comment[/Cheeky]
Posted (edited)

  Zompy said:

I got an script that will say hi to some people on MSN, is that possible to be runned minimalised?

MINIMIZED.

Zompy, you are again in your same style? Read this first, then ask a specific your question. OK?

Edited by Yashied
Posted

I'm not looking for a GUI to be created...

I got a script which says hi so some people, i want it to run, even MINIMIZED.

Posted

  Zompy said:

I'm not looking for a GUI to be created...

I got a script which says hi so some people, i want it to run, even MINIMIZED.

#NoTrayIcon
Sleep(2000)

You saw something, when running this script?

Posted

The language is almost unpenetrable. My best guess is that it needs to run when MSN is minimized so it probably needs _WinAPI_ShowWindow().

On another note, has anyone written a script that will click "Fast Reply", insert the text "Have you looked in the help file?" and then click "Add Reply"? ^_^

WBD

Posted

  oMBRa said:

@Yashied

as I have understood the op has a scripts and he want hide it's window with another script

You're right, but I hardly understand the OP. I think this topic will be long.

^_^

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
  • Recently Browsing   0 members

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