how to access html document in C# appliication
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello every one. i have develope a chat software in C# and online help for it but i dont know the way how to access the main page of that online help from the help menu button. Is there any one who can help me in this regard??????
-
Hello every one. i have develope a chat software in C# and online help for it but i dont know the way how to access the main page of that online help from the help menu button. Is there any one who can help me in this regard??????
Process.Start will launch the doc with the default viewer. IE can be embedded in your app, if you prefer.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog