ANSWERS: 2
  • I'm fairly rusty with VB and can't remember any of it's coding, but I'm pretty sure once you terminate the program, there is no way to recall values *unless* you have them saved to a file. You can either have a 'save' option or have it auto save the values into a .txt file and once you reload the program, have it open the .txt and reload all the settings.
  • Add a new setting to the applications settings file, then on exit use the code: My.Settings.NameOfSetting = Me.WhereverTheLetterIs.text Then on open: Me.WhereverTheLetterIs.text = My.Settings.NameOfSetting It's not the exact code, but you should get the idea :)

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy