主题:  如何控制显示图标中文字的字体和颜色等属性?

阿州

职务:普通成员
等级:2
金币:10.0
发贴:447
#12002/6/17 10:21:38
我要从数据库中查寻一些结果,然后在aw中显示出来,同时我可以设置显示文字的大小、颜色、字体等属性,朋友们有没有好的办法?

1、直接更改显示图标中的属性(方法未知)
2、用外部控件或其他方法

朋友们多给点建议~ 谢谢



魔岩

职务:版主
等级:6
金币:34.0
发贴:4453
#22002/6/17 10:38:29
1、直接更改显示图标中的属性
看看这个范例对你可能有帮助
 Dynamic Text by Ramon Morales
2、用外部控件或其他方法
有个DispText.u32不知是否满足你要求?
 Disptext.u32及其例子

id := DisplayText(WindowHandle, text, left, top, font, size, style, color)

Displays a line of text in the presentation window at the specified position.
font    the name of the font ("" for default)
size    point size (0 for default)
style    0 plain, 1 bold, 2 italic, 4 underline, 8 strikeout
    (values may be added to combine styles)
color    0 black, or (red*256*256 + green*256 + blue)
    where red, green, and blue are values from
    0 to 255

Returns non-zero object ID or 0 if error occurred.

编辑历史:[这消息被Rock编辑过(编辑时间2002-06-17 10:58:35)]
[这消息被Rock编辑过(编辑时间2002-06-17 10:59:35)]
[这消息被Rock编辑过(编辑时间2002-06-17 11:00:05)]
[这消息被Rock编辑过(编辑时间2002-06-17 11:06:35)]


阿州

职务:普通成员
等级:2
金币:10.0
发贴:447
#32002/6/17 12:33:33
帅~

谢谢 ;)