如何在VB中去掉窗体的边框?

2024-12-30 23:34:57
推荐回答(1个)
回答1:

Private Sub Form_Load()
Form1.BorderStyle = 0
End Sub

或者 直接修改BorderStyle = 0