以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助] (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=114698) |
-- 作者:hjkpyl -- 发布时间:2018/2/13 18:16:00 -- [求助] Dim dx As Integer \'定义大小 Dim zt As Font = CurrentTable.Font \'定义字体 If Integer.TryParse(e.ComboBox.Text,dx) = True Then CurrentTable.Font = New Font(zt.Name,dx,zt,Style) End If 请问是不是还得定义: Dim Style as FontStyle? |
-- 作者:hjkpyl -- 发布时间:2018/2/13 19:29:00 -- 找到问题了 |