Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVS7 & ATL: Exposing an enum type on COM interface Pin
Ian McLauchlan17-Jun-06 7:38
Ian McLauchlan17-Jun-06 7:38 
QuestionWho may provide a plot curve the example? Pin
alan top17-Jun-06 4:25
alan top17-Jun-06 4:25 
AnswerRe: Who may provide a plot curve the example? Pin
Jun Du17-Jun-06 5:39
Jun Du17-Jun-06 5:39 
AnswerRe: Who may provide a plot curve the example? Pin
Hamid_RT17-Jun-06 8:48
Hamid_RT17-Jun-06 8:48 
AnswerRe: Who may provide a plot curve the example? Pin
alan top17-Jun-06 15:36
alan top17-Jun-06 15:36 
QuestionHow to change the background of a label? Pin
mosali satish17-Jun-06 2:55
mosali satish17-Jun-06 2:55 
AnswerRe: How to change the background of a label? Pin
Laxman Auti17-Jun-06 3:17
Laxman Auti17-Jun-06 3:17 
AnswerRe: How to change the background of a label? Pin
_AnsHUMAN_ 17-Jun-06 3:33
_AnsHUMAN_ 17-Jun-06 3:33 
For Static Controls
See Here[^]
(You can also do this)
For a radio button try this in OnCtlColor as A_Laxman suggests:
if(pWnd->GetDlgCtrlID()==IDC_RADIO1 || pWnd->GetDlgCtrlID()==IDC_STATIC) //IDC_RADIO1 is controlID for radio button
hbr=(HBRUSH)GetStockObject(NULL_BRUSH);

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
Questionhow we can add new items in list control Pin
vasusree17-Jun-06 2:41
vasusree17-Jun-06 2:41 
AnswerRe: how we can add new items in list control [modified] Pin
_AnsHUMAN_ 17-Jun-06 2:51
_AnsHUMAN_ 17-Jun-06 2:51 
AnswerRe: how we can add new items in list control Pin
Laxman Auti17-Jun-06 3:45
Laxman Auti17-Jun-06 3:45 
AnswerRe: how we can add new items in list control Pin
Hamid_RT17-Jun-06 7:12
Hamid_RT17-Jun-06 7:12 
QuestionSetWindowsHookEx gives desired result only once? Pin
ROWALI17-Jun-06 1:54
ROWALI17-Jun-06 1:54 
AnswerRe: SetWindowsHookEx gives desired result only once? [modified] Pin
Stephen Hewitt17-Jun-06 2:38
Stephen Hewitt17-Jun-06 2:38 
GeneralRe: SetWindowsHookEx gives desired result only once? Pin
FarPointer17-Jun-06 21:32
FarPointer17-Jun-06 21:32 
GeneralRe: SetWindowsHookEx gives desired result only once? Pin
peterchen18-Jun-06 9:34
peterchen18-Jun-06 9:34 
GeneralRe: SetWindowsHookEx gives desired result only once? [modified] Pin
Stephen Hewitt18-Jun-06 14:34
Stephen Hewitt18-Jun-06 14:34 
GeneralRe: SetWindowsHookEx gives desired result only once? Pin
FarPointer18-Jun-06 17:58
FarPointer18-Jun-06 17:58 
QuestionAbout ADO Conection Pin
onlysaint17-Jun-06 1:48
onlysaint17-Jun-06 1:48 
Questioncalling api function in __asm block Pin
zon_cpp17-Jun-06 1:34
zon_cpp17-Jun-06 1:34 
AnswerRe: calling api function in __asm block Pin
Laxman Auti17-Jun-06 3:40
Laxman Auti17-Jun-06 3:40 
Questionregarding ADO.net Pin
GoodBoy17-Jun-06 0:46
GoodBoy17-Jun-06 0:46 
AnswerRe: regarding ADO.net Pin
Hamid_RT17-Jun-06 1:04
Hamid_RT17-Jun-06 1:04 
AnswerRe: regarding ADO.net Pin
Christian Graus17-Jun-06 1:30
protectorChristian Graus17-Jun-06 1:30 
Questionsimple smallest windows program not running. [modified] Pin
sunnyboy_anshu17-Jun-06 0:38
sunnyboy_anshu17-Jun-06 0: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.