oro2 Posted November 25, 2008 Posted November 25, 2008 Is it possible to use GUI functions (e.g. GUICreate) when using the com object (AutoItX3.Control) in VB-script? I guess i have to include GUIConstantsEx.au3, but how?
Jikoo Posted November 27, 2008 Posted November 27, 2008 (edited) Welcome oro2, I don't know, not my skills ! It is just to welcome you on this forum ! Edited November 29, 2008 by Jikoo My projects : GCS Search 1.07 (GUI Control Styles Search)* Multilingual tool to help about the old scripts, with a dynamic menu.* Easy way to find missing Include files in old scripts downloaded from forums !* Famous Monoceres script added and improved (visual, drag and drop, automatic)* There is an interactive color converter with palettes too, for fun !The best way to start Autoit3 development (for newbies).
ReFran Posted November 27, 2008 Posted November 27, 2008 Is it possible to use GUI functions (e.g. GUICreate) when using the com object (AutoItX3.Control) in VB-script? I guess i have to include GUIConstantsEx.au3, but how?As you can see from the help file it's not possible.If you want to have a GUI you can do it with IE-Object.I think a WSH-File type will give you the possibility to write VBS and AU3 (and JS, Perl, ..) in one script, but I think that make not realy sense.Best regards, Reinhard
Richard Robertson Posted November 29, 2008 Posted November 29, 2008 No. The COM/dll interface does not include GUI functionality because that should be implemented by the host language.
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