Hi,
In my currently task I have made a login and password field in the form when user enters this information and click OK then if the user name and passowrd is correct then the Proceede Button of the another Form should be enabled and I have do this usin a function
this.button1.En abled=true;
but this statement doesn't work. Kindly tell me after this statement is there any other statement like repaint required as we do in java.
Thanks.
In my currently task I have made a login and password field in the form when user enters this information and click OK then if the user name and passowrd is correct then the Proceede Button of the another Form should be enabled and I have do this usin a function
this.button1.En abled=true;
but this statement doesn't work. Kindly tell me after this statement is there any other statement like repaint required as we do in java.
Thanks.
Comment