- Protected Overrides ReadOnly Property CreateParams() As System.Windows.Forms.CreateParams
- Get
- Const CS_DROPSHADOW = &H20000
- Dim cParam As CreateParams = MyBase.CreateParams
- cParam.ClassStyle = cParam.ClassStyle Or CS_DROPSHADOW
- Return cParam
- End Get
- End Property
1 comment:
Thank you!
This code is perfect, I just like to know if it is possible to change the opacity of the shadow
Post a Comment