Web Control in C#
-
Hi all, Today i went crazy :wtf: looking out for a web control for C# in Visual Studio 2003. I read somewhere that one can drab-drop a IE control in one's form. But i am not able to locate :confused: this control. X| My requirement is to display display an HTML page in the control and if possible able to display using html string. Meaning, the control should be able to render the html code i pass to it. Is there a better control available here on CP. I could not find any. Please help me. Thanks in advance.
*** Who said nothing is impossible? I have been doing it for a long time ***
-
Hi all, Today i went crazy :wtf: looking out for a web control for C# in Visual Studio 2003. I read somewhere that one can drab-drop a IE control in one's form. But i am not able to locate :confused: this control. X| My requirement is to display display an HTML page in the control and if possible able to display using html string. Meaning, the control should be able to render the html code i pass to it. Is there a better control available here on CP. I could not find any. Please help me. Thanks in advance.
*** Who said nothing is impossible? I have been doing it for a long time ***
It's the webbrowsercontrol. It's built in to the IDE. If you can't see it, right click on the contols list and you can list all the ones that can be added. It should be there by default tho.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
It's the webbrowsercontrol. It's built in to the IDE. If you can't see it, right click on the contols list and you can list all the ones that can be added. It should be there by default tho.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Hi Christian, Thanks for the reply. I managed to find the control. It is called the Microsoft Web Browser. Thanks for the same. I went through some articles here to help me with disabling context menu in this browser, but could not get it to work. can you please tell me how exactly am i supposed to do it. Or can you point me to any good article where this has been given. Thanks in advance.
*** Who said nothing is impossible? I have been doing it for a long time ***