U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » check if application is running
Re: check if application is running [message #55673 is a reply to message #55672] Sun, 29 November 2020 15:48 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 206
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);

      }



Thanks
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: The Mysterious checkbox
Next Topic: for(;;)
Goto Forum:
  


Current Time: Sat May 09 19:18:13 GMT+2 2026

Total time taken to generate the page: 0.00591 seconds