2020年6月10日 星期三

vb.net 表單透明化(簡單版) [Form Transparent (Lite)]


1
2
3
4
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Me.TransparencyKey = Me.BackColor
    'Me.TransparencyKey = Color.White 'if this doesn't work you try
End Sub

沒有留言:

張貼留言