Make Auto Save txt with Visual Basic 6.0
Posted in category
Label:
auto save,
Make Auto Save txt with Visual Basic 6.0,
make file txt with visual basic 6.0
0
komentar
Here. I will show you how to make auto save in file txt. You can type and auto save your file.
oke let's go..
- First, open Visual Basic 6.0 and chose standard EXE
- next, Take 1 Timer, 1 text box at Form
- change interval timer1 be 10 (or as you like)
- and, you copy paste this code in timer1
Finish. Good Luck :)