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

C / C++ / MFC

 
Questionradio button in a propertysheet Pin
Rakesh519-Mar-09 2:52
Rakesh519-Mar-09 2:52 
QuestionRe: radio button in a propertysheet Pin
David Crow19-Mar-09 3:08
David Crow19-Mar-09 3:08 
AnswerRe: radio button in a propertysheet Pin
led mike19-Mar-09 4:14
led mike19-Mar-09 4:14 
AnswerRe: radio button in a propertysheet Pin
Michael Schubert19-Mar-09 3:15
Michael Schubert19-Mar-09 3:15 
AnswerRe: radio button in a propertysheet Pin
#realJSOP19-Mar-09 3:33
professional#realJSOP19-Mar-09 3:33 
GeneralRe: radio button in a propertysheet Pin
Michael Schubert19-Mar-09 3:36
Michael Schubert19-Mar-09 3:36 
GeneralRe: radio button in a propertysheet Pin
#realJSOP19-Mar-09 4:53
professional#realJSOP19-Mar-09 4:53 
AnswerRe: radio button in a propertysheet [modified] Pin
Code-o-mat19-Mar-09 3:43
Code-o-mat19-Mar-09 3:43 
When your program "gets stuck", use the PAUSE icon on visual studio to see where the program execution is in your code. YOu can then use the "Step into", "Step Over" and "Step out" methods to see what your proggie is doing.
Also, check the following: your first radio button in your radio button group should have the WS_GROUP style on it, also, the next control in the tab order that comes right after the last radio button in the group should also have the WS_GROUP style. If your property pages are created from dialog resources made in visual studio's dialog editor, make sure that they have the "Control Parent" and "Control" styles set.
Do any of these help?

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

modified on Thursday, March 19, 2009 10:59 AM

AnswerRe: radio button in a propertysheet Pin
Steve Mayfield19-Mar-09 6:26
Steve Mayfield19-Mar-09 6:26 
AnswerRe: radio button in a propertysheet Pin
«_Superman_»19-Mar-09 19:10
professional«_Superman_»19-Mar-09 19:10 
QuestionDoubt in function pointer Pin
Cool_Phillip19-Mar-09 2:42
Cool_Phillip19-Mar-09 2:42 
AnswerRe: Doubt in function pointer [modified] Pin
Cedric Moonen19-Mar-09 2:58
Cedric Moonen19-Mar-09 2:58 
AnswerRe: Doubt in function pointer Pin
David Crow19-Mar-09 2:59
David Crow19-Mar-09 2:59 
GeneralRe: Doubt in function pointer Pin
Cool_Phillip19-Mar-09 3:08
Cool_Phillip19-Mar-09 3:08 
AnswerRe: Doubt in function pointer Pin
Stuart Dootson19-Mar-09 3:14
professionalStuart Dootson19-Mar-09 3:14 
QuestionRe: Doubt in function pointer [modified] Pin
CPallini19-Mar-09 3:48
mveCPallini19-Mar-09 3:48 
AnswerRe: Doubt in function pointer Pin
Cool_Phillip23-Mar-09 0:00
Cool_Phillip23-Mar-09 0:00 
GeneralRe: Doubt in function pointer Pin
CPallini23-Mar-09 0:08
mveCPallini23-Mar-09 0:08 
QuestionAutomated CVS-VC6 building Pin
andwan019-Mar-09 1:51
andwan019-Mar-09 1:51 
AnswerRe: Automated CVS-VC6 building Pin
David Crow19-Mar-09 2:51
David Crow19-Mar-09 2:51 
AnswerRe: Automated CVS-VC6 building Pin
led mike19-Mar-09 4:18
led mike19-Mar-09 4:18 
AnswerRe: Automated CVS-VC6 building Pin
Rolf Kristensen19-Mar-09 12:35
Rolf Kristensen19-Mar-09 12:35 
GeneralRe: Automated CVS-VC6 building Pin
andwan019-Mar-09 13:26
andwan019-Mar-09 13:26 
GeneralRe: Automated CVS-VC6 building Pin
Rolf Kristensen20-Mar-09 0:00
Rolf Kristensen20-Mar-09 0:00 
GeneralMonitoring Tool Pin
itkid19-Mar-09 1:38
itkid19-Mar-09 1:38 

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.