Click here to Skip to main content
15,881,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with Release mode Pin
cagespear5-Mar-08 19:10
cagespear5-Mar-08 19:10 
GeneralRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 19:16
Maxwell Chen5-Mar-08 19:16 
JokeRe: Problem with Release mode Pin
Rajesh R Subramanian5-Mar-08 19:21
professionalRajesh R Subramanian5-Mar-08 19:21 
JokeRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 21:25
Maxwell Chen5-Mar-08 21:25 
GeneralRe: Problem with Release mode Pin
cagespear5-Mar-08 21:05
cagespear5-Mar-08 21:05 
GeneralRe: Problem with Release mode Pin
Roger Stoltz5-Mar-08 20:53
Roger Stoltz5-Mar-08 20:53 
GeneralConvert dialog based application to SDI/MDI architecture. Pin
lavate malllik5-Mar-08 16:14
lavate malllik5-Mar-08 16:14 
GeneralRe: Convert dialog based application to SDI/MDI architecture. Pin
cagespear5-Mar-08 21:01
cagespear5-Mar-08 21:01 
You can do that manually by converting dialog to doc-view based SDI/MDI app by creating new Doc,View,Frame files and integrating the logic in there and doing lots of other things. But that would be very cryptic because there are very meticulous things to be done in order to achieve it.(e.g. manually editing RC to create frames, menu, toolbar and all).

I think instead of tweaking same app from dlg based to SDI/MSI, it'd be better if you create a fresh MDI/SDI app and then port the functionality one by one from your dialog based app to the SDI/MDI app.

Regards
Cage
GeneralRe: Convert dialog based application to SDI/MDI architecture. Pin
led mike6-Mar-08 6:33
led mike6-Mar-08 6:33 
GeneralZoom and text size Pin
includeh105-Mar-08 15:53
includeh105-Mar-08 15:53 
GeneralRe: Zoom and text size Pin
Stephen Hewitt5-Mar-08 16:03
Stephen Hewitt5-Mar-08 16:03 
GeneralRe: Zoom and text size Pin
includeh105-Mar-08 19:23
includeh105-Mar-08 19:23 
GeneralCreateProcess to launch command prompt Pin
Imtiaz Murtaza5-Mar-08 14:54
Imtiaz Murtaza5-Mar-08 14:54 
GeneralRe: CreateProcess to launch command prompt Pin
Mark Salsbery5-Mar-08 15:35
Mark Salsbery5-Mar-08 15:35 
GeneralRe: CreateProcess to launch command prompt Pin
Stephen Hewitt5-Mar-08 15:57
Stephen Hewitt5-Mar-08 15:57 
GeneralRe: CreateProcess to launch command prompt Pin
Mark Salsbery5-Mar-08 16:07
Mark Salsbery5-Mar-08 16:07 
GeneralRe: CreateProcess to launch command prompt Pin
Stephen Hewitt5-Mar-08 15:59
Stephen Hewitt5-Mar-08 15:59 
AnswerRe: CreateProcess to launch command prompt Pin
Rajkumar R5-Mar-08 17:12
Rajkumar R5-Mar-08 17:12 
GeneralCWinthread Pin
LCI5-Mar-08 12:35
LCI5-Mar-08 12:35 
GeneralRe: CWinthread Pin
LCI5-Mar-08 12:38
LCI5-Mar-08 12:38 
GeneralRe: CWinthread Pin
Mark Salsbery5-Mar-08 13:40
Mark Salsbery5-Mar-08 13:40 
GeneralRe: CWinthread Pin
LCI6-Mar-08 1:20
LCI6-Mar-08 1:20 
GeneralRe: CWinthread Pin
LCI6-Mar-08 1:33
LCI6-Mar-08 1:33 
GeneralRe: CWinthread Pin
Mark Salsbery6-Mar-08 5:10
Mark Salsbery6-Mar-08 5:10 
GeneralRe: CWinthread Pin
Mark Salsbery6-Mar-08 5:14
Mark Salsbery6-Mar-08 5:14 

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.