BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
(only when I went to publish I saw that we reached the same agreement)
before that, some mistakes and attempts here i made some speculation and i believe i have reached a viable situation although not 100% precisely because the screen of the final application does not come forward,
but right now, on the windows taskbar the application icon is "blinking" (*).
(*)temporary solution:
n = GetWindowIdFromCaption ("Backup", true); // Backup is the title of the main window
if (n> 0) {
::ShowWindow ((HWND) n, 9);
::SetForegroundWindow ((HWND) n);
}