B
Barry
Hi
I want to start a Visual Basic Windows Form app from the console by
specifying parameters (this is possible in C#), is i add the following
method i get a error
Public Sub Main(ByVal args As String())
Console.Write(args.Length)
End Sub
the above method works in a console app.
can someone help in this regard
TIA
Barry
I want to start a Visual Basic Windows Form app from the console by
specifying parameters (this is possible in C#), is i add the following
method i get a error
Public Sub Main(ByVal args As String())
Console.Write(args.Length)
End Sub
the above method works in a console app.
can someone help in this regard
TIA
Barry