首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > VFP >

怎么让字变颜色

2012-02-09 
如何让字变颜色?我在timer中写ifthisform.label2.forecolor0,255,255thisform.label2.forecolor128,255,

如何让字变颜色?
我在timer中写

if   thisform.label2.forecolor   =   '0,255,255 '  
      thisform.label2.forecolor   =   '128,255,0 '
else   thisform.label2.forecolor   =   '128,255,0 '
      thisform.label2.forecolor   =   '0,255,255 '
但是不对
要怎么写

[解决办法]
if thisform.label2.forecolor = 16776960 &&rgb(0,255,55)
thisform.label2.forecolor = 65408 &&rgb(128,255,0)
else
thisform.label2.forecolor = 16776960 &&rgb(0,255,55)
endif

热点排行