How to use checkbox on login page of windows application??
How to use checkbox on login form of windows application to keep username & password to remind if the checkbox is checked??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Aug 10, 2011, 2:19 AM
I think you might want to save this information in some persistent place on user's machine. since its a standalone application then try to save the information somewhere in registry settings for Current user. I don't say its a best approach but i could be one of the solution for you.
Hope this make sense to you.