Click here to Skip to main content
15,905,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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

QuestionRe: Problem on dialog creation Pin
David Crow18-May-07 9:51
David Crow18-May-07 9:51 
GeneralRe: Problem on dialog creation Pin
jpyp22-May-07 7:38
jpyp22-May-07 7:38 
AnswerRe: Proble on dialog creation Pin
David Crow17-May-07 10:24
David Crow17-May-07 10:24 
GeneralRe: Problem on dialog creation Pin
jpyp17-May-07 11:11
jpyp17-May-07 11:11 
GeneralRe: Problem on dialog creation Pin
David Crow18-May-07 2:59
David Crow18-May-07 2:59 
GeneralRe: Problem on dialog creation Pin
jpyp18-May-07 8:11
jpyp18-May-07 8:11 
GeneralRe: Problem on dialog creation Pin
David Crow18-May-07 8:25
David Crow18-May-07 8:25 
GeneralRe: Problem on dialog creation Pin
jpyp18-May-07 9:24
jpyp18-May-07 9:24 
QuestionSimple way of reading JPEG and TIFF images?? Pin
Kiran Satish17-May-07 8:47
Kiran Satish17-May-07 8:47 
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
led mike17-May-07 8:58
led mike17-May-07 8:58 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:03
Mark Salsbery17-May-07 9:03 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
led mike17-May-07 9:17
led mike17-May-07 9:17 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:19
Mark Salsbery17-May-07 9:19 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Moak17-May-07 9:07
Moak17-May-07 9:07 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:11
Mark Salsbery17-May-07 9:11 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Hamid_RT17-May-07 9:21
Hamid_RT17-May-07 9:21 
JokeRe: Simple way of reading JPEG and TIFF images?? Pin
Moak17-May-07 9:22
Moak17-May-07 9:22 

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.