Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConverting from Visual C++ 6 to Visual C++.NET Pin
vinodgs18-Sep-03 9:05
vinodgs18-Sep-03 9:05 
GeneralRe: Converting from Visual C++ 6 to Visual C++.NET Pin
Alvaro Mendez18-Sep-03 9:18
Alvaro Mendez18-Sep-03 9:18 
GeneralRe: Converting from Visual C++ 6 to Visual C++.NET Pin
vinodgs18-Sep-03 10:07
vinodgs18-Sep-03 10:07 
GeneralRe: Converting from Visual C++ 6 to Visual C++.NET Pin
Alvaro Mendez18-Sep-03 10:51
Alvaro Mendez18-Sep-03 10:51 
GeneralMultiple files used for input to SDI Application Pin
b_girl18-Sep-03 8:49
b_girl18-Sep-03 8:49 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow18-Sep-03 9:03
David Crow18-Sep-03 9:03 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl18-Sep-03 9:15
b_girl18-Sep-03 9:15 
GeneralRe: Multiple files used for input to SDI Application Pin
Alvaro Mendez18-Sep-03 9:25
Alvaro Mendez18-Sep-03 9:25 
Like David mentioned, you may want to consider creating an "Options" dialog box where the user can tell you the name of the file(s), and you can save that in the registry or something similar.

Opening multiple files should be no problem -- use the CFile class. Showing them is another story. If it's an SDI app then you can only show one at a time. But perhaps you don't even care about showing the files. If that's the case don't complicate your life with SDI or MDI. Create a dialog-based app and add all the controls you need to it.

Regards,
Alvaro




Hey! It compiles! Ship it.
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl18-Sep-03 9:53
b_girl18-Sep-03 9:53 
GeneralRe: Multiple files used for input to SDI Application Pin
Alvaro Mendez18-Sep-03 10:47
Alvaro Mendez18-Sep-03 10:47 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl18-Sep-03 10:51
b_girl18-Sep-03 10:51 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 2:41
David Crow19-Sep-03 2:41 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 3:17
b_girl19-Sep-03 3:17 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 3:54
David Crow19-Sep-03 3:54 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 4:03
b_girl19-Sep-03 4:03 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 4:07
David Crow19-Sep-03 4:07 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 4:11
b_girl19-Sep-03 4:11 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 4:26
David Crow19-Sep-03 4:26 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 4:35
b_girl19-Sep-03 4:35 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 5:52
David Crow19-Sep-03 5:52 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 5:17
b_girl19-Sep-03 5:17 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 6:02
David Crow19-Sep-03 6:02 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 7:38
b_girl19-Sep-03 7:38 
GeneralRe: Multiple files used for input to SDI Application Pin
David Crow19-Sep-03 7:43
David Crow19-Sep-03 7:43 
GeneralRe: Multiple files used for input to SDI Application Pin
b_girl19-Sep-03 8:35
b_girl19-Sep-03 8:35 

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.