Hi guys, thanks in advance for any input
I am currently writing a C# program and I am having trouble (god knows why) with the this.close event. I have a primary form, then the user clicks search and it brings up a search pop-up form.
Once the search is complete the user can double click the result (in a listview) and it will copy the selected result into the text boxes in the form behind and close the pop-up. Now all of this works beautifully, however, when it goes to close it shuts the whole application down not just the pop-up.
This is also true for the "close" button. I used the this.close event on a button and it too closes the whole application.
Any help or ideas would be fantastic!
Thanks again