Search results for query: *

  1. R

    MDI Child Problems

    All problems Resolved Ok Taking the advise of everyone here i have created a new user control to hold all the controls that i needed and just used that in my application. This made things so much easier because now if i need to change any thing i just change the user control and update the...
  2. R

    MDI Child Problems

    One down Ok i was able to resolve this issue modifing the last post a little bit here is the answer! Public Sub Child_Form_template_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) ' Handles Me.FormClosing If saved_status = 0 Then...
  3. R

    MDI Child Problems

    Almost there! The only problem i have with this is that instead of MsgBoxResult.Yes or MsgBoxResult.Cancel i am returned with a -1 for yes and a 0 for no and cancel.
  4. R

    MDI Child Problems

    I have a MDI based application with two problems. First: when i close the MDI child i want to ask if the user would like to save the data in the child and give them the regular choice yes,no,cancel however when i try to use the Formclosing event it never fires, it does fire for the mdi parent...
Back
Top