Click here to Skip to main content
15,921,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Difference between Debug and Release Pin
Nelek17-May-07 20:29
protectorNelek17-May-07 20:29 
GeneralRe: Difference between Debug and Release Pin
masnu18-May-07 5:22
masnu18-May-07 5:22 
AnswerRe: Difference between Debug and Release Pin
prasad_som17-May-07 21:04
prasad_som17-May-07 21:04 
GeneralRe: Difference between Debug and Release Pin
masnu18-May-07 6:14
masnu18-May-07 6:14 
Questionprogram in oop in c++ Pin
KARFER17-May-07 9:27
KARFER17-May-07 9:27 
AnswerRe: program in oop in c++ Pin
Hamid_RT17-May-07 9:32
Hamid_RT17-May-07 9:32 
AnswerRe: program in oop in c++ Pin
Joan M17-May-07 10:11
professionalJoan M17-May-07 10:11 
Generalstack overflow Pin
xyecloudy17-May-07 14:51
xyecloudy17-May-07 14:51 
GeneralRe: stack overflow Pin
Hamid_RT17-May-07 19:45
Hamid_RT17-May-07 19:45 
GeneralRe: stack overflow Pin
xyecloudy18-May-07 1:18
xyecloudy18-May-07 1:18 
GeneralRe: stack overflow Pin
Hamid_RT18-May-07 1:37
Hamid_RT18-May-07 1:37 
AnswerRe: stack overflow Pin
KARFER18-May-07 2:55
KARFER18-May-07 2:55 
AnswerRe: program in oop in c++ Pin
David Crow17-May-07 10:20
David Crow17-May-07 10:20 
AnswerRe: program in oop in c++ Pin
Rick York17-May-07 10:21
mveRick York17-May-07 10:21 
GeneralRe: program in oop in c++ Pin
Rajesh R Subramanian17-May-07 19:23
professionalRajesh R Subramanian17-May-07 19:23 
QuestionProblem on dialog creation Pin
jpyp17-May-07 9:00
jpyp17-May-07 9:00 
AnswerRe: Proble on dialog creation Pin
Mark Salsbery17-May-07 9:10
Mark Salsbery17-May-07 9:10 
GeneralRe: Proble on dialog creation Pin
jpyp17-May-07 11:07
jpyp17-May-07 11:07 
GeneralRe: Proble on dialog creation Pin
Mark Salsbery17-May-07 11:51
Mark Salsbery17-May-07 11:51 
AnswerRe: Problem on dialog creation Pin
jpyp17-May-07 12:23
jpyp17-May-07 12:23 
GeneralRe: Problem on dialog creation Pin
Mark Salsbery17-May-07 12:35
Mark Salsbery17-May-07 12:35 
GeneralRe: Problem on dialog creation Pin
jpyp18-May-07 8:04
jpyp18-May-07 8:04 
GeneralRe: Problem on dialog creation Pin
Mark Salsbery18-May-07 8:19
Mark Salsbery18-May-07 8:19 
GeneralRe: Problem on dialog creation Pin
jpyp18-May-07 9:20
jpyp18-May-07 9:20 
GeneralRe: Problem on dialog creation Pin
Mark Salsbery18-May-07 9:45
Mark Salsbery18-May-07 9:45 
jpyp wrote:
I'll investigate the WM_SETFOCUS idea. I don't that is it but you never know.


I just know what I read about how the default window proc for a button control handles the
WM_SETFOCUS message:

"Draws a focus rectangle on the button getting the focus. For radio buttons and automatic radio
buttons, the parent window is sent a BN_CLICKED notification message.
"


So, to back up, you are calling SetCheck(BST_UNCHECKED) for the radio button in question?
Is this an automatic radio button? If so, maybe calling SetCheck(BST_CHECKED) on the radio
button you DO want initially checked would be more appropriate.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

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.