Saturday, February 23, 2013

Microsoft Visual Studio Lesson # 03

Microsoft Visual Studio Lesson # 03

* Lets Move to Next Application, Its about use of List box Tool. 
* Listbox Tool of Visual Studio is very much useful when you want to give some choice to the user.
* Here we have written simple code 
  * Add new items to the Listbox, 
  * Remove Selected items from Listbox
  * Remove All Items from Listbox
* Exit From Application.


Step 1 : Start Visual Studio 2008 and Create New Windows Application as shown in previous post.

Step 2 : Add 1 Textbox, 1 Listbox and 4 Button as shown in the following figure.




Step 3 : Now add code in all Button as shown in the following figure.



Step 4 : Save Project and Test it .



 If you have any questions, please post comment

No comments:

Post a Comment