ardasipahi01
New member
- Joined
- Jul 18, 2023
- Messages
- 4
- Programming Experience
- 1-3
Can we keep the textbox.text value in memory until the application is closed? For example, I clicked the button, opened an external form, wrote a test message to textbox1.text in this form, took action, and closed the form. When I enter the same form again, the textbox1.text value will be a test message. But it will be reset when the application is completely closed. without database. Can it be done?