sl_alagappan 0 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 Share this post Link to post Share on other sites
bshoenhair 0 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 Share this post Link to post Share on other sites
bigred 0 Posted August 27, 2004 Ah, very good idea. Share this post Link to post Share on other sites
sl_alagappan 0 Posted August 30, 2004 fixed the small bugs mentioned by bshoenhair and did modified post. Thanks. Share this post Link to post Share on other sites
EvilGost 0 Posted April 13, 2005 Excellent, this example helped me thanks Share this post Link to post Share on other sites
sl_alagappan 0 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! Share this post Link to post Share on other sites
Guest j_buzbee 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 Share this post Link to post Share on other sites
Jos 2,164 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. Share this post Link to post Share on other sites
Fabiam 0 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 Share this post Link to post Share on other sites
Richard Robertson 187 Posted November 16, 2006 You can't. You need to find a native way to learn such information. Share this post Link to post Share on other sites
janus96 0 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. Share this post Link to post Share on other sites
rafu5418 0 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? Share this post Link to post Share on other sites