street heat
merchant of death
i just want to make a button that will copy text from a text bar to clipboard when clicked.
what command do i need to enter in ?
what command do i need to enter in ?
Been a while since I coded anything...but basically you need it to create a file, probly just a text file, to write whatever input you have and have that save whenever the program closes....you know about input/output streams, parsing stuff and the like?
every button you create is an object. Once you start seeing it that way, it should be easier to code and have it do what you want.nope. ive only taken an intro to visual basic class, and that was like 6 years ago. i would like to be able to save all the info i enter into the textboxes each time i open the program. also be able save multiple "profiles" with different info.