I am developing a small program which as a windows form. On this form, I want to put a link, and when user click the link, a seperate IE browser will be open with post data.
Original, i used System.Diagnostics.Process.start()
. However, I can not post data through this kind of call.
And I searched the web, some guy suggested to use "Microsoft web browser control", however, this need to add this control in my form,and display the explorer in the form, but I want a seperate IE opened.
And I saw in VB there is a method as CreateObject("InternetExplorer.Application")
, but I can not find how to use it in C#.
So, do you have any suggestions on how to implement?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…