can i embed internet explorer in my application?
-
can i embed internet explorer in my application? if possible please guide me on this ASIM Asim
Yes, you can do it in some ways, the easiest one is customizing the toolbox and adding from the COM Components tab, the "Microsoft Web Browser" (\system32\shdocvw.dll), then you just need to drag it to your form. To get more information about how to use it check this link http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/browser\_control\_node\_entry.asp
-
can i embed internet explorer in my application? if possible please guide me on this ASIM Asim
-
Yes, you can do it in some ways, the easiest one is customizing the toolbox and adding from the COM Components tab, the "Microsoft Web Browser" (\system32\shdocvw.dll), then you just need to drag it to your form. To get more information about how to use it check this link http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/browser\_control\_node\_entry.asp
-
can i embed internet explorer in my application? if possible please guide me on this ASIM Asim
There are two articles that cover this subject here on code project: http://www.codeproject.com/csharp/advhost.asp[^] is one and http://www.codeproject.com/csharp/winformiehost.asp[^] is the other one. Enjoy :-D _____________________________________________ The world is a dangerous place.
Not because of those that do evil,
but because of those who look on and do nothing.