texerasmo
10-06-2004, 14:48
Ho visto diverse applicazione che fanno partire una pagina html
in java lo so fare ma in visual basic no
Codice java
public class Go
{
public static void main(String args[])
{
Go go = new Go();
}
Go()
{
String s = "./webapps/GM/start.html";
try
{
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + s);
}
catch(IOException ioexception) { }
}
}
Visul basic
...???
...???
potete aiutarmi?
tnks
in java lo so fare ma in visual basic no
Codice java
public class Go
{
public static void main(String args[])
{
Go go = new Go();
}
Go()
{
String s = "./webapps/GM/start.html";
try
{
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + s);
}
catch(IOException ioexception) { }
}
}
Visul basic
...???
...???
potete aiutarmi?
tnks