How do I send a refresh command to a LuaCom opened IE
Eric
Professional Software Development Tools
How do I send a refresh command to a LuaCom opened IE
Eric
Code:oIE=luacom.CreateObject("InternetExplorer.Application") if oIE then --navigate to the site oIE:Navigate2("www.indigorose.com") --make the browser visible oIE.Visible = true; --refresh the browser oIE:Refresh() end
Worm, ‘you the man’ but you already knew that.Originally Posted by Worm
Eric
Don't I wish. I'm merely fortunate enough to have a good memory. User johnraus posted a link that shows a lot of the automation that is possible for IE http://msdn.microsoft.com/library/de...reflist_vb.asp
It was fairly recent so I didn't have to think too hard, it's early yet ya know.
This thread has been an interesting one for me and automating IE. A different twist on it for sure.
http://www.indigorose.com/forums/showthread.php?t=12414
Worm may very well seem to be the man... but my further scientific checking reveals he is actually broken down this way:
60% - Man
20% - Genius
10% - Liquefied Magic Wand
10% - descendant of Nostradamus
![]()
Intrigued
Thanks for the link.Originally Posted by Worm
![]()