以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  dialog中显示文字能不能强制换行  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=185838)

--  作者:bailing
--  发布时间:2023/3/20 16:12:00
--  dialog中显示文字能不能强制换行

dim s as string = "增加成功,当前编号为:" & vbcrlf & bh & vbcrlf & "请问是否继续添加?”
With wb.AddDialog("","dialogok","请确认",s)
    .AddButton("btnyes","继续").Attribute=""
    .AddButton("btnno","取消","./business_info.html").Kind = 1
End With

老师好,这个在实际显示对话框的时候,并没有出现换行,请问需要怎么操作下?

--  作者:cd_tdh
--  发布时间:2023/3/20 16:14:00
--  
http://www.foxtable.com/mobilehelp/topics/0010.htm
--  作者:bailing
--  发布时间:2023/3/20 16:15:00
--  
谢谢