Jump to content

Recommended Posts

Guest THE-DOG
Posted

how do I make VB can handle with the autoscript files?

could you please give me a guide of how I can let the dll (I supose) work with Visual Basic

Guest THE-DOG
Posted

how do I send the key enter in VB because {enter} doesn't work

Guest THE-DOG
Posted

this script is made by autoscriptwriter recorder

Run, C:\Program Files\Internet Explorer\iexplore.exe

WinWait, Google - Microsoft Internet Explorer, Koppelingen

IfWinNotActive, Google - Microsoft Internet Explorer, Koppelingen, WinActivate, Google - Microsoft Internet Explorer, Koppelingen

WinWaitActive, Google - Microsoft Internet Explorer, Koppelingen

MouseClick, left, 171, 105

Sleep, 100

Send, www.msn.com{ENTER}

Posted

Code looks similar to AutoIt 2.xx

Need to look through the AutoItX 3.XX help file for appropriate Calls

For AutoItX 3.XX

Example on Send Function Use:

Set oAutoIt = WScript.CreateObject("AutoItX3.Control")

oAutoIt.Send "www.msn.com{ENTER}"

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