hjemmeside kodet ind i app
Det er lidt svært at forklare, så springer ud i det med det samme, og ser om i kan forstå det.Jeg skal ha' denne kildekode kodet ind i mit C# WindowsForm application:
<html>
<head>
<meta http-equiv="expires" content="0">
<LINK rel="stylesheet" HREF="/netstationen.css" type="text/css">
<!--<script language="javascript" src="/templates/js/navigationreload.js"></script>-->
</head>
<body class="left" onLoad="reloadNavigation();" onUnload="reloadNavigation();">
<applet codebase="http://hhsrv.n.dk/chat/" code="VisiChat.client.HHClient.class" archive="HHClient.jar" width="408" height="374" VIEWASTEXT name="hh" vspace="0" hspace="0" style="z-index:1;">
<div style="width:400px; height:300px;">
<div style="position:relative; top:30px; left:90px; width:200px; padding:5px; background-color: #E9EFF5; border:1px solid grey;">
<b>Du har ikke installeret Java på din computer</b> <br>
Kan du ikke se Højhuset her? Så er det fordi du ikke har installeret Java på
din maskine.!<br>
<br>
Se Netstationens guide til <a href="/nguide/Guide.aspx?file=generelt_java.xml" target="right">installation
af Java</a>. </div>
</div>
<param name="cabbase" value="HHClient.cab">
<param name="port" value="499">
<param name="name" value="GUID">
<param name="infotarget" value="right">
<param name="peoplenum" value="4">
<param name="userinfourl" value="http://www.n.dk/community/user2/profile/frhhProperties.asp?userId= right">
<param name="thinginfourl" value="http://www.n.dk/community/hh/frItem.asp?id= right">
<param name="friendlisturl" value="http://www.n.dk/community/friend/frFriendList.asp right">
<param name="roomenterurl" value="http://www.n.dk/community/hh/frRoom.asp?id= right">
</applet>
</body>
</html>
Der hvor der står "<param name="name" value="GUID">" skal "GUID" erstattes med en textbox1.text f.eks
Så er der nogen der kan forklare mig hvordan jeg får denne kildekode sat ind i projeket til den vises i en webbrowser?