topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 27, 2024, 3:39 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Show in the desktop PBOL  (Read 2900 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Show in the desktop PBOL
« on: August 18, 2023, 01:22 PM »
Maximize or show in the desktop. Both thins equally valid for me. PBOL Progress Bars of Life from Mouser


I begin this in :
https://www.donation...ex.php?topic=53655.0
https://www.donation...ex.php?topic=53657.0

KodeZwerg

  • Honorary Member
  • Joined in 2018
  • **
  • Posts: 718
    • View Profile
    • Donate to Member
Re: Show in the desktop PBOL
« Reply #1 on: August 19, 2023, 12:14 AM »
You put up lots of work into that request so I guess it aint that important.
If I am wrong, teach me better, and describe in here again what you actual want, and if that PBOL is taken from here, add a link to it so interested coders can take a look on without needed to waste time to search for it.

From technical side spoken, if mouser has created the Mainwindow and hides it without destroying, it is possible, if there is just an icon in taskbar that creates the window, it is impossible by Winapi in a generic way to show something that isnt there.  :D

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Show in the desktop PBOL
« Reply #2 on: August 22, 2023, 03:04 PM »
You put up lots of work into that request so I guess it aint that important.
If I am wrong, teach me better, and describe in here again what you actual want, and if that PBOL is taken from here, add a link to it so interested coders can take a look on without needed to waste time to search for it.

From technical side spoken, if mouser has created the Mainwindow and hides it without destroying, it is possible, if there is just an icon in taskbar that creates the window, it is impossible by Winapi in a generic way to show something that isnt there.  :D
Thansk KodeZwerg. My problem is solved :

@echo off
TASKKILL /IM ProgressBarsOfLife.exe /F
cd "O:\Mis documentos en O\SOFTWARE GESTION\ProgressBarsOfLifePortableACER"
rem ver si aquĆ­ puedo aplicar el comando close
cls
START "" "O:\Mis documentos en O\SOFTWARE GESTION\ProgressBarsOfLifePortableACER\ProgressBarsOfLife.exe" /MAX
exit

I put this bat in the windows task scheduler to launch dayly at 14.30 hours.

I hope you can understand now my past problem. Best Regards