Z
Zach
I have a windows form that displays another Windows Form, which in
turns displays a SaveFileDialog when a certain menu option is selected
from the toolbar. When the SaveFileDialog opens, I can't use it. The
focus is set to another window, and when I click on the SaveFileDialog,
the focus is set for a split second then immediately goes back to some
other window. The net result is that the SaveFileDialog is completely
unusable because I can never activate the window in order to interact
with it.
Am I missing something obvious here? I thought all I had to do was
create it and call ShowDialog() on it.
Thanks
turns displays a SaveFileDialog when a certain menu option is selected
from the toolbar. When the SaveFileDialog opens, I can't use it. The
focus is set to another window, and when I click on the SaveFileDialog,
the focus is set for a split second then immediately goes back to some
other window. The net result is that the SaveFileDialog is completely
unusable because I can never activate the window in order to interact
with it.
Am I missing something obvious here? I thought all I had to do was
create it and call ShowDialog() on it.
Thanks