Jump to content

Amerigo

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Amerigo

Amerigo's Achievements

0

Reputation

  1. It works great now. Thanks a million! Now about that intimacy program....
  2. Thanks to both of you. MHz, I like the way you think. Covering all the bases. However, there is a glitch somewhere. I tried it with WordWeb completely off, and it worked, and worked, and worked..... It seems to have gotten caught in a loop where it tries to keep opening WordWeb.
  3. Dear Sir or Ma'am, 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
×
×
  • Create New...