How To Make A Simple Task Manager In VB.NET

this tutorial is about making a simple task manager in vb.net . lets get started

1.open visual basic 2008/2010

2.create a new project and name it whatever you want

3.add a listbox

4.add two buttons

5.change the text property of the two buttons as given below

button1 - refresh
button2 - end process

6.set the controls look like this