Hello everybody;
I have the next question. I have an application lets call it A and a B application, both C# FWK 2.0 and WINFORMS.
In application A I want to open application B passing a parameter to it, but as you know... I cant change the
static void main()
{
}
Any suggestions????
Best Regards!!!