Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: what it mean in C++-> TCHAR Pin
Sarath C4-Jul-06 22:48
Sarath C4-Jul-06 22:48 
AnswerRe: what it mean in C++-> TCHAR Pin
Hamid_RT4-Jul-06 22:51
Hamid_RT4-Jul-06 22:51 
AnswerRe: what it mean in C++-> TCHAR Pin
RChin4-Jul-06 22:54
RChin4-Jul-06 22:54 
Question.lib file is a static library file or DLL implicit linking file? Pin
George_George4-Jul-06 22:35
George_George4-Jul-06 22:35 
QuestionC++ [modified] Pin
Nirmal Khatri4-Jul-06 22:28
Nirmal Khatri4-Jul-06 22:28 
QuestionHow we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 21:33
happy_ram4-Jul-06 21:33 
AnswerRe: How we can add keep colors to dialog and static control Pin
NiceNaidu4-Jul-06 21:40
NiceNaidu4-Jul-06 21:40 
AnswerRe: How we can add keep colors to dialog and static control Pin
_AnsHUMAN_ 4-Jul-06 22:07
_AnsHUMAN_ 4-Jul-06 22:07 
Return a different color brush from OnCtlColor for static controls

if (pWnd->GetDlgCtrlID () == IDC_STATIC)
{
return CreateSolidBrush (RGB(255,0,0));
}

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 22:16
happy_ram4-Jul-06 22:16 
GeneralRe: How we can add keep colors to dialog and static control Pin
_AnsHUMAN_ 4-Jul-06 22:21
_AnsHUMAN_ 4-Jul-06 22:21 
GeneralRe: How we can add keep colors to dialog and static control [modified] Pin
happy_ram4-Jul-06 22:23
happy_ram4-Jul-06 22:23 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 22:29
Hamid_RT4-Jul-06 22:29 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 22:44
happy_ram4-Jul-06 22:44 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 22:57
Hamid_RT4-Jul-06 22:57 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:00
happy_ram4-Jul-06 23:00 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 23:14
Hamid_RT4-Jul-06 23:14 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:18
happy_ram4-Jul-06 23:18 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 23:36
Hamid_RT4-Jul-06 23:36 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:49
happy_ram4-Jul-06 23:49 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT5-Jul-06 0:19
Hamid_RT5-Jul-06 0:19 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram5-Jul-06 0:44
happy_ram5-Jul-06 0:44 
QuestionActiveX and UDT array Pin
CheerioMaster4-Jul-06 21:31
CheerioMaster4-Jul-06 21:31 
AnswerRe: ActiveX and UDT array Pin
CheerioMaster5-Jul-06 2:20
CheerioMaster5-Jul-06 2:20 
QuestionCustom Command Routing for Different Views in SDI. Pin
Uday Janaswamy4-Jul-06 21:05
Uday Janaswamy4-Jul-06 21:05 
Questionquerying msn messenger Pin
Aqueel4-Jul-06 20:49
Aqueel4-Jul-06 20:49 

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.