Creating app's shortcut & setting app as a default to .txt files
-
Hi.
Like the title says I want to:- create app shortcut
- connect ".txt" files to open my app after double-clicking them(I've programmed serving argc and argv[] arguments, just have to change default application from notepad to my app)
Is it possible to do without installer?
-
Maybe this link will help?
-
@DerReisende
I don't need multi document interface, I have SDI application.
Like it is in first few lines, I have to get into HKCR and set path to my application, but have no idea how to do this.
To be honest I don't understand this example, or at least I don't know where should I write that.
I have found something like this:
but once again I don't know where should it be typed. -
I think I found a solution
https://answers.microsoft.com/en-us/windows/forum/windows_10-files/windows-file-association-explained-for-desktop/cfa62c00-82e0-4d05-b302-3444ab930bb7
I understand windows xp and 7 ways but can someone help me win the new one?
and say if I can do this by code (I mean if I give someone my app, I want this to set automatically)