Click here to Skip to main content
15,925,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
If it works, it is a sensible solution. Technically, the only difference between your code and Windows is that you're setting buttons states in response to (reflected) BN_CLICKED. With autoradiobuttons, BN_CLICKED notification is sent to parent dialog during WM_LBUTTONUP processing, after series of BM_SETCHECKs.

Tomasz Sowinski -- http://www.shooltz.com
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 
GeneralRe: I need a custom IE Toolbar Pin
13-Sep-01 1:53
suss13-Sep-01 1:53 
GeneralDynamic nested popup CMenu's Pin
12-Sep-01 19:23
suss12-Sep-01 19:23 
GeneralRe: Dynamic nested popup CMenu's Pin
Michael Dunn12-Sep-01 20:17
sitebuilderMichael Dunn12-Sep-01 20:17 

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.