Page 1 of 1

Toutlook2003 questions

Posted: Mon Mar 17, 2008 6:14 am
by Richard Chidiak
Hello

How can we set the color of the left part of the outlook2003 control ? Is there a way to change the grey color ? I assigned a color to the window without success. I want it to be white (like outlook 2007)

In this area also, how can we set a transparent say ?

Thanks for your help,

Richard

Re: Toutlook2003 questions

Posted: Mon Mar 17, 2008 12:14 pm
by Richard Chidiak
I have found out for the first point ,

outl2003.prg

Method New

::Obrush = oWnd:Obrush

DEFINE DIALOG oDlg OF Self STYLE WS_CHILD ;
FROM 33, 0 TO ::nHeight - ( Len( ::aGroups ) * 32 ), ::nWidth() - 1 PIXEL ;
FONT Self:oFont brush ::OBRUSH

The brush will inherit from main window and display properly

HTH

Richard

Posted: Mon Mar 17, 2008 3:16 pm
by Antonio Linares
Richard,

You define the SAYs from the resources, i.e. (samples\Test2003.rc)

Image