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
Toutlook2003 questions
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: Toutlook2003 questions
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: