I have two different WinForms applications, AppA & AppB. Both are running .NET 2.0.
In AppA I want to open AppB, but I need to pass command-line arguments to it. How do I consume the arguments that I pass in the command line?
This is my current main method in AppB, but I don’t think you can change this?
static void main()
{
}
The arguments will then be stored in the
argsstring array: