Jump to content

ToolTip Until Process runs?


Recommended Posts

Heres my code

;ToolTip features: Text=Yes, X Coordinate=Yes, Y Coordinate=Yes, Title=Yes, Info icon, Balloon Tip
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
$sToolTipAnswer = ToolTip("Waiting for Warrock to start, Please let Warbot start Warrock.",850,850,"WarBot",1,1)
#EndRegion --- CodeWizard generated code End ---
Run(c:/program files/warrock/wrlauncher.exe)

How do i make the Tooltip appear until warrock is started?

Link to comment
Share on other sites

Sorry no, whats xfire

It is a chat program like AIM

Do you have msn messenger? if so can you please add me: mrconner123123@hotmail.com

I just have some questions about autoit

BTW

Got it working

ToolTip("Waiting for Warrock to start, Please let Warbot start Warrock.",850,850,"WarBot",1,1)
sleep(5000)
Run(@ProgramFilesDIR & '\Warrock\WrLauncher.exe') 
WinWaitActive("Warrock", "", 20)
ToolTip("Warrock Has Successfully Loaded!")
sleep(1500)
ToolTip("")

FIddled around with it. Thanks guys!

Edited by ph34r
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...