i added a linklabel
and i added this code
System.Diagnostics.Start.Process ( " IExplore", " http:// www.blabla.com");
it throws an exception during runtime
so why?
:confused:
although it's supposed to work
Printable View
i added a linklabel
and i added this code
System.Diagnostics.Start.Process ( " IExplore", " http:// www.blabla.com");
it throws an exception during runtime
so why?
:confused:
although it's supposed to work
you gotta be more specific than that...what error are you getting? where's the rest of the code?