L
Lloyd Dupont
I have custom dialogs (Form with owner drawn title and no border) and I show
them with ShowDialog() , the problem is, most of the time when I show them,
my main window is miniaturized and I didn't manage to make it appear again.
I had to find the running task and click activate.
I try BringToFront(), Show() and win32 function ShowWindow(),
SetForeground(), BringWindowToTop(), all unsuccessfully.
any tip ?
them with ShowDialog() , the problem is, most of the time when I show them,
my main window is miniaturized and I didn't manage to make it appear again.
I had to find the running task and click activate.
I try BringToFront(), Show() and win32 function ShowWindow(),
SetForeground(), BringWindowToTop(), all unsuccessfully.
any tip ?