Learn Visual Basic (in Microsoft Visual Studio) yourself and do the following: (1) Have a textbox…
Learn Visual Basic (in Microsoft Visual Studio) yourself and do the following:
(1) Have a textbox that can display multiple lines of text.The user can select a simple .txt file (like a notepad file, a file with ASCII code but not formatting characters).
Display the content of the file in this textbox. Should have an vertical scrollbar for the textbook.
(2) Have an user interface to take the following information: Firstname (String) Lastname (String) Age (integer) Phone (String)
Save the file as testdata.dta. Have to buttons – Save and Quit. Save button to save the record to the file. Quit button to close the file.