hi guys..
i wanna do a coding whereby whenever a number is removed from label1(label1 has codings to generate numbers),label4 will indicate a +1 point(for ex. if 5 numbers is removed from label1,label4 will show 5)
(i already did a coding to remove the numbers..)
and also this error message on sr = CStr(Label1.Text) is shown
An unhandled exception of type System.InvalidCastException occurred in microsoft.visualbasic.dll
Additional information: Cast from string "" to type Integer is not valid.
i wanna do a coding whereby whenever a number is removed from label1(label1 has codings to generate numbers),label4 will indicate a +1 point(for ex. if 5 numbers is removed from label1,label4 will show 5)
(i already did a coding to remove the numbers..)
and also this error message on sr = CStr(Label1.Text) is shown
An unhandled exception of type System.InvalidCastException occurred in microsoft.visualbasic.dll
Additional information: Cast from string "" to type Integer is not valid.
Last edited by a moderator: