Click here to Skip to main content
15,916,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to pass CStatic as normal variable to member function Pin
LaHaHa9-Nov-05 15:03
LaHaHa9-Nov-05 15:03 
Questionhow to send and get data from USB port??? Pin
vikas amin9-Nov-05 0:17
vikas amin9-Nov-05 0:17 
AnswerRe: how to send and get data from USB port??? Pin
Trollslayer9-Nov-05 1:24
mentorTrollslayer9-Nov-05 1:24 
GeneralRe: how to send and get data from USB port??? Pin
vikas amin9-Nov-05 1:49
vikas amin9-Nov-05 1:49 
GeneralRe: how to send and get data from USB port??? Pin
Cedric Moonen9-Nov-05 2:12
Cedric Moonen9-Nov-05 2:12 
QuestionNew to MDI: dialogs Pin
Crazy Joe Devola8-Nov-05 23:15
Crazy Joe Devola8-Nov-05 23:15 
AnswerRe: New to MDI: dialogs Pin
*Dreamz8-Nov-05 23:38
*Dreamz8-Nov-05 23:38 
AnswerRe: New to MDI: dialogs Pin
Arman S.9-Nov-05 1:23
Arman S.9-Nov-05 1:23 
Hi,

I am using Visual Studio 6. I want to write an MDI program where the documents are dialogs that I design - with buttons, lists, edit boxes, combos etc.

Actually, documents cannot be dialogs. Moreover this statement makes no sense. Documents are to store data that would be viewed by Views. And saying document you understand a class derived from CDocument. In other words, you might want your views contain dialog controls. It is possible though in case you have a CView derived class, you will not be able yo perform WYSIWYG. So,
you may perform dialog templates with the necessary controls on it and create the dialog object as a child control (dialog) for the views.

Or something may be done with CFormView derived classes.

--
======
Arman
AnswerRe: New to MDI: dialogs Pin
vikas amin9-Nov-05 1:40
vikas amin9-Nov-05 1:40 
QuestionMCI Adjust Volume Problem Pin
Zyraph8-Nov-05 22:54
Zyraph8-Nov-05 22:54 
AnswerRe: MCI Adjust Volume Problem Pin
Blake Miller9-Nov-05 4:37
Blake Miller9-Nov-05 4:37 
QuestionStrange unicode rendering problem Pin
Luke Murray8-Nov-05 22:41
Luke Murray8-Nov-05 22:41 
AnswerRe: Strange unicode rendering problem Pin
Johann Gerell9-Nov-05 0:27
Johann Gerell9-Nov-05 0:27 
AnswerRe: Strange unicode rendering problem Pin
James R. Twine9-Nov-05 4:42
James R. Twine9-Nov-05 4:42 
GeneralRe: Strange unicode rendering problem Pin
Luke Murray9-Nov-05 11:53
Luke Murray9-Nov-05 11:53 
GeneralRe: Strange unicode rendering problem Pin
Johann Gerell9-Nov-05 21:01
Johann Gerell9-Nov-05 21:01 
GeneralRe: Strange unicode rendering problem Pin
James R. Twine10-Nov-05 8:05
James R. Twine10-Nov-05 8:05 
QuestionDisplay bitmap in toolbar with CStatic Pin
Mircea Grelus8-Nov-05 22:33
Mircea Grelus8-Nov-05 22:33 
AnswerRe: Display bitmap in toolbar with CStatic Pin
Mircea Grelus9-Nov-05 3:00
Mircea Grelus9-Nov-05 3:00 
QuestionDynamic double dimension Pin
Arrun8-Nov-05 22:01
Arrun8-Nov-05 22:01 
AnswerRe: Dynamic double dimension Pin
kakan8-Nov-05 22:23
professionalkakan8-Nov-05 22:23 
AnswerRe: Dynamic double dimension Pin
Cedric Moonen8-Nov-05 22:32
Cedric Moonen8-Nov-05 22:32 
QuestionRe: Dynamic double dimension Pin
Arrun8-Nov-05 23:06
Arrun8-Nov-05 23:06 
AnswerRe: Dynamic double dimension Pin
kakan8-Nov-05 23:11
professionalkakan8-Nov-05 23:11 
QuestionRe: Dynamic double dimension Pin
Arrun8-Nov-05 23:40
Arrun8-Nov-05 23:40 

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.