1. create a new VC# application.
2. Design the application Form.
3. Add code to validate the user input.
4. Execute the application and verify the output.
task 1 . creating a new VC# Application
to create a new VC# application, you need to perform the following steps:
1. click new project on the start page,
2. click visual C# and click windows form application. change the name application. and choose where do you want to save your application.
3. designing the application form
we need 4 label, 2 textbox and 1 button.
and set the passwordchar property of the textbox 2 control to *.
set the visible property of the label 4 control to false.
4. adding code to validate the user input.
5. and try to debugging.
please watching my video, and subscribe my channel. thanks..
No comments:
Post a Comment