Click here to Skip to main content
15,793,260 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCustomize filter control of CHeaderCtrl Pin
aks.9-Sep-15 5:50
aks.9-Sep-15 5:50 
AnswerRe: Customize filter control of CHeaderCtrl Pin
Richard MacCutchan10-Sep-15 0:30
mveRichard MacCutchan10-Sep-15 0:30 
GeneralRe: Customize filter control of CHeaderCtrl Pin
aks.15-Sep-15 21:55
aks.15-Sep-15 21:55 
GeneralRe: Customize filter control of CHeaderCtrl Pin
Richard MacCutchan15-Sep-15 22:22
mveRichard MacCutchan15-Sep-15 22:22 
GeneralRe: Customize filter control of CHeaderCtrl Pin
aks.16-Sep-15 2:45
aks.16-Sep-15 2:45 
GeneralRe: Customize filter control of CHeaderCtrl Pin
Richard MacCutchan16-Sep-15 3:13
mveRichard MacCutchan16-Sep-15 3:13 
GeneralRe: Customize filter control of CHeaderCtrl Pin
aks.17-Sep-15 23:08
aks.17-Sep-15 23:08 
QuestionRadio Buttons, Lots of them Pin
golfbird8-Sep-15 4:03
golfbird8-Sep-15 4:03 
I have a dialog of radio buttons, 100 of them
I use this to select type of material product is made from so I can select correct ink for printing. Selections are everything from alumininum, plastics to wood.

I would like to select 1 radio button and have it return
the int of that selection without having to add an event handler for each and everyone of the radio buttons

Is there a routine that can handle any check on any button?

If(any button is checked) return(int # of the button)

Using visual studio c++ 2008
Peter Boyko


modified 8-Sep-15 10:23am.

AnswerRe: Radio Buttons, Lots of them Pin
Eddy Vluggen8-Sep-15 4:38
professionalEddy Vluggen8-Sep-15 4:38 
GeneralRe: Radio Buttons, Lots of them Pin
golfbird8-Sep-15 8:47
golfbird8-Sep-15 8:47 
AnswerRe: Radio Buttons, Lots of them Pin
Richard MacCutchan8-Sep-15 5:46
mveRichard MacCutchan8-Sep-15 5:46 
GeneralRe: Radio Buttons, Lots of them Pin
golfbird8-Sep-15 11:15
golfbird8-Sep-15 11:15 
GeneralRe: Radio Buttons, Lots of them Pin
jeron18-Sep-15 11:47
jeron18-Sep-15 11:47 
GeneralRe: Radio Buttons, Lots of them Pin
golfbird8-Sep-15 14:46
golfbird8-Sep-15 14:46 
AnswerRe: Radio Buttons, Lots of them Pin
Peter Leow8-Sep-15 5:56
professionalPeter Leow8-Sep-15 5:56 
AnswerRe: Radio Buttons, Lots of them Pin
David Crow8-Sep-15 10:13
David Crow8-Sep-15 10:13 
GeneralRe: Radio Buttons, Lots of them Pin
golfbird8-Sep-15 10:33
golfbird8-Sep-15 10:33 
QuestionCreate CBitmap from another CBitmap Pin
_Flaviu3-Sep-15 2:49
_Flaviu3-Sep-15 2:49 
AnswerRe: Create CBitmap from another CBitmap Pin
Jochen Arndt3-Sep-15 3:23
professionalJochen Arndt3-Sep-15 3:23 
GeneralRe: Create CBitmap from another CBitmap Pin
_Flaviu3-Sep-15 23:29
_Flaviu3-Sep-15 23:29 
QuestionWriting a Generic Function Pin
Donguy19762-Sep-15 13:17
Donguy19762-Sep-15 13:17 
AnswerRe: Writing a Generic Function Pin
Richard MacCutchan2-Sep-15 22:06
mveRichard MacCutchan2-Sep-15 22:06 
Questionproblems with std::bind in VS2015 Pin
Member 85340352-Sep-15 6:11
Member 85340352-Sep-15 6:11 
QuestionCFileDialog strange GetFileName Pin
_Flaviu2-Sep-15 0:18
_Flaviu2-Sep-15 0:18 
AnswerRe: CFileDialog strange GetFileName Pin
Jochen Arndt2-Sep-15 1:10
professionalJochen Arndt2-Sep-15 1:10 

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.