blah blah blah is here! blah blah » Close

1
votes
3 answers

Using a form as a dialog without ShowDialog

The basic scenario is that I create a form and write a function in that form (public) that will show the form, wait for the user to input something, and then after the user clicks OK (or closes the form) the form is hidden and then the code ...

0
votes
1 answers

Data Across Dialogs

Hello. I've got a dialog with a list in it. I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list. I intend to have that item added to the list and shown ...

Feedback