WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

OLE with MSIE
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Open MSIE with OLE

Keywords:   MSIE OLE

ie = objectopen("internetexplorer.application")
ie.visible = "true"

navstr = "http://www.wilsonware.com"
ie.navigate(navstr)

message("MSIE 4.0", "Check")

Article ID:   W14676
Filename:   Open MSIE with OLE.txt
File Created: 2000:11:15:14:10:20
Last Updated: 2000:11:15:14:10:20