How to Create a Reminder Tool in Visual Basic
Introduction: Welcome to a tutorial on how to create a reminder tool in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; Button1 - to add a new reminder Label2 - to store the current time Textbox1 - to store the text of a new reminder Textbox2 - to store the time of a new reminder Step 2: Next we want to create some custom functions, the titles of each explain exactly
- Read more about How to Create a Reminder Tool in Visual Basic
- 1 comment
- Log in or register to post comments
- 1815 views