首页 /编程语言和算法/VB6/ASP
 VB6 代码管家-设某窗体标题名
2024年12月8日 22:38
Private Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long
Private Sub Command1_Click()
	SetWindowText Me.hwnd, Text1  '标题设置为Text1
End Sub
'注意:只对窗体标题有效,其它无效


 
全部回复(0)
首页 | 电脑版 |