Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvc++ 6--add member function, using macros Pin
7stud2-Mar-03 9:43
7stud2-Mar-03 9:43 
GeneralRe: vc++ 6--add member function, using macros Pin
Christian Graus2-Mar-03 10:09
protectorChristian Graus2-Mar-03 10:09 
GeneralRe: vc++ 6--add member function, using macros Pin
Nish Nishant2-Mar-03 13:05
sitebuilderNish Nishant2-Mar-03 13:05 
GeneralRe: vc++ 6--add member function, using macros Pin
7stud2-Mar-03 15:20
7stud2-Mar-03 15:20 
GeneralRe: vc++ 6--add member function, using macros Pin
Christian Graus2-Mar-03 15:25
protectorChristian Graus2-Mar-03 15:25 
GeneralRe: vc++ 6--add member function, using macros Pin
7stud2-Mar-03 16:01
7stud2-Mar-03 16:01 
GeneralProblem with Radio Buttons Pin
Ph@ntom2-Mar-03 8:48
Ph@ntom2-Mar-03 8:48 
GeneralRe: Problem with Radio Buttons Pin
Chris Losinger2-Mar-03 9:23
professionalChris Losinger2-Mar-03 9:23 
when DDX goes to get the value for you, it will scan from the start of the Group to the control before the next control with the group flag set. so, only one radio button in a group needs the group flag set (and it must be the first button). so, even though they aren't included in the DDX statement, the DDX code will include them when it does its processing.

-c



When history comes, it always takes you by surprise.

GeneralRe: Problem with Radio Buttons Pin
Big Art2-Mar-03 9:39
Big Art2-Mar-03 9:39 
GeneralScroll Bar does NOT work... Pin
Jakob Bysewski2-Mar-03 7:09
Jakob Bysewski2-Mar-03 7:09 
GeneralRe: Scroll Bar does NOT work... Pin
PJ Arends2-Mar-03 8:23
professionalPJ Arends2-Mar-03 8:23 
GeneralRe: Scroll Bar does NOT work... Pin
Jakob Bysewski2-Mar-03 10:11
Jakob Bysewski2-Mar-03 10:11 
QuestionHow to disable a control Pin
George Paris2-Mar-03 5:41
sussGeorge Paris2-Mar-03 5:41 
AnswerRe: How to disable a control Pin
NormDroid2-Mar-03 6:20
professionalNormDroid2-Mar-03 6:20 
GeneralNeed Add-In Wizard or sample code for visual c++.net Pin
Pepper232-Mar-03 5:14
Pepper232-Mar-03 5:14 
QuestionCSocket is bad? Pin
User 66582-Mar-03 4:53
User 66582-Mar-03 4:53 
AnswerRe: CSocket is bad? Pin
valikac2-Mar-03 7:57
valikac2-Mar-03 7:57 
QuestionHowto draw text in rectangle ? Pin
bumper2-Mar-03 4:29
bumper2-Mar-03 4:29 
AnswerRe: Howto draw text in rectangle ? Pin
NormDroid2-Mar-03 4:36
professionalNormDroid2-Mar-03 4:36 
GeneralRe: Howto draw text in rectangle ? Pin
bumper2-Mar-03 4:48
bumper2-Mar-03 4:48 
AnswerRe: Howto draw text in rectangle ? Pin
Michael Dunn2-Mar-03 5:24
sitebuilderMichael Dunn2-Mar-03 5:24 
GeneralRe: Howto draw text in rectangle ? Pin
bumper2-Mar-03 7:59
bumper2-Mar-03 7:59 
AnswerRe: Howto draw text in rectangle ? Pin
PJ Arends2-Mar-03 9:06
professionalPJ Arends2-Mar-03 9:06 
AnswerRe: Howto draw text in rectangle ? Pin
PJ Arends2-Mar-03 9:17
professionalPJ Arends2-Mar-03 9:17 
GeneralAnti-aliased line with GDI Pin
bumper2-Mar-03 4:21
bumper2-Mar-03 4:21 

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.