Visual Basic Tutorial: A Button To Clear Text

Опубликовано: 21 Март 2013
на канале: Techmo1992
96,531
261

In this tutorial I used Microsoft VB 2010 Express as Administrator.

These are the steps:-
╚ Create a Windows Application Form
╚ Add Two Buttons (Not necessary for two, one is ok)
╚ Add a Text box, Enable 'Multiline' as shown in the video. Extend it to your preference.
╚ Add the codes for the buttons shown in the tutorial also.

CODE :

For the Close button:

"Me.close()" - (under the button sub(it should be pre-made when you double click on the button in design view))

For the Clear Button:

" [Name of text box].Text = "" " - (again, under the pre-made sub for clear button)


На этой странице сайта вы можете посмотреть видео онлайн Visual Basic Tutorial: A Button To Clear Text длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Techmo1992 21 Март 2013, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 96,531 раз и оно понравилось 261 зрителям. Приятного просмотра!