Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2004
    Posts
    62

    Refresh LuaCom IE

    How do I send a refresh command to a LuaCom opened IE

    Eric

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    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

  3. #3
    Join Date
    Jun 2004
    Posts
    62
    Quote Originally Posted by Worm
    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.

    Eric

  4. #4
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    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

  5. #5
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    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

  6. #6
    Join Date
    Jun 2004
    Posts
    62
    Quote Originally Posted by Worm
    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
    Thanks for the link.

Similar Threads

  1. Plugin: LuaCOM
    By Brett in forum Setup Factory 8.0 Examples
    Replies: 1
    Last Post: 08-04-2005, 09:18 AM
  2. luaCOM and M.S. Word...
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 10
    Last Post: 02-09-2005, 09:01 AM
  3. luaCOM - OLE/COM Object Viewer
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 02-05-2005, 09:51 PM
  4. Action Plugin: LuaCOM
    By Brett in forum AutoPlay Media Studio 5.0
    Replies: 19
    Last Post: 01-31-2005, 10:58 PM
  5. Dependency Module: MDAC 2.6 SP2 Refresh
    By Darryl in forum Setup Factory 8.0 Examples
    Replies: 0
    Last Post: 08-31-2004, 12:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts