M
Michael A. Covington
In a console app, I can create and use FolderBrowserDialog and similar
objects, but they often pop up behind, rather than in front of, the console
window. What can I do about that? I understand
FolderBrowserDialog.Show( ) will take an argument to identify the parent
window, but I don't know what to put there.
objects, but they often pop up behind, rather than in front of, the console
window. What can I do about that? I understand
FolderBrowserDialog.Show( ) will take an argument to identify the parent
window, but I don't know what to put there.