Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to adapt window size to screen resolution Pin
gmlnd2-Jun-03 8:58
gmlnd2-Jun-03 8:58 
AnswerRe: How to adapt window size to screen resolution Pin
Dominik Reichl2-Jun-03 9:44
Dominik Reichl2-Jun-03 9:44 
GeneralRe: How to adapt window size to screen resolution Pin
gmlnd2-Jun-03 10:00
gmlnd2-Jun-03 10:00 
GeneralDisabling checkbox Pin
dorkshoe2-Jun-03 8:55
dorkshoe2-Jun-03 8:55 
GeneralRe: Disabling checkbox Pin
Dominik Reichl2-Jun-03 9:42
Dominik Reichl2-Jun-03 9:42 
GeneralRe: Disabling checkbox Pin
abc8762-Jun-03 9:56
abc8762-Jun-03 9:56 
GeneralRe: Disabling checkbox Pin
Dominik Reichl2-Jun-03 20:35
Dominik Reichl2-Jun-03 20:35 
GeneralRe: Disabling checkbox Pin
abc8762-Jun-03 9:50
abc8762-Jun-03 9:50 
You can derive class from CButton. In your derived class, provide a function in which u create a static control and places it just over the text area of your check box. Use GetWindowText or any other function to get combo box text.
Provide your own function for enabling and disabling in which after calling base class implementation, redraw static control. i hope that works.


Muhammad Shoaib Khan
http://geocities.com/lansolution
QuestionHICON to HBITMAP? Pin
Dave_2-Jun-03 7:50
Dave_2-Jun-03 7:50 
AnswerRe: HICON to HBITMAP? Pin
Dominik Reichl2-Jun-03 8:43
Dominik Reichl2-Jun-03 8:43 
GeneralWinRTP and CE Pin
javigimenez2-Jun-03 6:53
javigimenez2-Jun-03 6:53 
GeneralProblem with SQLColumns in ODBC API Pin
insanely4202-Jun-03 6:48
insanely4202-Jun-03 6:48 
GeneralRe: Problem with SQLColumns in ODBC API Pin
David Crow2-Jun-03 7:17
David Crow2-Jun-03 7:17 
GeneralRe: Problem with SQLColumns in ODBC API Pin
insanely4202-Jun-03 8:13
insanely4202-Jun-03 8:13 
GeneralRe: Problem with SQLColumns in ODBC API Pin
Anonymous2-Jun-03 9:24
Anonymous2-Jun-03 9:24 
GeneralRe: Problem with SQLColumns in ODBC API Pin
basementman2-Jun-03 9:25
basementman2-Jun-03 9:25 
GeneralCLabel with tooltips Pin
doctorpi2-Jun-03 6:05
doctorpi2-Jun-03 6:05 
GeneralSilly question about repaint Pin
doctorpi2-Jun-03 6:00
doctorpi2-Jun-03 6:00 
GeneralRe: Silly question about repaint Pin
valikac2-Jun-03 6:46
valikac2-Jun-03 6:46 
GeneralRe: Silly question about repaint Pin
David Crow2-Jun-03 6:49
David Crow2-Jun-03 6:49 
GeneralRe: Silly question about repaint Pin
doctorpi2-Jun-03 7:00
doctorpi2-Jun-03 7:00 
GeneralRe: Silly question about repaint Pin
David Crow2-Jun-03 7:02
David Crow2-Jun-03 7:02 
GeneralRe: Silly question about repaint Pin
doctorpi2-Jun-03 7:09
doctorpi2-Jun-03 7:09 
GeneralRe: Silly question about repaint Pin
David Crow2-Jun-03 7:19
David Crow2-Jun-03 7:19 
GeneralCode to find cameras and scanners Pin
jleno2-Jun-03 5:55
jleno2-Jun-03 5:55 

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.