strate 0 Posted January 23, 2011 I've searched google and the only thing that I can find is how to create a instance of IE. Problem is, I want to attach (by window name) to a window that exists... Any idea how? INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted January 23, 2011 (edited) _IEAttach() ?? edit: ooops Edit2: hwy don't you convert the AutoIt function? Why ask here instead of an VBA forum anyway? No don't answer that. Edited January 23, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
jvanegmond 306 Posted January 23, 2011 AutoIt has this code implemented in the _IE library. Check out IE.au3 in AutoIt\Includes folder. They're simply a bunch of COM and DLL calls that you should be able to mimic in VBA. github.com/jvanegmond Share this post Link to post Share on other sites
strate 0 Posted January 23, 2011 _IEAttach() ?? edit: ooops Edit2: hwy don't you convert the AutoIt function? Why ask here instead of an VBA forum anyway? No don't answer that.I asked here because I don't want to register for another forum for just one question. I knew the talent here would have an answer. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Share this post Link to post Share on other sites
strate 0 Posted January 23, 2011 AutoIt has this code implemented in the _IE library. Check out IE.au3 in AutoIt\Includes folder. They're simply a bunch of COM and DLL calls that you should be able to mimic in VBA.Thank you, never crossed my mind. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Share this post Link to post Share on other sites