how to make a program that lets you save stuff for next time you open it
IMPORTANT!
===========
when you go to the project go to the top tab and find a checkbox that says save my.settings on shutdown UNCHECK that box
CODE:
=====
form1_load:
textbox1.text = my.settings.a
Button1_Click:
my.settings.a = textbox1.text
if you wanted to do this for a couple of textboxes you would have to add more settings and the code would look like this.
Form1_Load:
textbox1.text = my.settings.a
textbox1.text = my.settings.b
textbox1.text = my.settings.c
textbox1.text = my.settings.d
textbox1.text = my.settings.e
Button1_Click:
my.settings.a = textbox1.text
my.settings.b = textbox1.text
my.settings.c = textbox1.text
my.settings.d = textbox1.text
my.settings.e = textbox1.text
New video out soon so SUSCRIBE :))
@SDprojecten you cant its only for windows he just has a Mac theme on his pc
TheCodeProductionZ 3 weeks ago
how do you get Visual basic on Mac....
SDprojecten 1 month ago
My love goes to you ! <3
aSLamaduck96 1 month ago
Thank you alot!
XiONzMeDIA 4 months ago