Click here to Skip to main content
15,920,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to call another project's exe file Pin
mr200321-Aug-03 7:47
mr200321-Aug-03 7:47 
AnswerRe: How to call another project's exe file Pin
David Crow21-Aug-03 8:00
David Crow21-Aug-03 8:00 
GeneralRe: How to call another project's exe file Pin
mr200321-Aug-03 8:48
mr200321-Aug-03 8:48 
GeneralRe: How to call another project's exe file Pin
David Crow21-Aug-03 8:56
David Crow21-Aug-03 8:56 
AnswerRe: How to call another project's exe file Pin
Cambalindo21-Aug-03 8:26
Cambalindo21-Aug-03 8:26 
GeneralClearing/Deleting MFC screen Pin
Anonymous21-Aug-03 7:44
Anonymous21-Aug-03 7:44 
GeneralRe: Clearing/Deleting MFC screen Pin
Larry J. Siddens21-Aug-03 7:53
Larry J. Siddens21-Aug-03 7:53 
GeneralRe: Clearing/Deleting MFC screen Pin
David Crow21-Aug-03 8:09
David Crow21-Aug-03 8:09 
Anonymous wrote:
I can't figure out how clear the question...

The question would be in an edit control. Use SetWindowText() and GetWindowText() accordingly.

Anonymous wrote:
...or to add possibly more or less radio buttons after the student clicks the next button.

Put the maximum number of radio buttons that will be needed on the dialog at design time. Show/hide them as needed throughout the quiz.

Anonymous wrote:
I also need to know how to size the window to match the screens resolution.

Normally, this is not necessary and doesn't fit the profile of a dialog. Anyway, ShowWindow(SW_SHOWMAXIMIZED); in the dialog's OnInitDialog() method will do it.
GeneralRe: Clearing/Deleting MFC screen Pin
John R. Shaw21-Aug-03 8:49
John R. Shaw21-Aug-03 8:49 
GeneralCDataGrid with modeless dialog box Pin
sdfdsfa21-Aug-03 6:18
sdfdsfa21-Aug-03 6:18 
GeneralProblems creating dialog with custom control Pin
bt-ascona21-Aug-03 5:22
bt-ascona21-Aug-03 5:22 
GeneralRe: Problems creating dialog with custom control Pin
David Crow21-Aug-03 6:04
David Crow21-Aug-03 6:04 
GeneralRe: Problems creating dialog with custom control Pin
bt-ascona21-Aug-03 9:46
bt-ascona21-Aug-03 9:46 
GeneralRe: Problems creating dialog with custom control Pin
David Crow21-Aug-03 9:53
David Crow21-Aug-03 9:53 
GeneralRe: Problems creating dialog with custom control Pin
bt-ascona21-Aug-03 17:14
bt-ascona21-Aug-03 17:14 
GeneralHelp with Communicating with additional PC's Pin
21-Aug-03 5:14
suss21-Aug-03 5:14 
GeneralRe: Help with Communicating with additional PC's Pin
tmangan21-Aug-03 7:36
tmangan21-Aug-03 7:36 
GeneralCTabCtrl Pin
Gagnon Claude21-Aug-03 5:02
Gagnon Claude21-Aug-03 5:02 
GeneralRe: CTabCtrl Pin
valikac21-Aug-03 5:10
valikac21-Aug-03 5:10 
GeneralRe: CTabCtrl Pin
peterchen21-Aug-03 5:42
peterchen21-Aug-03 5:42 
GeneralRe: CTabCtrl Pin
DiWa21-Aug-03 6:08
DiWa21-Aug-03 6:08 
Generalkeyframe scene detection Pin
Emiliano21-Aug-03 4:58
Emiliano21-Aug-03 4:58 
GeneralRe: keyframe scene detection Pin
Joey Bloggs21-Aug-03 21:27
Joey Bloggs21-Aug-03 21:27 
GeneralComboBox in Modal DIalog Pin
Karen030221-Aug-03 4:40
Karen030221-Aug-03 4:40 
GeneralRe: ComboBox in Modal DIalog Pin
valikac21-Aug-03 5:12
valikac21-Aug-03 5:12 

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.