I have a projekt with Windows MDI and Web application. When program start, it tuns windows application. I need to run Web application from MDI dormas menu, how can I call web application from there.
Pleese help! I have no idea how to do that. Mabu someone can send me an example or link to example.
I would be wery greathful!
My e-mail: [email protected]
Loading
ValentinsPosted Jan 7, 2008, 7:33 AM
I don't know how to access web part from windows project!
Scott LyslePosted Jan 6, 2008, 1:55 PM
If you just want to launch a browser aimed at some website, this will do:
System.Diagnostics.
Process.Start(http://www.msn.com)or even:
System.Diagnostics.
Process.Start(@"c:/temp/somewebpage.htm");