I have a little bug : when I play around of value 10, it still become 11. After it become 11 it decrement with 10 and jump to number 1 directly. how to clean this up?
(when I am at value 10, I go up to 20, then go down back to 10, and when I click to go up again it transform to 11).
int...
string versus String !
I have a question (a little embarrassing because I see it so late), what is the difference between String and string ? not in the way that String is a Class and string is a reference type. But rather how to think about them in the term of uses.
I searched and find this...
My question is how to create this: for an existing object a new custom property?
"existing object"= an object control in general (ex: a textbox)
"new custom property"= by default this control "textbox" have this property:
textbox.Hide();
...and many other properties off course,but I snipe to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.