Owaham Posted August 28, 2011 Posted August 28, 2011 I have switched from AutoHotkey to AU3 for the superior syntax, however I need a way to embed an ActiveX control in my Gui's. I've searched: http://www.autoitscript.com/site/?s=ActiveX and searched: ...but found nothing I've heard that AHK is a child of AUT, so for reference here's how it's done in AHK: http://www.autohotkey.net/~Lexikos/AutoHotkey_L/docs/commands/GuiControls.htm#ActiveX
JohnOne Posted August 28, 2011 Posted August 28, 2011 Look at ObjCreate() <- helpfile. There are tons of examples of embedding a web browser control into a GUI. Off the top of my head I can tell you to have a look at _IECreateEmbedded() UDF. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Owaham Posted August 30, 2011 Author Posted August 30, 2011 solvedhttp://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateObj.htm
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