viewpoint-particle
WinBatch Technical Support Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Current release
:
2023C (6.23CWC)
Home
Help
Search
Tech Database
Documentation
Downloads
Hints
Login
Register
WinBatch® Technical Support Forum
»
Archived Boards
»
COM Automation and dotNet
»
How can ObjectCreate IE with Inprivate ?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How can ObjectCreate IE with Inprivate ? (Read 4640 times)
markgolay
Newbie
Posts: 13
How can ObjectCreate IE with Inprivate ?
«
on:
October 21, 2015, 07:48:12 am »
How can ObjectCreate IE with Inprivate ?
Browser = ObjectCreate("InternetExplorer.Application")
browser.navigate(url)
Logged
stanl
Pundit
Posts: 1768
Re: How can ObjectCreate IE with Inprivate ?
«
Reply #1 on:
October 21, 2015, 09:32:36 am »
Don't think it can be done with COM. You could Run the shell with -inprivate parameter, or possibly Open the ie object then send a postmessage to the window to enable inprivate.
Logged
td
Tech Support
Posts: 4275
Re: How can ObjectCreate IE with Inprivate ?
«
Reply #2 on:
October 21, 2015, 01:34:55 pm »
For some versions of IE and Windows there is a registry setting that will enable 'inprivate' by default. The problem would seem to be sorting out where the setting resides in the registry on a system with a given version combination.
Logged
"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
- Dr. Tom Cade
Print
Pages: [
1
]
Go Up
« previous
next »
WinBatch® Technical Support Forum
»
Archived Boards
»
COM Automation and dotNet
»
How can ObjectCreate IE with Inprivate ?