dialog based MFC app. application file types 
Author Message
 dialog based MFC app. application file types

greetings,

could someone please tell me as to how do i define file types for my
MFC dialog based application? i.e. i want to .muz files to be
associated to my application. i would liek to include the default file
icon and register it as i can do with doc/view architecture.

please advise,

kerb.



Sat, 21 May 2005 21:19:57 GMT  
 dialog based MFC app. application file types
When you create the project using AppWizard, it provides all of this for
you.  Of importance is the .REG file that it creates, and merges into the
registry.


Quote:
> greetings,

> could someone please tell me as to how do i define file types for my
> MFC dialog based application? i.e. i want to .muz files to be
> associated to my application. i would liek to include the default file
> icon and register it as i can do with doc/view architecture.

> please advise,

> kerb.



Sat, 21 May 2005 22:12:00 GMT  
 dialog based MFC app. application file types
my application is dialog based so app wizard does not create en .reg
files. please help.



Quote:
> When you create the project using AppWizard, it provides all of this
for
> you.  Of importance is the .REG file that it creates, and merges
into the
> registry.



> > greetings,

> > could someone please tell me as to how do i define file types for
my
> > MFC dialog based application? i.e. i want to .muz files to be
> > associated to my application. i would liek to include the default
file
> > icon and register it as i can do with doc/view architecture.

> > please advise,

> > kerb.



Sat, 21 May 2005 22:26:22 GMT  
 dialog based MFC app. application file types
Then create a "test" application that is either SDI or MDI based.  Edit the
REG file and move it to your project.


Quote:
> my application is dialog based so app wizard does not create en .reg
> files. please help.



> > When you create the project using AppWizard, it provides all of this
> for
> > you.  Of importance is the .REG file that it creates, and merges
> into the
> > registry.



> > > greetings,

> > > could someone please tell me as to how do i define file types for
> my
> > > MFC dialog based application? i.e. i want to .muz files to be
> > > associated to my application. i would liek to include the default
> file
> > > icon and register it as i can do with doc/view architecture.

> > > please advise,

> > > kerb.



Sun, 22 May 2005 16:43:23 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Associating File Type in Dialog Based Application

2. PBM: Message box not displayed after main dialog box is closed in MFC dialog-based app

3. Adding Another MFC Dialog to the Dialog base application

4. HowTo: Use system() to execute an app based on file type

5. Add document type of class to MFC dialog based

6. cannot instantiate an activex control in mfc dialog based app

7. Problem using delete with dialog-based MFC app

8. Tell me where 2 find good transparency tutorial (mfc - dialog based apps)

9. hiding an mfc dialog based app

10. Help: How to send email from a MFC Dialog based App

11. I have an MFC Dialog based app...

12. return a value when an MFC dialog-based app exits

 

 
Powered by phpBB® Forum Software