With Visual Basic, it's a lot easier to let a user login/connect to the internet, etc. There are also a lot of easy-to-access features on VB that AutoIt doesn't have. So I was wondering if you know of any VB scripts that use all AutoIt functions? If you don't know what I'm talking about, take this function in VB for instance:
Code:
Function Sleep(ByVal delay) '; SLEEP FUNCTION http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm
System.Threading.Thread.Sleep(delay)
Return False
End Function






!
