i think i can do it just type:
menuToolStripMenuItem.Enabled = false;
but it only disable when i login from login Form n click it.... i want menustrip disable and after i'm login from Login Form it will enable.. Thanks A Lot Sir or Mrs
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.
Piyush PansuriyaPosted Jan 28, 2015, 5:49 AM
First of all you have to check Login State On MenuStrip load event, Is user Logged in or not?
If User Logged in then enable else disable.