Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 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);

      }



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: Sun Jul 20 01:04:29 CEST 2025

Total time taken to generate the page: 0.03514 seconds