W
Will
I'm looking to build an applet to install SQL Server Express onto
client machines.
I've gone here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/EmSQLExCustApp.asp
and there's some code to enable one to build an app. However, it's in
C# and there's no VB equivalent provided (Bad Microsoft!)
Anyhoo, as an exercise I've managed to leverage most of it into VB but
it's the last part that I can't figure out -
class Program
{
static void Main(string[] args)
etc.
How do I do this in VB?
Many thanks
Bill
client machines.
I've gone here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/EmSQLExCustApp.asp
and there's some code to enable one to build an app. However, it's in
C# and there's no VB equivalent provided (Bad Microsoft!)
Anyhoo, as an exercise I've managed to leverage most of it into VB but
it's the last part that I can't figure out -
class Program
{
static void Main(string[] args)
etc.
How do I do this in VB?
Many thanks
Bill