File Handling : Creating the Logs in Visual Basic 2008
In this tutorial I will teach you how to create logs in Visual Basic 2008. Logs are very important because it records previous transactions and day to day activities of the system. For instance, in a log in system, you can determine the time and who is the user that had logged in the system. And whenever your system has a problem you can easily determine what was it with the help of logs.
So, let’s begin:
Open Visual Basic 2008, create a New Windows application , drag a RichTextBox, and a Button in the Form. And it will look like this.
- Read more about File Handling : Creating the Logs in Visual Basic 2008
- Log in or register to post comments
- 71 views