以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 版本信息 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=174048) |
-- 作者:edisontsui -- 发布时间:2021/12/29 10:22:00 -- 版本信息 我在发布项目时设置了程序版本和文件版本。我希望在 Systemidle 里面设置能够显示这些版本信息,请问如何设置? With CurrentTable If user.group IsNot Nothing Dim Str1 As String = "当前用户: " & User.Name & " " & "用户组别: " & user.group StatusBar.Message1 = Str1 Else Dim Str1 As String = "当前用户: " & User.Name StatusBar.Message1 = Str1 End If End With |
-- 作者:有点蓝 -- 发布时间:2021/12/29 10:26:00 -- 没有提供获取这些消息的功能。这个是给开发人员使用的,不是给用户看的。 |