Page 1 of 1

Ayuda color de Fondo Outlook2003 fwh 8.05

Posted: Sun Mar 14, 2010 12:52 am
by Databaselab2002
Estimados Colegas

Estoy tratando de asignarle otro color de fondo que no sea gris a Outlook2003
alguien me puede orientar como hacerlo tengo la version fwh 8.05

desde ya muchas gracias
Fabian

Re: Ayuda color de Fondo Outlook2003 fwh 8.05

Posted: Mon Mar 15, 2010 6:17 am
by anserkk
Dear Mr.Fabian,

Code: Select all

@ <nRow>, <nCol> OUTLOOK [<oOut>] ;  
 [ SIZE <nWidth>, <nHeight> ] ;  
 [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ;  
 [ STYLE <nStyle> ] ;  
 [ FONT <oFont> ] ;  
 [ <lPixel: PIXEL> ] ;  
 [ <of: OF, WINDOW, DIALOG> <oWnd> ] ;  
 [ <help: HELP, HELPID> <nHelpId> ] ;  
 [ ON RIGHT CLICK <uRClicked> ]
Try
oOutLook:SetColor( nClrFore, nClrBack )

See Wiki
http://wiki.fivetechsoft.com/doku.php?i ... s_toutlook
http://wiki.fivetechsoft.com/doku.php?i ... ds_outlook


Regards
Anser