Config Creator in Visual Basic
Introduction:
This tutorial is on how to create a config creator in Visual Basic.
Imports:
We need to import the System.IO namespace in order to access files within the computers filesystem for saving later on...
Design:
Our design will simple consist of;
Textbox, textbox1,
- Imports System.IO
- Read more about Config Creator in Visual Basic
- Log in or register to post comments
- 13 views