Click here to Skip to main content
15,886,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI non-themed max/min boxes Pin
picazo23-Jan-06 18:59
picazo23-Jan-06 18:59 
GeneralRe: MDI non-themed max/min boxes Pin
Owner drawn23-Jan-06 19:22
Owner drawn23-Jan-06 19:22 
GeneralRe: MDI non-themed max/min boxes Pin
picazo23-Jan-06 19:56
picazo23-Jan-06 19:56 
GeneralRe: MDI non-themed max/min boxes Pin
Owner drawn23-Jan-06 22:04
Owner drawn23-Jan-06 22:04 
QuestionEnable dialogue control Pin
Anu_Bala23-Jan-06 17:52
Anu_Bala23-Jan-06 17:52 
AnswerRe: Enable dialogue control Pin
Owner drawn23-Jan-06 18:00
Owner drawn23-Jan-06 18:00 
GeneralRe: Enable dialogue control Pin
namaskaaram24-Jan-06 1:22
namaskaaram24-Jan-06 1:22 
AnswerRe: Enable dialogue control Pin
namaskaaram23-Jan-06 18:33
namaskaaram23-Jan-06 18:33 
or use GetDlgItem(ID_OF_THE_CONTROL)->EnableWindow(BOOL)

eg:
GetDlgItem(IDC_CHECK_DISABLE_HSC)->EnableWindow(FALSE);//disables the check control



cheerz!

"faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13
QuestionGetting resources from DLL with res: protocol? Pin
Lord Kixdemp23-Jan-06 17:28
Lord Kixdemp23-Jan-06 17:28 
AnswerRe: Getting resources from DLL with res: protocol? Pin
Stephen Hewitt23-Jan-06 17:40
Stephen Hewitt23-Jan-06 17:40 
AnswerRe: Getting resources from DLL with res: protocol? Pin
Prakash Nadar23-Jan-06 18:02
Prakash Nadar23-Jan-06 18:02 
GeneralRe: Getting resources from DLL with res: protocol? Pin
Lord Kixdemp24-Jan-06 13:00
Lord Kixdemp24-Jan-06 13:00 
GeneralRe: Getting resources from DLL with res: protocol? Pin
Stephen Hewitt26-Jan-06 19:28
Stephen Hewitt26-Jan-06 19:28 
QuestionPlease help me with the list control... Pin
Learner200623-Jan-06 17:28
Learner200623-Jan-06 17:28 
AnswerRe: Please help me with the list control... Pin
Owner drawn23-Jan-06 17:31
Owner drawn23-Jan-06 17:31 
GeneralRe: Please help me with the list control... Pin
normanS23-Jan-06 18:29
normanS23-Jan-06 18:29 
GeneralRe: Please help me with the list control... Pin
Owner drawn23-Jan-06 18:47
Owner drawn23-Jan-06 18:47 
GeneralRe: Please help me with the list control... Pin
normanS23-Jan-06 20:59
normanS23-Jan-06 20:59 
GeneralRe: Please help me with the list control... Pin
Stephen Hewitt23-Jan-06 21:25
Stephen Hewitt23-Jan-06 21:25 
GeneralRe: Please help me with the list control... Pin
Owner drawn23-Jan-06 21:45
Owner drawn23-Jan-06 21:45 
Questiongetting rgb value Pin
locoone23-Jan-06 16:06
locoone23-Jan-06 16:06 
AnswerRe: getting rgb value Pin
Gavin Taylor23-Jan-06 16:12
professionalGavin Taylor23-Jan-06 16:12 
AnswerRe: getting rgb value Pin
Owner drawn23-Jan-06 17:06
Owner drawn23-Jan-06 17:06 
GeneralRe: getting rgb value Pin
Gavin Taylor23-Jan-06 17:21
professionalGavin Taylor23-Jan-06 17:21 
GeneralRe: getting rgb value Pin
Owner drawn23-Jan-06 17:29
Owner drawn23-Jan-06 17:29 

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.