Search results for query: *

  1. S

    mdiparent menu disable

    Problem solved Hi all -- Thanks for all the suggestions. In case anyone else runs into the same problem, I using the following code in the main form's Load.... Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'this code...
  2. S

    mdiparent menu disable

    Hi all -- I have started writing an app that requires login and was wondering if there's anyway to disable the mdi parent form's menu until login has been successfully completed. I've tried setting the form.enabled = false, but that also disables my login child form. Any...
Back
Top