1
votes
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 ...
