Click here to Skip to main content
15,909,829 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCString Problem - Should Be Simple Pin
JKallen26-Jan-05 12:35
JKallen26-Jan-05 12:35 
GeneralRe: CString Problem - Should Be Simple Pin
peter271326-Jan-05 13:01
peter271326-Jan-05 13:01 
GeneralRe: CString Problem - Should Be Simple Pin
JKallen26-Jan-05 13:04
JKallen26-Jan-05 13:04 
GeneralRe: CString Problem - Should Be Simple Pin
Michael Dunn26-Jan-05 13:37
sitebuilderMichael Dunn26-Jan-05 13:37 
GeneralFriend Classes Pin
Ken Mazaika26-Jan-05 12:24
Ken Mazaika26-Jan-05 12:24 
GeneralRe: Friend Classes Pin
Christian Graus26-Jan-05 12:40
protectorChristian Graus26-Jan-05 12:40 
GeneralData Exchanges (and more) Pin
LighthouseJ26-Jan-05 11:35
LighthouseJ26-Jan-05 11:35 
GeneralRe: Data Exchanges (and more) Pin
JKallen26-Jan-05 13:19
JKallen26-Jan-05 13:19 
One method is to create the radio button variables as controls not ints, and create event handlers that enable and disable controls when the respective button has been clicked. Then the OnOK can be overridden. This part is dangerous. I would recommend instead, creating a public variable that stores the radio button state, and then after the DoModal() function returns IDOK pull the value from the variable. Let me know if you would like more detail.
GeneralRe: Data Exchanges (and more) Pin
LighthouseJ26-Jan-05 16:51
LighthouseJ26-Jan-05 16:51 
GeneralBitmap on Menu Bar Pin
DNFSB26-Jan-05 10:43
DNFSB26-Jan-05 10:43 
GeneralRe: Bitmap on Menu Bar Pin
Michael Dunn26-Jan-05 13:40
sitebuilderMichael Dunn26-Jan-05 13:40 
GeneralRe: Bitmap on Menu Bar Pin
bobi_zcl26-Jan-05 22:11
bobi_zcl26-Jan-05 22:11 
GeneralRe: Bitmap on Menu Bar Pin
DNFSB27-Jan-05 10:11
DNFSB27-Jan-05 10:11 
Generalusing AfxMessageBox Pin
act_x26-Jan-05 9:53
act_x26-Jan-05 9:53 
GeneralRe: using AfxMessageBox Pin
Tom Wright26-Jan-05 10:08
Tom Wright26-Jan-05 10:08 
GeneralRe: using AfxMessageBox Pin
rbid26-Jan-05 10:13
rbid26-Jan-05 10:13 
GeneralRe: using AfxMessageBox Pin
David Crow26-Jan-05 10:23
David Crow26-Jan-05 10:23 
GeneralRe: using AfxMessageBox Pin
act_x26-Jan-05 10:28
act_x26-Jan-05 10:28 
GeneralRe: using AfxMessageBox Pin
David Crow26-Jan-05 10:38
David Crow26-Jan-05 10:38 
GeneralWM_TIMER in a UI thread Pin
Tom Wright26-Jan-05 9:34
Tom Wright26-Jan-05 9:34 
GeneralRe: WM_TIMER in a UI thread Pin
David Crow26-Jan-05 9:50
David Crow26-Jan-05 9:50 
GeneralRe: WM_TIMER in a UI thread Pin
Tom Wright26-Jan-05 10:11
Tom Wright26-Jan-05 10:11 
GeneralRe: WM_TIMER in a UI thread Pin
David Crow26-Jan-05 10:15
David Crow26-Jan-05 10:15 
GeneralRe: WM_TIMER in a UI thread Pin
Tom Wright26-Jan-05 10:17
Tom Wright26-Jan-05 10:17 
GeneralRe: WM_TIMER in a UI thread Pin
Tom Wright26-Jan-05 10:27
Tom Wright26-Jan-05 10:27 

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.