Tuesday, March 1, 2011

Open my application's files in C#?

My application creates files with the .mhm file extension.

When one of these files are opened I want my application to start and open the file.

Right now the application starts up but the files are not opened.

What do I do?

From stackoverflow
  • The name of the file you want to execute is the in the args parameter of your main method.

    mohammad reza : how can I give the args parameter of main method it in C# 2008?
    idstam : public static void min(string[] args) { }

0 comments:

Post a Comment