Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow i can resolve this problem???????????? Pin
josephsaliba23-Mar-09 12:45
josephsaliba23-Mar-09 12:45 
AnswerRe: how i can resolve this problem???????????? Pin
Eytukan23-Mar-09 20:10
Eytukan23-Mar-09 20:10 
QuestionNot able to use volume control functions in MCI Pin
John50223-Mar-09 8:24
John50223-Mar-09 8:24 
AnswerRe: Not able to use volume control functions in MCI Pin
aks.23-Mar-09 19:04
aks.23-Mar-09 19:04 
QuestionRadio Btns in Studio2008 - help Pin
john john mackey23-Mar-09 8:04
john john mackey23-Mar-09 8:04 
AnswerRe: Radio Btns in Studio2008 - help Pin
TinyDevices23-Mar-09 8:17
professionalTinyDevices23-Mar-09 8:17 
GeneralRe: Radio Btns in Studio2008 - help Pin
john john mackey23-Mar-09 8:23
john john mackey23-Mar-09 8:23 
GeneralRe: Radio Btns in Studio2008 - help Pin
Eytukan23-Mar-09 19:05
Eytukan23-Mar-09 19:05 
john john mackey wrote:
I can't even see a listing of the IDC_ resource for any of these buttons, I'm totally infuriated Mad


Stay cool Smile | :) . Select the control, right click, "properties". You will get it's ID from the ID property. Any control you drop on the dialog will have it's ID.

Also,you might know, you can enable/disable any control without creating a control variable.
GetDlgItem(RESOURCE_ID)->EnableWindow(true/false);


Also, I'm just noticing. The member variable for Radio button DDX is by default is BOOL! quite misleading. It should've been int rather. D'Oh! | :doh: God only knows why they changed it to BOOL.

Also any beginners who would think BOOL as bool will have an excellent day Wink | ;)

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: Radio Btns in Studio2008 - help Pin
john john mackey26-Mar-09 2:55
john john mackey26-Mar-09 2:55 
QuestionHow to Write DllMain Function Pin
dataminers23-Mar-09 6:49
dataminers23-Mar-09 6:49 
AnswerRe: How to Write DllMain Function Pin
TinyDevices23-Mar-09 7:21
professionalTinyDevices23-Mar-09 7:21 
AnswerRe: How to Write DllMain Function Pin
David Crow23-Mar-09 7:45
David Crow23-Mar-09 7:45 
QuestionC Implementation of Boyer-Moore of BMH Pin
Jeffrey Walton23-Mar-09 5:15
Jeffrey Walton23-Mar-09 5:15 
QuestionRe: C Implementation of Boyer-Moore of BMH Pin
David Crow23-Mar-09 5:54
David Crow23-Mar-09 5:54 
AnswerRe: C Implementation of Boyer-Moore of BMH Pin
Jeffrey Walton23-Mar-09 6:12
Jeffrey Walton23-Mar-09 6:12 
AnswerRe: C Implementation of Boyer-Moore of BMH Pin
Joe Woodbury23-Mar-09 12:20
professionalJoe Woodbury23-Mar-09 12:20 
GeneralRe: C Implementation of Boyer-Moore of BMH Pin
Jeffrey Walton23-Mar-09 21:22
Jeffrey Walton23-Mar-09 21:22 
Questionreusable dialog code Pin
tnarb23-Mar-09 3:39
tnarb23-Mar-09 3:39 
AnswerRe: reusable dialog code Pin
Code-o-mat23-Mar-09 3:43
Code-o-mat23-Mar-09 3:43 
GeneralRe: reusable dialog code Pin
tnarb23-Mar-09 3:57
tnarb23-Mar-09 3:57 
GeneralRe: reusable dialog code Pin
David Crow23-Mar-09 3:59
David Crow23-Mar-09 3:59 
GeneralRe: reusable dialog code Pin
tnarb23-Mar-09 4:10
tnarb23-Mar-09 4:10 
GeneralRe: reusable dialog code Pin
Code-o-mat23-Mar-09 4:12
Code-o-mat23-Mar-09 4:12 
GeneralRe: reusable dialog code Pin
Yusuf23-Mar-09 7:49
Yusuf23-Mar-09 7:49 
GeneralRe: reusable dialog code Pin
Code-o-mat23-Mar-09 10:01
Code-o-mat23-Mar-09 10:01 

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.