Very strange.
An open dialog closes after selecting a file.
The dialog consists of a bottom panel with
OK- and Cancel-buttons.
A usercontrol will fill the rest of the clientarea.
Since this usercontrol doesn't allow adding a new item,
a second usercontrol will overlap its top part.
The second usercontrol (SelectControl) has a textbox and a selectbutton.
After opening the dialog, I click the selectbutton and
select a file, using OpenFileDialog.
But when I confirm the selection (OK), SelectControl is gone,
my Dialog is gone and I am where I opened the Dialog.
I use usercontrols very often but never had a problem like this.
Any idea what'S going the wrong way here?
thanks in advance for your help.