VB 列出系统所有字体_VB.net_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

VB 列出系统所有字体

作者:黑客防线网安VB教程基地 来源:黑客防线网安VB教程基地 浏览次数:0

本篇关键词:字体所有系统列出
黑客防线网安网讯:Private Sub FORM_Load() Dim counter As Integer For counter = 0 To Screen.FontCount - 1 List1.AddItem Screen.Fonts(counter) Next End Sub Private Sub List1_Click() Static temphei...
Private Sub FORM_Load()
Dim counter As Integer
For counter = 0 To Screen.FontCount - 1
List1.AddItem Screen.Fonts(counter)
Next
End Sub
Private Sub List1_Click()
Static tempheight As Single
If tempheight = 0 Then tempheight = List1.Height
Text1.FontSize = 16
Text1.Font.Name = List1.List(List1.ListIndex)
List1.Height = tempheight
End Sub
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-14698-1.html
网站维护教程更新时间:2012-04-03 01:12:36  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer