Stack Over Flow Exception

SMR

Member
Joined
Mar 20, 2006
Messages
7
Programming Experience
3-5
Hello
I have defined a class inheriting VB Label Class & have defined a boolean property named "Selected" which determines if my selectable label is selected or not. Now when turning its value into "True" it throws an exception of "StackOverFlowException"
Please help me!
 
Sounds like an infinite loop occuring, what's the code for the property?
 
EXactly Friend...The problem was solved...When I wanted to write code for Set, I assigned the value to the property itself...& that caused a loop...Thanks a lot.
 
Back
Top