CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    116

    Associating Files

    Hi

    I have a dialog based application that i wish to have saved files associated with it. I've found the way to do it if it was a doc/view app but can't find any info on doing this with a dialog app. Does anyone know how this can be done.

    Thanks


    Matt

  2. #2
    Join Date
    Jun 2001
    Location
    UK
    Posts
    128
    If you want it so that if you click on files with a specific extension...e.g. .myf, then you have to set this in the registry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured