When you state "in" Windows application, I assume you want to display the web
pages inside the UI of the Windows Forms Application. Add a WebBrowser
control to your form to do this. The documentation includes code samples.
-- Pete
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
> Hi,
> How to open Web appication forms in windows application.
>
> I need to open some web application from in windows application.
> Please help me in this.