Click here to Skip to main content
15,889,857 members

Comments by spiritdead (Top 7 by date)

spiritdead 31-May-13 13:13pm View    
go to post and find my comment you can see the link

http://www.mediafire.com/?6lf5pbh40ae0wma
spiritdead 26-Aug-12 14:22pm View    
FINALLY I SOLVE THE PROBLEM, THX BY MSDN I UPLOAD THE SOLUTION IN THE AUTHOR WEB
spiritdead 25-Aug-12 18:33pm View    
in vs2010 in a property "all" he enter in SET
but in vs2012 in the same property enter in GET :S
spiritdead 25-Aug-12 18:32pm View    
Deleted
<descriptionattribute("set the="" radius="" of="" all="" four="" corners="" same")=""> _
<refreshproperties(refreshproperties.repaint)> _
<notifyparentproperty(true)> _
<defaultvalue(-1)> _
Public Property All() As Short
Get
Return _All
End Get
Set(ByVal Value As Short)
_All = Value
If Value > -1 Then
LowerLeft = Value
LowerRight = Value
UpperLeft = Value
UpperRight = Value
End If
End Set
End Property
spiritdead 24-Aug-12 20:04pm View    
i send a msg in this post http://www.codeproject.com/Articles/26518/Custom-ProgressBar-Control ( but the author no see)...

and how to debug the control in the design for try detect the error