I have written programs using C++/MFC and it is relatively easy to associate a file extension with my program. So that when, in the File Manager, the user clicks on a '*.LIQ' file it knows to open it with my application.
Is there a way to do this in Visual Basic?
Rob.




Reply With Quote