B
Bilo
I have a Windows Forms Application.
When I choose avi->open with->mycharp.exe in explorer how I can get the path
and the filename of the avi.
Currently the static void main looks like:
static void Main()
{
Application.Run(new Form1());
}
must I make a new Constructor Form1(string filename)? But than i dont know
how to make the static void main funktion.
When I choose avi->open with->mycharp.exe in explorer how I can get the path
and the filename of the avi.
Currently the static void main looks like:
static void Main()
{
Application.Run(new Form1());
}
must I make a new Constructor Form1(string filename)? But than i dont know
how to make the static void main funktion.