Amerigo Posted August 13, 2008 Posted August 13, 2008 Perhaps you can help with this script? I want it to open WordWeb whether or not it is already in the system tray. I use Responding Heads to run AutoIt Scripts. If you can convert this to VB for RH to use without AutoIt, that would be even better. Opt("WinTitleMatchMode",2) If WinActive("WordWeb") Then ~~~(this probably won't work because its not active if in the system tray?) Send("^%W") ~~~(cntl+alt+w) Else run "C:\Program Files\WordWeb\wweb32.exe" ~~~(error here. Run command???) Sleep(10000) ~~~(time it takes to load???) Send("^%W") End If Thank you so much, Amerigo Anyone who does not wonder is either omniscient or foolish.
Developers Jos Posted August 13, 2008 Developers Posted August 13, 2008 If you can convert this to VB for RH to use without AutoIt, that would be even better.Huh? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now