Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: User account lock Pin
Spawn@Melmac2-Jun-10 6:28
Spawn@Melmac2-Jun-10 6:28 
QuestionNo of Documents and View in SDI and MDI Pin
krishna_CP31-May-10 20:00
krishna_CP31-May-10 20:00 
AnswerRe: No of Documents and View in SDI and MDI Pin
«_Superman_»31-May-10 20:17
professional«_Superman_»31-May-10 20:17 
GeneralRe: No of Documents and View in SDI and MDI Pin
Cedric Moonen31-May-10 20:41
Cedric Moonen31-May-10 20:41 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 3:28
krishna_CP2-Jun-10 3:28 
GeneralRe: No of Documents and View in SDI and MDI Pin
Cedric Moonen2-Jun-10 4:25
Cedric Moonen2-Jun-10 4:25 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 4:28
krishna_CP2-Jun-10 4:28 
AnswerRe: No of Documents and View in SDI and MDI Pin
Aescleal31-May-10 20:39
Aescleal31-May-10 20:39 
Unless you want to do some real fancy footwork you can only have one document in an SDI application. This is due to the limitation of only having one frame window per instance of the application with MFC out of the box. There are ways you could get 'round this but they're probably not worth doing. With MDI apps you can have as many frame windows as you want so as many documents as you can fit in memory.

You can have as many views per document as you want with the limitations of what can fit on your screen.

Cheers,

Ash
AnswerRe: No of Documents and View in SDI and MDI Pin
Niklas L1-Jun-10 3:49
Niklas L1-Jun-10 3:49 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 3:29
krishna_CP2-Jun-10 3:29 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 4:34
krishna_CP2-Jun-10 4:34 
Questionserver emulator code help Pin
zeroKo31-May-10 15:31
zeroKo31-May-10 15:31 
AnswerRe: server emulator code help Pin
Stephen Hewitt31-May-10 16:07
Stephen Hewitt31-May-10 16:07 
GeneralRe: server emulator code help Pin
zeroKo31-May-10 17:04
zeroKo31-May-10 17:04 
GeneralRe: server emulator code help Pin
Stephen Hewitt31-May-10 20:21
Stephen Hewitt31-May-10 20:21 
GeneralRe: server emulator code help Pin
zeroKo31-May-10 23:56
zeroKo31-May-10 23:56 
GeneralRe: server emulator code help Pin
Stephen Hewitt1-Jun-10 13:55
Stephen Hewitt1-Jun-10 13:55 
GeneralRe: server emulator code help Pin
zeroKo1-Jun-10 14:12
zeroKo1-Jun-10 14:12 
QuestionBackground Color for Bitmap In Crichedtctrl Pin
ForNow31-May-10 8:57
ForNow31-May-10 8:57 
Questionhow to format numbers with dollar sign in a cell for a CListCtrl Pin
manchukuo31-May-10 8:04
manchukuo31-May-10 8:04 
AnswerRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
CPallini31-May-10 9:35
mveCPallini31-May-10 9:35 
GeneralRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
manchukuo31-May-10 11:13
manchukuo31-May-10 11:13 
GeneralRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
CPallini31-May-10 21:36
mveCPallini31-May-10 21:36 
QuestionRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
David Crow1-Jun-10 5:08
David Crow1-Jun-10 5:08 
AnswerRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
PJ Arends1-Jun-10 5:52
professionalPJ Arends1-Jun-10 5:52 

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.