Ayuda color de Fondo Outlook2003 fwh 8.05

Post Reply
Databaselab2002
Posts: 142
Joined: Sun Oct 09, 2005 1:36 am

Ayuda color de Fondo Outlook2003 fwh 8.05

Post 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
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Ayuda color de Fondo Outlook2003 fwh 8.05

Post 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
Post Reply