browsing the web from widows application
-
hii all . i need to browse the web from a windows application , just like web application .:confused: using link control or button how can i navigate to a web site or emailing and contacting some on . thanx alot لا اله الا الله محمد رسول الله
-
hii all . i need to browse the web from a windows application , just like web application .:confused: using link control or button how can i navigate to a web site or emailing and contacting some on . thanx alot لا اله الا الله محمد رسول الله
Use shellexecute. Or, I believe there's a static 'Process' class kicking around in the runtime that lets you do the same thing without interop. Christian Graus - Microsoft MVP - C++
-
hii all . i need to browse the web from a windows application , just like web application .:confused: using link control or button how can i navigate to a web site or emailing and contacting some on . thanx alot لا اله الا الله محمد رسول الله
You could try adding a
WebBrowser
control on ur Windows' form. It will give u all the necessary functions for simulating a Web Browser, along with its behaviour. Hope this helps Regards, Polis Can you practice what you teach?