Click here to Skip to main content
16,006,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to use control in a dialog Pin
laia4-Jun-04 6:15
laia4-Jun-04 6:15 
GeneralSetWindowLong Returns negative Value. Pin
Abhi Lahare4-Jun-04 2:56
Abhi Lahare4-Jun-04 2:56 
GeneralRe: SetWindowLong Returns negative Value. Pin
toxcct4-Jun-04 3:05
toxcct4-Jun-04 3:05 
QuestionHow to get record from a table in Access Pin
yingkou4-Jun-04 1:51
yingkou4-Jun-04 1:51 
GeneralConvert MDI to SDI application Pin
Salvador Dali4-Jun-04 0:52
Salvador Dali4-Jun-04 0:52 
GeneralRe: Convert MDI to SDI application Pin
Johan Rosengren4-Jun-04 3:27
Johan Rosengren4-Jun-04 3:27 
GeneralRe: Convert MDI to SDI application Pin
Salvador Dali4-Jun-04 3:56
Salvador Dali4-Jun-04 3:56 
GeneralRe: Convert MDI to SDI application Pin
Johan Rosengren4-Jun-04 5:07
Johan Rosengren4-Jun-04 5:07 
The document and view are the same for SDIs and MDIs. Actually, the only run-time difference is the view OnInitialUpdate, where SDIs reuse the call (and you can test for the function being run a second time if you, for example, create controls in it).

As for copying classes and resources, how long time can copying the files and inserting them take Smile | :) You can - if you use MSVC++ 6.0 - open the two resource files and drag the contents from one to the other. All in all a few minutes work, I'd say. Far quicker than rewriting the MDI app. If you want that aggravation, however, you'll have to rewrite stuff in both the application class and the main frame, merge the mainframe and the mdi menus into one, remove the child frame, just to mention what pops up as I write - a far more involved process.

Trust me, do as I suggest Smile | :) Even if you have lots of libs and special settings in the project file, it will be far easier.
General[Q] layered image application Pin
Choi Wanho4-Jun-04 0:46
Choi Wanho4-Jun-04 0:46 
GeneralRe: [Q] layered image application Pin
basementman4-Jun-04 6:04
basementman4-Jun-04 6:04 
QuestionHow to use MFC classes in WinAPI app Pin
lapenkov3-Jun-04 23:46
lapenkov3-Jun-04 23:46 
AnswerRe: How to use MFC classes in WinAPI app Pin
toxcct3-Jun-04 23:49
toxcct3-Jun-04 23:49 
AnswerRe: How to use MFC classes in WinAPI app Pin
Diddy3-Jun-04 23:50
Diddy3-Jun-04 23:50 
GeneralRe: How to use MFC classes in WinAPI app Pin
lapenkov4-Jun-04 0:00
lapenkov4-Jun-04 0:00 
GeneralRe: How to use MFC classes in WinAPI app Pin
toxcct4-Jun-04 0:04
toxcct4-Jun-04 0:04 
GeneralRe: How to use MFC classes in WinAPI app Pin
Diddy4-Jun-04 0:05
Diddy4-Jun-04 0:05 
GeneralRe: How to use MFC classes in WinAPI app Pin
John M. Drescher4-Jun-04 5:45
John M. Drescher4-Jun-04 5:45 
GeneralRe: How to use MFC classes in WinAPI app Pin
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21 
GeneralInvalidate() Pin
cruschy3-Jun-04 23:34
cruschy3-Jun-04 23:34 
GeneralRe: Invalidate() Pin
Diddy3-Jun-04 23:43
Diddy3-Jun-04 23:43 
GeneralRe: Invalidate() Pin
Johan Rosengren4-Jun-04 3:32
Johan Rosengren4-Jun-04 3:32 
GeneralRe: Invalidate() Pin
basementman4-Jun-04 6:07
basementman4-Jun-04 6:07 
GeneralRe: Invalidate() Pin
Blake Miller4-Jun-04 14:20
Blake Miller4-Jun-04 14:20 
Generalbluetooth includes [edit] ON WINDOWS !!! [/edit] Pin
toxcct3-Jun-04 23:06
toxcct3-Jun-04 23:06 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:10
jmkhael3-Jun-04 23:10 

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.