FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Ayuda color de Fondo Outlook2003 fwh 8.05
Posts: 142
Joined: Sun Oct 09, 2005 01:36 AM
Ayuda color de Fondo Outlook2003 fwh 8.05
Posted: Sun Mar 14, 2010 12:52 AM

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

Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Ayuda color de Fondo Outlook2003 fwh 8.05
Posted: Mon Mar 15, 2010 06:17 AM
Dear Mr.Fabian,

Code (fw): Select all Collapse
@ <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?id=fivewin_class_toutlook
http://wiki.fivetechsoft.com/doku.php?id=fivewin_commands_outlook


Regards
Anser

Continue the discussion