strate Posted January 23, 2011 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...
AdmiralAlkex Posted January 23, 2011 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
jvanegmond Posted January 23, 2011 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
strate Posted January 23, 2011 Author 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...
strate Posted January 23, 2011 Author 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...
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