Click here to Skip to main content
16,011,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Header file to Library ... Pin
Steen Krogsgaard13-Sep-01 3:04
Steen Krogsgaard13-Sep-01 3:04 
GeneralRe: Header file to Library ... Pin
Hadi Rezaee13-Sep-01 4:04
Hadi Rezaee13-Sep-01 4:04 
GeneralRe: Header file to Library ... Pin
Steen Krogsgaard13-Sep-01 4:12
Steen Krogsgaard13-Sep-01 4:12 
GeneralRe: Header file to Library ... Pin
Hadi Rezaee13-Sep-01 4:45
Hadi Rezaee13-Sep-01 4:45 
QuestionHow can I run my application before password in win98 Pin
12-Sep-01 22:29
suss12-Sep-01 22:29 
AnswerRe: How can I run my application before password in win98 Pin
Michael Dunn12-Sep-01 22:36
sitebuilderMichael Dunn12-Sep-01 22:36 
GeneralI hopethe pwd dialog display after my application end! Pin
12-Sep-01 23:12
suss12-Sep-01 23:12 
GeneralAutomatic Radio Buttons Pin
Derek Lakin12-Sep-01 22:20
Derek Lakin12-Sep-01 22:20 
I'm trying to fix the bug in my CButtonSSL class regarding radio buttons. I'm getting there (at least it doesn't crash any more!), but I'm still having a few problems.

The Platform SDK: Windows User Interface documentation for Radio Buttons states:
When the user selects either state [checked or cleared], the radio button receives the keyboard focus. The system sends the button's parent window a WM_COMMAND message containing the BN_CLICKED notification code. The parent window doesn't acknowledge this message if it comes from an automatic radio button because the system automatically sets the check state for that style." ...
"When the user selects an automatic radio button, the system automatically sets the check state of all other buttons within the same group to be cleared."


My question is how? Where does the system handle this? If I have a group of radio buttons I can see the sending of the BM_SETCHECK and BM_GETCHECK messages to the radio buttons but when my button gets clicked there is no BM_SETCHECK message sent even though it has the BS_AUTORADIOBUTTON style set.

Derek Lakin.
Salamander Software Ltd.
GeneralRe: Automatic Radio Buttons Pin
Tomasz Sowinski13-Sep-01 1:51
Tomasz Sowinski13-Sep-01 1:51 
GeneralRe: Automatic Radio Buttons Pin
Derek Lakin13-Sep-01 2:02
Derek Lakin13-Sep-01 2:02 
GeneralRe: Automatic Radio Buttons Pin
Tomasz Sowinski13-Sep-01 2:17
Tomasz Sowinski13-Sep-01 2:17 
GeneralRe: Automatic Radio Buttons Pin
Derek Lakin13-Sep-01 2:21
Derek Lakin13-Sep-01 2:21 
Generalhelp with MSXML Pin
12-Sep-01 22:10
suss12-Sep-01 22:10 
GeneralRe: help with MSXML Pin
Michael Dunn12-Sep-01 22:30
sitebuilderMichael Dunn12-Sep-01 22:30 
GeneralRe: help with MSXML Pin
12-Sep-01 22:53
suss12-Sep-01 22:53 
GeneralRe: help with MSXML Pin
markkuk13-Sep-01 1:39
markkuk13-Sep-01 1:39 
GeneralRe: help with MSXML Pin
13-Sep-01 1:49
suss13-Sep-01 1:49 
GeneralRe: help with MSXML Pin
Erik Thompson13-Sep-01 8:36
sitebuilderErik Thompson13-Sep-01 8:36 
GeneralRe: help with MSXML Pin
jkgh12-Sep-01 23:54
jkgh12-Sep-01 23:54 
GeneralRe: help with MSXML Pin
Michael Dunn13-Sep-01 8:00
sitebuilderMichael Dunn13-Sep-01 8:00 
GeneralADO ... Pin
Hadi Rezaee12-Sep-01 21:10
Hadi Rezaee12-Sep-01 21:10 
GeneralRe: ADO ... Pin
Rashid Thadha12-Sep-01 22:42
Rashid Thadha12-Sep-01 22:42 
GeneralRe: ADO ... Pin
Hadi Rezaee12-Sep-01 23:14
Hadi Rezaee12-Sep-01 23:14 
GeneralI need a custom IE Toolbar Pin
12-Sep-01 20:17
suss12-Sep-01 20:17 
GeneralRe: I need a custom IE Toolbar Pin
Jonathon Lockett12-Sep-01 22:22
Jonathon Lockett12-Sep-01 22: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.