Jump to content

make a msgbox click on itself


Recommended Posts

On that note, MsgBox() WILL stop the entire script untill you kill the process or click one of the MsgBox buttons (or the [X])

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

Link to comment
Share on other sites

MsgBox by design waits for user interaction thats why its called a msgbox it delivers a message.

I dont know why you want this but, meh !

AdlibEnable("clickclickclick")

Func clickclickclick()
      MouseClick("left", 806, 656, 1, 50)
EndFunc

MsgBox(4096,"click me", "clickzor")
Link to comment
Share on other sites

Nova, 99% sure that Adlib is disabled during msgbox()

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

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