hey guys im fairly new to visual basic, but very eager to learn it. I am attempting to make an employee clock in.
I want to make a simple clock in that will ask the user to enter their name, and just click a button that will then post that time.
I would then like to get the time and name of the user and dump it into a .txt file
Is there anyway that when the user clicks a button i can grab the current system time and throw it into a label?
How can the program save the information. The user will be clicking on the .exe of the program. When they clock in and the time is visible on the form they will exit the program. Will the program automatically save the clock in time inside the label or when the program restarts it will need to read the time from the .txt file?