Click here to Skip to main content
16,006,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need a send email sample Pin
Dominik Reichl27-Apr-04 21:54
Dominik Reichl27-Apr-04 21:54 
GeneralRe: need a send email sample Pin
includeh1028-Apr-04 0:44
includeh1028-Apr-04 0:44 
GeneralRe: need a send email sample Pin
David Crow28-Apr-04 3:46
David Crow28-Apr-04 3:46 
GeneralRe: need a send email sample Pin
includeh1028-Apr-04 4:51
includeh1028-Apr-04 4:51 
GeneralRe: need a send email sample Pin
David Crow29-Apr-04 2:47
David Crow29-Apr-04 2:47 
GeneralRe: need a send email sample Pin
includeh1028-Apr-04 5:38
includeh1028-Apr-04 5:38 
GeneralOwnerdraw tab control Pin
alex.barylski27-Apr-04 18:21
alex.barylski27-Apr-04 18:21 
GeneralRe: Ownerdraw tab control Pin
mymauve2127-Apr-04 19:16
mymauve2127-Apr-04 19:16 
I have done the same thing with a customised button.

Try the following:-

Make a new class which is derived from CTabCtrl let it be
CCustomTabCtrl
let your tab be of type CCustomTabCtrl
then override DrawItem in the CCustomTabCtrl
in this DrawItem() call the default
CTabCtrl::DrawItem(lpDrawItemStruct);
just before writing your own code to color the text

I hope it will work


Even the word impossible says I am possible.
GeneralDirectShow: GraphEdit Pin
tttonyyy27-Apr-04 18:06
tttonyyy27-Apr-04 18:06 
GeneralDate Time Picker Problem(IDC_DATETIMEPICKER) Pin
lonely_life27-Apr-04 17:53
lonely_life27-Apr-04 17:53 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
Michael Dunn27-Apr-04 21:48
sitebuilderMichael Dunn27-Apr-04 21:48 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
lonely_life27-Apr-04 22:37
lonely_life27-Apr-04 22:37 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
Mike Dimmick27-Apr-04 23:32
Mike Dimmick27-Apr-04 23:32 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
lonely_life28-Apr-04 0:04
lonely_life28-Apr-04 0:04 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
David Crow28-Apr-04 4:05
David Crow28-Apr-04 4:05 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
lonely_life28-Apr-04 17:16
lonely_life28-Apr-04 17:16 
GeneralRe: Date Time Picker Problem(IDC_DATETIMEPICKER) Pin
David Crow29-Apr-04 2:46
David Crow29-Apr-04 2:46 
Questionhow to create a service in non LocalSystem account Pin
tank102527-Apr-04 16:46
tank102527-Apr-04 16:46 
AnswerRe: how to create a service in non LocalSystem account Pin
Antony M Kancidrowski28-Apr-04 5:28
Antony M Kancidrowski28-Apr-04 5:28 
AnswerRe: how to create a service in non LocalSystem account Pin
22491729-Apr-04 4:25
22491729-Apr-04 4:25 
AnswerRe: how to create a service in non LocalSystem account Pin
Halid Niyaz20-Jul-04 19:00
Halid Niyaz20-Jul-04 19:00 
GeneralA question about programming style Pin
nguyenvhn27-Apr-04 16:32
nguyenvhn27-Apr-04 16:32 
GeneralRe: A question about programming style Pin
gUrM33T27-Apr-04 16:52
gUrM33T27-Apr-04 16:52 
GeneralRe: A question about programming style Pin
nguyenvhn28-Apr-04 15:55
nguyenvhn28-Apr-04 15:55 
GeneralRe: A question about programming style Pin
toxcct27-Apr-04 22:29
toxcct27-Apr-04 22: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.