Search results for query: *

  • Users: fastHands
  • Content: Threads
  • Order by date
  1. F

    Recieving data from a form?

    Hello everyone, I am trying to get one of my forms (frm1) to show another form (frm2) and then wait until the a button is clicked in frm2 to continue with the following code in frm1. Here is an example: Dim var1 as Integer Dim frm2 As New frm2 frm2.Show() var1 = var2 I want to...
  2. F

    Odd Problem with MDI

    When I maximize the Child Form in my MDI Container, a new menu/toolbar appears on the Parent form above my menustrip. I have tried removing the maximize and minimize buttons, but that does not work. Has anyone ran into scenario before?
Back
Top