首页 热点资讯 义务教育 高等教育 出国留学 考研考公

VB怎么给字符加下划线拜托各位了 3Q

发布网友 发布时间:2022-03-27 09:47

我来回答

1个回答

热心网友 时间:2022-03-27 11:16

Option Explicit Private m_bUnderLine As Boolean Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) If m_bUnderLine Then m_bUnderLine = False Label1.FontUnderline = False End If End Sub Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Label1.FontUnderline = True m_bUnderLine = True End Sub

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com