|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Showing HTML page in a windows applicationI am new to creating a windows application and have been asked to
display an HTML page when a certain button is clicked. I have created the HTML page but don't know how to display it when the button on the windows application is pressed. Can anyone point me in the right direction. Thanks Call the browser executable passing the web page url as a parameter?
Peter Show quoteHide quote "C#Schroeder" <Anthony.Schroe***@gray-research.com> wrote in message news:1172590455.852922.28130@h3g2000cwc.googlegroups.com... >I am new to creating a windows application and have been asked to > display an HTML page when a certain button is clicked. > > I have created the HTML page but don't know how to display it when the > button on the windows application is pressed. Can anyone point me in > the right direction. > > Thanks > On 27 Feb 2007 07:34:15 -0800, "C#Schroeder"
<Anthony.Schroe***@gray-research.com> wrote: >I am new to creating a windows application and have been asked to Try System.Windows.Forms.WebBrowser>display an HTML page when a certain button is clicked. > >I have created the HTML page but don't know how to display it when the >button on the windows application is pressed. Can anyone point me in >the right direction. > >Thanks rossum Sure. These are for .NET Framework 2.0:
http://msdn2.microsoft.com/en-us/library/60wxh4ac.aspx http://support.microsoft.com/kb/313068 http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx You just add the standard Windows Forms WebBrower control into your form and then ask it to navigate to your html page, like Webbrowser1.Navigate "file://test.html" Show quoteHide quote "C#Schroeder" <Anthony.Schroe***@gray-research.com> ha scritto nel messaggio news:1172590455.852922.28130@h3g2000cwc.googlegroups.com... >I am new to creating a windows application and have been asked to > display an HTML page when a certain button is clicked. > > I have created the HTML page but don't know how to display it when the > button on the windows application is pressed. Can anyone point me in > the right direction. > > Thanks >
How can i have multiple base classes.
dynamic length arrays Marshaling variable length arrays Interlocked on a string? How to add date in access database How do I read all the files in a folder sorted by Created Date Time (Using System.IO). saving user preferences Build date Retrieve the file in scope in C# TreeView node insertion in between existing nodes |
|||||||||||||||||||||||