DonationCoder.com Software > Post New Requests Here
Show in the desktop PBOL
(1/1)
Contro:
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.donationcoder.com/forum/index.php?topic=53655.0
https://www.donationcoder.com/forum/index.php?topic=53657.0
KodeZwerg:
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:
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
-KodeZwerg (August 19, 2023, 12:14 AM)
--- End quote ---
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
Navigation
[0] Message Index
Go to full version