Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resize a Static Box to accomodate font change Pin
Ali Niaz19-Oct-04 10:11
Ali Niaz19-Oct-04 10:11 
GeneralQuestion regarding Forms App in VC++ .NET Pin
NietzscheDisciple19-Oct-04 8:01
NietzscheDisciple19-Oct-04 8:01 
GeneralVC6 / Debug output: supress "Loaded xyz.dll..." Pin
peterchen19-Oct-04 7:12
peterchen19-Oct-04 7:12 
GeneralRe: VC6 / Debug output: supress "Loaded xyz.dll..." Pin
Ryan Binns19-Oct-04 18:25
Ryan Binns19-Oct-04 18:25 
GeneralVC6 / Debug output: supress "Loaded xyz.dll..." Pin
peterchen19-Oct-04 7:12
peterchen19-Oct-04 7:12 
GeneralData excahnge between dialog and formview Pin
Zombie_Inc19-Oct-04 7:11
Zombie_Inc19-Oct-04 7:11 
GeneralRe: Data excahnge between dialog and formview Pin
Wes Aday19-Oct-04 10:34
professionalWes Aday19-Oct-04 10:34 
GeneralRe: Data excahnge between dialog and formview Pin
Zombie_Inc19-Oct-04 23:56
Zombie_Inc19-Oct-04 23:56 
Thanks for your reply!

I don't think it is that simple. Here is some more details of what I got:

SDI Project

Dialog1:
Properties - No border and style child (shown when the app starts)
CMyView is derived from CFormView
There is no controls on it!
A variable of type int m_Myint is declared

Dialog2:
Properties - Dialog frame and style popup (shown as modal when selected from the main menu)
CMyDlg is derived from CDialog
Has a button m_MyConfirmationButton and a ListBox m_MyListBox on it.

Question:
When the user clicks m_MyConfirmationButton the variable m_Myint in CMyView should be updated with the index number of the selected item in m_MyListBox.

Do I need pointers in the AppName.cpp Class where the CMyDlg DoModal() function is or???

I'm a bit lost here.

Thanks in advance!
GeneralExcel automation - closing Excel Pin
jackamus19-Oct-04 6:54
jackamus19-Oct-04 6:54 
GeneralRe: Excel automation - closing Excel Pin
David Crow19-Oct-04 8:29
David Crow19-Oct-04 8:29 
QuestionXML Document always empty... why? Pin
Chris Ulliott19-Oct-04 6:47
Chris Ulliott19-Oct-04 6:47 
AnswerRe: XML Document always empty... why? Pin
Doug Mitchell19-Oct-04 7:24
Doug Mitchell19-Oct-04 7:24 
GeneralExecute a *.exe inside my application Pin
illidan9919-Oct-04 6:25
illidan9919-Oct-04 6:25 
GeneralRe: Execute a *.exe inside my application Pin
Chris Meech19-Oct-04 7:26
Chris Meech19-Oct-04 7:26 
GeneralRe: Execute a *.exe inside my application Pin
vcplusplus19-Oct-04 8:12
vcplusplus19-Oct-04 8:12 
GeneralRe: Execute a *.exe inside my application Pin
illidan9920-Oct-04 1:26
illidan9920-Oct-04 1:26 
GeneralComboboxes in WINAPI Pin
Ibana19-Oct-04 5:59
Ibana19-Oct-04 5:59 
GeneralRe: Comboboxes in WINAPI Pin
Tom Wright19-Oct-04 6:13
Tom Wright19-Oct-04 6:13 
GeneralRe: Comboboxes in WINAPI Pin
Ibana20-Oct-04 3:43
Ibana20-Oct-04 3:43 
GeneralRe: Comboboxes in WINAPI Pin
Tom Wright20-Oct-04 4:31
Tom Wright20-Oct-04 4:31 
GeneralRe: Comboboxes in WINAPI Pin
Ibana20-Oct-04 5:33
Ibana20-Oct-04 5:33 
GeneralRe: Comboboxes in WINAPI Pin
normanS20-Oct-04 4:17
normanS20-Oct-04 4:17 
GeneralRe: Comboboxes in WINAPI Pin
Ibana20-Oct-04 6:07
Ibana20-Oct-04 6:07 
GeneralRe: Comboboxes in WINAPI Pin
Ibana20-Oct-04 6:31
Ibana20-Oct-04 6:31 
QuestionWhat data access is better and easier Pin
Tom Wright19-Oct-04 5:46
Tom Wright19-Oct-04 5:46 

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.