where do i start if i want to set file associations automatically with my program?
eg Outlook Express=eml / paint shop pro=psp
This is a discussion on setting file associations automatically within the Windows Programming forums, part of the Platform Specific Boards category; where do i start if i want to set file associations automatically with my program? eg Outlook Express=eml / paint ...
where do i start if i want to set file associations automatically with my program?
eg Outlook Express=eml / paint shop pro=psp
The system registry. Look up the functions in your Win32 API reference. Start with RegOpenKey().
-Futura
If you speak or are learning Spanish, check out this Spanish and English Dictionary, it is a handy online resource.
What happens is not as important as how you react to what happens. -Thaddeus Golas
thanks Codulation.![]()