How to disable button from using mdi parent
I am creating login form (enter username (Text Box), password (Text Box) & rights(Using combo box) ,I am select a rights from user that time my forms button disable, after that I again goes to login enter rights form Admin that time button visible, how to create in c# windows application 2010,I am using MDI Parent form, without MDI parent working nice, but I am using MDI Parent forms not working (it means button visible both login), how to show my button control only admin login.