solistic 0 Posted September 13, 2007 Hi I am working on an application that uses the IE ActiveX control within a GUI (similar to the example provided with Autoit3) using the GUICtrlCreateObj() function. I have discovered since, that it is possible to embed IE using the _IECreateEmbedded() function (although it seems you still need to use the GUICtrlCreateObj() function). What are the pros and cons of either method? Is one method preferable to the other?, or does it not matter, anyway? Thanks Share this post Link to post Share on other sites
Richard Robertson 187 Posted September 13, 2007 If you use Dale's UDFs, you have a little easier access to the properties and functions. Share this post Link to post Share on other sites
solistic 0 Posted September 13, 2007 If you use Dale's UDFs, you have a little easier access to the properties and functions.Thanks. The UDF's do make life a LOT easier. Share this post Link to post Share on other sites