Open Graph via: icon
-
I have a program that creates graphs which you can save and load. I have successfully associated my icon to my program so that when I click on a graph file it opens the program :)( in registry ie. "c:\...\...\program.exe "%1"") however it does not load my graph:(. I use the open file dialog do I need to write specific open file code?? Any thoughts would be great. Cheers* Debs*
-
I have a program that creates graphs which you can save and load. I have successfully associated my icon to my program so that when I click on a graph file it opens the program :)( in registry ie. "c:\...\...\program.exe "%1"") however it does not load my graph:(. I use the open file dialog do I need to write specific open file code?? Any thoughts would be great. Cheers* Debs*
If you already associated your file type to your program So did you handle the file path passed in main function? ie the file you opened passed as command line argument to your program so you need to handle this issue If you not associated your file type to your program by using window explore or when you create setup project use File Types Editor to do it MCAD -- modified at 15:30 Wednesday 31st August, 2005
-
If you already associated your file type to your program So did you handle the file path passed in main function? ie the file you opened passed as command line argument to your program so you need to handle this issue If you not associated your file type to your program by using window explore or when you create setup project use File Types Editor to do it MCAD -- modified at 15:30 Wednesday 31st August, 2005