문제

I tried to make a simple text editor in C++ and gtkmm and I want to know how to open a text file with that program using "open with". To be better understood let's say I have a text file called "test.txt" and I want to open that file with my program using "open with".

도움이 되었습니까?

해결책

On windows, this is a registry setting. You can modify the registry setting from within your program but other than that it's up to the OS to launch your program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top