Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
SHDocVw.InternetExplorer & SHDocVw.ShellWindows
meat meat
16y
14.6k
1
Reply
Hi !
I'm trying to open internet explorer and show a web page on it .
I also want to post some data to the web page.
My problem is that I don't want to reopen a new web browser for the same URL. I want to reuse the same web browser and post some data to that url again.
I want to use the same web browser.
I tried to use SHDocVw.InternetExplorer and SHDocVw.ShellWindows.
This is what i can do so far.
SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorer();
ie.Visible = false;
ie.Navigate2(ref vUrl, ref vFlags, ref vTargetFrame, ref vPost, ref vHeaders);
Is there anybody can help me ?
Thanks
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
ActiveX .NET Drag&Drop control work fine in windows form not in web Form
Unmanged to managed