Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. enable and disable menu items of mdiparent from loginform in c#
  2. mnuLogin_Click()
  3. {
  4. FrmLogin frmLogin = new FrmLogin();
  5. if(frmLogin.ShowDialog() == DialogResult.OK)
  6. {
  7. //Enable menu here.
  8. }
  9. }