In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
Answers were Sorted based on User's Feedback
Answer / soumya ranjan maharana
SDI stands for single document interface is a window that can only handle one document at a time per window.
An MDI or multiple document interface is a window that can handle more than one document at a time
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / rakesh roshan
Whether it be SDI (Single Document Interface) or MDI (Multiple Document Interface), a single document can always have multiple views associated with it.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we create thread in MFC framework?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
is it possible to display a window .without using windowclass
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
Psychic Window Technique
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
How to convert the content of buffer into lower case character.
What is model and modeless dialog box ? Give some examples?
What is the use of UpdateData funciton ?
What is document-view architecture ? Give me one real time example for SDI ?
What is the initial function to be called in MFC and what it will do