找回密码
 加入
搜索
查看: 2270|回复: 4

[AU3基础] VB用的vbnewline在AU3中怎么搞?[已解决]

[复制链接]
发表于 2010-4-23 11:50:41 | 显示全部楼层 |阅读模式
本帖最后由 拉风晓晓 于 2010-4-23 19:47 编辑

按钮文字竖排用,有别的方法也请说说

评分

参与人数 1金钱 +10 收起 理由
afan + 10 感谢主动将修改帖子分类为[已解决],请继续 ...

查看全部评分

发表于 2010-4-23 12:37:48 | 显示全部楼层
@CRLF
这个宏行不?
 楼主| 发表于 2010-4-23 14:47:39 | 显示全部楼层
回楼上的,不行
发表于 2010-4-23 16:15:25 | 显示全部楼层
#include <GUIConstantsEx.au3>
#include <GuiButton.au3>
#include <WindowsConstants.au3>

Opt("MustDeclareVars", 1)

Global $btn, $rdo, $chk, $iMemo

; Note the controlId from these buttons can NOT be read with GuiCtrlRead

_Main()

Func _Main()
        Local $hGUI

        $hGUI = GUICreate("Buttons", 400, 400)
        $iMemo = GUICtrlCreateEdit("", 119, 10, 276, 374, $WS_VSCROLL)
        GUICtrlSetFont($iMemo, 9, 400, 0, "Courier New")

        $btn = _GUICtrlButton_Create($hGUI, "竖"&@CRLF&"排", 10, 10, 90, 50,$BS_MULTILINE);这里指定多行竖排样式

        While 1
                Switch GUIGetMsg()
                        Case $GUI_EVENT_CLOSE
                                ExitLoop
                EndSwitch
        WEnd

        Exit

EndFunc   ;==>_Main

评分

参与人数 1金钱 +20 收起 理由
afan + 20

查看全部评分

 楼主| 发表于 2010-4-23 19:46:48 | 显示全部楼层
本帖最后由 拉风晓晓 于 2010-4-23 19:49 编辑

谢谢楼上的,已经解决,关键是参数$BS_MULTILINE,后来才知道的。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2025-1-12 06:02 , Processed in 0.127020 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表