|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Adding HTML code to project.In Vb.Net 2003 : How can I add HTML Code to windows application project ? for example: <HTML> <HEAD> <title>WebForm1</title> </HEAD> <body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server"> </form> </body> </HTML> Any help or redirection will be appreciated regard's Husam
Show quote
Hide quote
"Husam" <Hu***@discussions.microsoft.com> schrieb: Where would you like to add it? What exactly do you expect?> In Vb.Net 2003 : > How can I add HTML Code to windows application project ? > > for example: > <HTML> > <HEAD> > <title>WebForm1</title> > </HEAD> > <body MS_POSITIONING="GridLayout"> > <form id="Form1" method="post" runat="server"> > </form> > </body> > </HTML> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Hi EveryBodi:
I want to add the HTML code in any where in the project class or add new class to the project I can add the HTML code inside it ? Any help or redirection will be appreciated And please If you don't know do not ask any question to make your self funny. Regard's HUsam Show quoteHide quote "Husam" wrote: > Hi EveryBody: > > In Vb.Net 2003 : > How can I add HTML Code to windows application project ? > > for example: > <HTML> > <HEAD> > <title>WebForm1</title> > </HEAD> > <body MS_POSITIONING="GridLayout"> > <form id="Form1" method="post" runat="server"> > </form> > </body> > </HTML> > > Any help or redirection will be appreciated > > regard's > > Husam "Husam" <Hu***@discussions.microsoft.com> schrieb: In the project or in the class?> I want to add the HTML code in any where in the project class > or add new class to the project I can add the HTML code inside it ? What exactly do you want to do with the HTML code at runtime? Display it in a control as formatted HTML, ... > And please If you don't know do not ask any question to make your self I feel sorry, but I still do not understand what you want to archieve...> funny. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Your going to need to use the Webbrowser control or......
Load the HTML from a file on the HDD into a variable. I' m not sure what your tyring to do so there you have it
Show quote
Hide quote
"Husam" <Hu***@discussions.microsoft.com> wrote in message You could write it to a file, name it with '.html' extension, and have vbnews:7D55EC37-3AA8-44A3-A22E-E04C5763617B@microsoft.com... > Hi EveryBody: > > In Vb.Net 2003 : > How can I add HTML Code to windows application project ? > > for example: > <HTML> > <HEAD> > <title>WebForm1</title> > </HEAD> > <body MS_POSITIONING="GridLayout"> > <form id="Form1" method="post" runat="server"> > </form> > </body> > </HTML> > > Any help or redirection will be appreciated open it in a browser.
Class question
Form Exit VB.NET Threaded DLL SQL Server and ADO.Net best method Re: ContextSwitchDeadlock was detected multitier app VB 2005 .net- Login control - how do I validate user no / password against SQL server set default printer Perform a LIKE filter on DataView Integer column? Problem converting to VS2005 - No SUB MAIN found! |
|||||||||||||||||||||||