ceoguang 发表于 2008-10-26 00:08:50

请教GUICtrlCreateGroup中的文本内容如何居中

如题,图中的GUICtrlCreateGroup中的内容如何才能居中?帮助里找不到相关资料,高人来指点下.

[ 本帖最后由 ceoguang 于 2008-10-26 17:16 编辑 ]

bing614 发表于 2008-10-26 02:01:25

$Group1 = GUICtrlCreateGroup("大家好", 200, 120, 185, 105, $BS_CENTER)

renren 发表于 2008-10-26 09:52:41

#include <ButtonConstants.au3>

呵呵`GUICtrlCreateGroup 扩展风格`就好了,估计`我看你是 拿 AU3 仿照那个`购买饮食的程序吧`?

ceoguang 发表于 2008-10-26 17:16:24

谢谢LS的两位,已解决.
页: [1]
查看完整版本: 请教GUICtrlCreateGroup中的文本内容如何居中