Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDrawing radio buttons - text positioning Pin
achimschoen18-Sep-06 2:43
professionalachimschoen18-Sep-06 2:43 
AnswerRe: Drawing radio buttons - text positioning Pin
Hamid_RT18-Sep-06 3:13
Hamid_RT18-Sep-06 3:13 
GeneralRe: Drawing radio buttons - text positioning Pin
achimschoen18-Sep-06 3:37
professionalachimschoen18-Sep-06 3:37 
QuestionYahoo's sign-in seal technology Pin
George_George18-Sep-06 2:29
George_George18-Sep-06 2:29 
QuestionIOCTL Pin
Pratheep Kenny18-Sep-06 2:12
Pratheep Kenny18-Sep-06 2:12 
AnswerRe: IOCTL Pin
James R. Twine19-Sep-06 4:50
James R. Twine19-Sep-06 4:50 
QuestionSetting Color for The button control Pin
Pratheep Kenny18-Sep-06 2:08
Pratheep Kenny18-Sep-06 2:08 
AnswerRe: Setting Color for The button control Pin
Rinu_Raj18-Sep-06 2:16
Rinu_Raj18-Sep-06 2:16 
Derive a class from CButon

Class ButonEx: public CButton
{
------
------
}

override the DrawItem(....)
void ButonEx::DrawItem( LPDRAWITEMSTRUCT lpDIS_i )
{
CDC DCItem;
DCItem.Attach( lpDIS_i->hDC );
// Use this DCItem to select different objects ...also set text color and all

}


Rinu Raj
AnswerRe: Setting Color for The button control Pin
Hamid_RT18-Sep-06 2:28
Hamid_RT18-Sep-06 2:28 
QuestionClient-server program help Pin
eric_tran18-Sep-06 2:07
eric_tran18-Sep-06 2:07 
QuestionRemoving the noise from a recorded .wav file. Pin
Rajiya18-Sep-06 1:19
Rajiya18-Sep-06 1:19 
AnswerRe: Removing the noise from a recorded .wav file. Pin
Waldermort18-Sep-06 1:23
Waldermort18-Sep-06 1:23 
AnswerRe: Removing the noise from a recorded .wav file. Pin
normanS18-Sep-06 20:08
normanS18-Sep-06 20:08 
QuestionDate Operations Pin
mikobi18-Sep-06 1:06
mikobi18-Sep-06 1:06 
AnswerRe: Date Operations Pin
Naveen18-Sep-06 1:10
Naveen18-Sep-06 1:10 
GeneralRe: Date Operations Pin
Naveen18-Sep-06 1:12
Naveen18-Sep-06 1:12 
QuestionMFC /database please help ! Pin
Bravoone_200618-Sep-06 0:57
Bravoone_200618-Sep-06 0:57 
AnswerRe: MFC /database please help ! Pin
Hamid_RT18-Sep-06 1:21
Hamid_RT18-Sep-06 1:21 
GeneralRe: MFC /database please help ! Pin
Bravoone_200618-Sep-06 1:38
Bravoone_200618-Sep-06 1:38 
GeneralRe: MFC /database please help ! Pin
Hamid_RT18-Sep-06 1:58
Hamid_RT18-Sep-06 1:58 
QuestionRe: MFC /database please help ! Pin
David Crow18-Sep-06 5:12
David Crow18-Sep-06 5:12 
QuestionCan not start program with DataGrid Pin
NorGUI18-Sep-06 0:49
NorGUI18-Sep-06 0:49 
QuestionHelp me Pin
sonyama18-Sep-06 0:48
sonyama18-Sep-06 0:48 
AnswerRe: Help me Pin
_AnsHUMAN_ 18-Sep-06 0:51
_AnsHUMAN_ 18-Sep-06 0:51 
GeneralRe: Help me Pin
sonyama18-Sep-06 0:54
sonyama18-Sep-06 0:54 

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.