Search results for query: *

  1. K

    Moving data between different forms/windows.

    That was it! That was the piece I was missing. ShowDialog is working perfectly and the code now does what it needs to do, passing information both ways. Thanks for your help, both of you!
  2. K

    Moving data between different forms/windows.

    Before I start fighting the code yet again, I need to confirm a few things about this method. Does ShowDialog() allow you to use custom forms? Do I need to Return the information? How does it tell when the dialog box is closed, with custom forms? If this just pops up a normal Dialog box, it...
  3. K

    Moving data between different forms/windows.

    The problem is, it continues through without waiting for the data to calculate. I can't set it up so that all of the calculations are done in the second form. And I can't have it loading staticly, becuase the user needs to input the data for the forms.
  4. K

    Moving data between different forms/windows.

    Thanks for the great link. However, it is not working for me. I've been banging my head against this for a few more weeks now, and so far nothing is working right. You see, I have a program that nees to pop up a series of dialog boxes when it initializes. However, it should only pop up one at a...
  5. K

    Moving data between different forms/windows.

    Alright, this is probably going to be a complete newbie question, but I need to figure this out. I have a program that requires some data entry, the data entry is more complicated than a standard dialog box will allow. I've got a program working that will accept the input data, and spit out the...
Back
Top