Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Release build. Pin
John Uhlenbrock4-Sep-01 4:59
John Uhlenbrock4-Sep-01 4:59 
GeneralRe: All. Pin
John Uhlenbrock31-Aug-01 10:45
John Uhlenbrock31-Aug-01 10:45 
GeneralRe: All. Pin
Tim Deveaux31-Aug-01 14:33
Tim Deveaux31-Aug-01 14:33 
GeneralRe: All. Pin
John Uhlenbrock4-Sep-01 4:50
John Uhlenbrock4-Sep-01 4:50 
GeneralRe: All. Pin
Tim Deveaux4-Sep-01 13:40
Tim Deveaux4-Sep-01 13:40 
GeneralRe: All, solution...fix...whatever. Pin
John Uhlenbrock4-Sep-01 13:46
John Uhlenbrock4-Sep-01 13:46 
GeneralRe: All, solution...fix...whatever. Pin
Tim Deveaux4-Sep-01 14:03
Tim Deveaux4-Sep-01 14:03 
GeneralMultiple Document Extensions Pin
Frank Deo30-Aug-01 13:49
Frank Deo30-Aug-01 13:49 
Hello All, Big Grin | :-D

I'm looking for an easy way to use multiple file extension in my project. I modified the resource and can get my file open / save dialogs to show a filter for multiple types, ie (txt, c, cpp, h, hpp, etc). However, the shell registration is messed up.

This is my string table entry for IDR_MAINFRAME:

IDR_MAINFRAME           "CodeWiz\n\nCodeWiz\nCodeWiz Files (*.uue, *.b64, *.q_p)\n.uue;.b64;.q_p\nCodeWiz.Document\nCodeWiz Document"


This works...as far as adding the multiple extensions to the common dialogs. However, when you call RegisterShellFileTypes, it adds this to explorer:

UUE;.B64;.Q_P


I understand that I have to add multiple doc types (blah, Dead | X| )...but is there an easy way to do this, um...perhaps by registering them manually? Blush | :O

Thanks for any help.
Frank

Allow myself to introduce...myself
- Austin Powers
GeneralRe: Multiple Document Extensions Pin
Ben Burnett30-Aug-01 15:04
Ben Burnett30-Aug-01 15:04 
GeneralRe: Multiple Document Extensions Pin
Frank Deo30-Aug-01 15:53
Frank Deo30-Aug-01 15:53 
Questioncreating/changing icons? Pin
30-Aug-01 12:19
suss30-Aug-01 12:19 
AnswerRe: creating/changing icons? Pin
Paolo Messina30-Aug-01 23:57
professionalPaolo Messina30-Aug-01 23:57 
GeneralRe: creating/changing icons? Pin
31-Aug-01 3:10
suss31-Aug-01 3:10 
AnswerRe: creating/changing icons? Pin
Paul A. Howes31-Aug-01 3:35
Paul A. Howes31-Aug-01 3:35 
GeneralMSXML SAX Attributes Question Pin
Michael A. Barnhart30-Aug-01 12:15
Michael A. Barnhart30-Aug-01 12:15 
GeneralRe: MSXML SAX Attributes Question Pin
Alwin7530-Aug-01 20:53
Alwin7530-Aug-01 20:53 
GeneralRe: MSXML SAX Attributes Question Pin
Michael A. Barnhart31-Aug-01 0:29
Michael A. Barnhart31-Aug-01 0:29 
GeneralVisual Studio directories Pin
Michael P Butler30-Aug-01 11:09
Michael P Butler30-Aug-01 11:09 
GeneralRe: Visual Studio directories Pin
Tomasz Sowinski30-Aug-01 11:20
Tomasz Sowinski30-Aug-01 11:20 
GeneralAPI call Required Pin
30-Aug-01 10:41
suss30-Aug-01 10:41 
GeneralProgramatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Jase Jennings30-Aug-01 10:29
Jase Jennings30-Aug-01 10:29 
GeneralRe: Programatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Tomasz Sowinski30-Aug-01 10:33
Tomasz Sowinski30-Aug-01 10:33 
GeneralRe: Programatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Jase Jennings30-Aug-01 10:58
Jase Jennings30-Aug-01 10:58 
Questionwhat's alpha and intel platform ? Pin
30-Aug-01 10:23
suss30-Aug-01 10:23 
AnswerRe: what's alpha and intel platform ? Pin
Tomasz Sowinski30-Aug-01 10:37
Tomasz Sowinski30-Aug-01 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.