A
Amjad
Hi,
I'm trying to create dynamic default values in TextBoxes
that reflect the last user's input value.
How can I save the user's input in a textbox control so
that the user can see his last input in the textbox the
next time he runs the application?
I'm trying to avoid saving the user's inputs on a text
file, because it can be read and modified easily from
outside my application.
Amjad
I'm trying to create dynamic default values in TextBoxes
that reflect the last user's input value.
How can I save the user's input in a textbox control so
that the user can see his last input in the textbox the
next time he runs the application?
I'm trying to avoid saving the user's inputs on a text
file, because it can be read and modified easily from
outside my application.
Amjad