以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  [求助]使用ShowToolTip显示的提示如何设置宽高  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=153435)

--  作者:crazyfengyu
--  发布时间:2020/8/11 9:26:00
--  [求助]使用ShowToolTip显示的提示如何设置宽高
数据是一行showtooltip会直接一行显示,数据过长。会超出屏幕,无法查看。如何设置showtooltip显示的宽高
--  作者:nxhylczh
--  发布时间:2020/8/11 9:30:00
--  
dim txt as string ="显示的提示一“ & Vbcrlf
txt = txt & "显示提示第二" & Vbcrlf
txt = txt & "显示提示第三" & Vbcrlf
txt = txt & "显示提示第四" & Vbcrlf
txt = txt & "显示提示第五" & Vbcrlf
showtooltip(txt,e.row,e.col)

--  作者:crazyfengyu
--  发布时间:2020/8/11 9:31:00
--  
是一个数据显示,不是多个数据显示。
--  作者:有点蓝
--  发布时间:2020/8/11 9:41:00
--  
道理是一样的,把一个数据筛分为多个数据,在添加换行重新合并