Add a new User Control and add these codes in it :
Dim _Myrr As Integer
Public Property rr As Integer
Set(value As Integer)
_Myrr = value
End Set
Get
Return _Myrr
End Get
End Property
...
Home » Posts filed under custom controls
Circle Progress Bar Control for VB.NET
in
Circl Progress Bar,
custom controls,
Progress Bar,
vb.net
- By
Mohamed Shimran
- on 9/10/2017
- 2 comments
Newest Metro Controls For VB.NET
Metro Controls Is A Library For Your Windows Applications , You Can Get The Newest Metro Look On Your Applications Using This Library
Metro Controls
Metro Header button
Metro Header Button Is A Menu Button
...