sl_alagappan Posted August 27, 2004 Share Posted August 27, 2004 (edited) Have attached a zip containing a very small project just to show how to use AutoItX DLL in Visual Basic6. It will check whether notepad window is open. If not, it will open Notepad and send some text to the notepad. Could be useful for the beginners to start with.autoitXDemo.zip Edited August 30, 2004 by sl_alagappan Link to comment Share on other sites More sharing options...
bshoenhair Posted August 27, 2004 Share Posted August 27, 2004 Good Idea, You did not recognize it because you did not add Option Explicit but: You have a typo that should be corrected Set cauotoit = Nothing Should be Set cAutoit = Nothing Link to comment Share on other sites More sharing options...
bigred Posted August 27, 2004 Share Posted August 27, 2004 Ah, very good idea. Link to comment Share on other sites More sharing options...
sl_alagappan Posted August 30, 2004 Author Share Posted August 30, 2004 fixed the small bugs mentioned by bshoenhair and did modified post. Thanks. Link to comment Share on other sites More sharing options...
EvilGost Posted April 13, 2005 Share Posted April 13, 2005 Excellent, this example helped me thanks Link to comment Share on other sites More sharing options...
sl_alagappan Posted April 13, 2005 Author Share Posted April 13, 2005 Excellent, this example helped me thanks<{POST_SNAPBACK}>The actual credit goes to Jon and all the AutoIT Developer Teamwho hv made this fantastic very useful program! Link to comment Share on other sites More sharing options...
Guest j_buzbee Posted April 16, 2005 Share Posted April 16, 2005 ok i am having trouble identifying a couple thing in .net _ArrayCreate , is this supported with the dll or not i have tried several things to make it work but nope it wont Link to comment Share on other sites More sharing options...
Developers Jos Posted April 16, 2005 Developers Share Posted April 16, 2005 ok i am having trouble identifying a couple thing in .net_ArrayCreate , is this supported with the dll or noti have tried several things to make it work but nope it wont<{POST_SNAPBACK}>_????? functions are UDF's (User Defined Functions, which are functions coded in regular AutoIt3 syntax. so they will not work in the dll version since it requiers an #include <array.au3> ....... 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. Link to comment Share on other sites More sharing options...
Fabiam Posted November 15, 2006 Share Posted November 15, 2006 Hallo, thanks for the Sample. Onew Question: What is the way to get Autoit variablen in VB i.E. @ComputerName, @IPAddress1,.. ? Fabian Link to comment Share on other sites More sharing options...
Richard Robertson Posted November 16, 2006 Share Posted November 16, 2006 You can't. You need to find a native way to learn such information. Link to comment Share on other sites More sharing options...
janus96 Posted October 2, 2007 Share Posted October 2, 2007 Have attached a zip containing a very small project just to show how to use AutoItX DLL in Visual Basic6.It will check whether notepad window is open. If not, it will open Notepad and send some text to the notepad.Could be useful for the beginners to start with.Thanks very much. Indeed this is VERY helpful. I had zero experience in using AutoIt as an ActiveX object from within Visual Basic (2005) and this got me started right away. This should stay on top of the ActiveX forum. Link to comment Share on other sites More sharing options...
rafu5418 Posted June 6, 2010 Share Posted June 6, 2010 Dear sir, do you have more sample of how to use AutoItX DLL in Visual Basic6? and another thing i want to know can i able to run 'autoit script as asusal' in the vb6? Link to comment Share on other sites More sharing options...
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