c sharp windows form
i want to link a windows form to users on their log in bases please help me
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.
John BhattPosted Sep 21, 2014, 8:32 AM
Then get the form location and open on successful login attempt, store in a Object type of Form called MyForm or any other name. Then open as just below.
Ex.
I am not able to provide you code because I do not have PC with VS installed these days. I would recommend you to read below thread.
www.codeproject.com/Questions/245578/How-to-convert-String-to-Windows-form-object
sharan KumarPosted Sep 21, 2014, 8:03 AM
John BhattPosted Sep 21, 2014, 7:47 AM
Can you please clarify? You want to link a windows form to user on their login basis.
Means do you want to maintain session to open last opened form for user. Please clarify.