Where in the source can I see the code used to create or remove the association for the .kdb file type?? I've looked for a while and I can't find it (my native language is vb)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thats obviously what I was looking for, I didnt know where to begin and obviously i could search the code, but its like finding a needle in a hay stack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where in the source can I see the code used to create or remove the association for the .kdb file type?? I've looked for a while and I can't find it (my native language is vb)
File associations are set in Windows, not KeePass. The installer may set the association?
cheers, Paul
Actually you can create or remove the association in tools, options, setup, create/remove association. All withink keepass
So what im asking is where in the source do I find that code to look at to see how it is done ,
Thanks in advance
Ah, yes. I forgot that bit.
Try searching the source code for "association"?
cheers, Paul
You can find it in the "PwSafe.cpp" file, functions
BOOL CPwSafeApp::RegisterShellAssociation()
and
BOOL CPwSafeApp::UnregisterShellAssociation()
Best regards
Dominik
Thanks Dominik,
Thats obviously what I was looking for, I didnt know where to begin and obviously i could search the code, but its like finding a needle in a hay stack