I am trying to open a file with this code but wonder what extension this file has.
My project is under this path:
c:\\Documents and Stteings\\Jennifer\\My Documents\\Visual Studio 2008\\Projects\\Form1
Under this path I have a File that is named "Form1". If I doubleclick this file VC++ opens.
The problem though is that I need to know what extension Form1 has, like Form1.something
The file has 2 ++ on the icon and is named "Microsoft Visual Studio Solution Version Visual C++ Express" and opens with "Microsoft Visual Studio Version Selector"
I cant find it anywhere in the properties on the file.
Type of file under properties says: "Microsoft Visual Studio Solution"
System::Diagnostics::Process::Start("C:\\Documents and Settings\\Jennifer\\My Documents\\Visual Studio 2008\\Projects\\Form1\\Form1.vc++"); //Form1.vc++ ?