Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Check if an document is already open Pin
Software_Developer4-Oct-11 23:20
Software_Developer4-Oct-11 23:20 
GeneralRe: Check if an document is already open Pin
_Flaviu4-Oct-11 23:35
_Flaviu4-Oct-11 23:35 
AnswerRe: Check if an document is already open Pin
App_4-Oct-11 23:32
App_4-Oct-11 23:32 
GeneralRe: Check if an document is already open Pin
_Flaviu4-Oct-11 23:40
_Flaviu4-Oct-11 23:40 
GeneralRe: Check if an document is already open Pin
Snorri Kristjansson4-Oct-11 23:56
professionalSnorri Kristjansson4-Oct-11 23:56 
AnswerRe: Check if an document is already open Pin
Snorri Kristjansson5-Oct-11 0:02
professionalSnorri Kristjansson5-Oct-11 0:02 
GeneralRe: Check if an document is already open Pin
_Flaviu9-Oct-11 6:52
_Flaviu9-Oct-11 6:52 
QuestionWindow or form clarification -nomenclature Pin
jkirkerx4-Oct-11 13:59
professionaljkirkerx4-Oct-11 13:59 
I finished my c++ code, and now I want to add forms to it.

So I used the VS2010 and created a Win32 Application, and it made a main window container for me. I have a menu bar, in which I want to click on a subject (Install Web Server), and have a window form created, and install the Web Server with a progress bar, status of events....

I'm sort of confused here, I remember in vb, we just made a form for each window we needed, and designed the graphics on it. If we wanted a MDI, we just used the properties to set the main window to MDI parent and MDI Child. I don't want to deal with the .net stuff for this project, by adding a windows form, and prefer to learn by writing it in c++.

I'm not sure about c++, it how it's done.

The question is, would that extra window be considered an MDI child window, or just a regular window.

If it's just a window, then I just create a window for each task I need?, or is the same window used over and over?
AnswerRe: Window or form clarification -nomenclature Pin
enhzflep4-Oct-11 18:56
enhzflep4-Oct-11 18:56 
GeneralRe: Window or form clarification -nomenclature Pin
jkirkerx5-Oct-11 6:21
professionaljkirkerx5-Oct-11 6:21 
AnswerRe: Window or form clarification -nomenclature Pin
ThatsAlok4-Oct-11 20:59
ThatsAlok4-Oct-11 20:59 
GeneralRe: Window or form clarification -nomenclature Pin
jkirkerx5-Oct-11 6:15
professionaljkirkerx5-Oct-11 6:15 
QuestionEntering ? into edit box Pin
Vaclav_4-Oct-11 12:28
Vaclav_4-Oct-11 12:28 
AnswerRe: Entering ? into edit box Pin
Richard Andrew x644-Oct-11 14:46
professionalRichard Andrew x644-Oct-11 14:46 
GeneralRe: Entering ? into edit box Pin
Vaclav_4-Oct-11 15:47
Vaclav_4-Oct-11 15:47 
GeneralRe: Entering ? into edit box Pin
Richard Andrew x644-Oct-11 15:50
professionalRichard Andrew x644-Oct-11 15:50 
GeneralRe: Entering ? into edit box SOLVED Pin
Vaclav_4-Oct-11 16:37
Vaclav_4-Oct-11 16:37 
GeneralRe: Entering ? into edit box SOLVED Pin
Richard Andrew x644-Oct-11 16:38
professionalRichard Andrew x644-Oct-11 16:38 
GeneralRe: Entering ? into edit box Pin
Chuck O'Toole4-Oct-11 16:15
Chuck O'Toole4-Oct-11 16:15 
Questionhow to move button when the dialog is resized? Pin
antonio3434-Oct-11 7:29
antonio3434-Oct-11 7:29 
AnswerRe: how to move button when the dialog is resized? Pin
Maximilien4-Oct-11 8:02
Maximilien4-Oct-11 8:02 
GeneralRe: how to move button when the dialog is resized? Pin
antonio3434-Oct-11 8:17
antonio3434-Oct-11 8:17 
GeneralRe: how to move button when the dialog is resized? Pin
Maximilien4-Oct-11 8:22
Maximilien4-Oct-11 8:22 
GeneralRe: how to move button when the dialog is resized? Pin
antonio3434-Oct-11 8:45
antonio3434-Oct-11 8:45 
QuestionRe: how to move button when the dialog is resized? Pin
David Crow4-Oct-11 8:54
David Crow4-Oct-11 8:54 

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.