topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday September 20, 2026, 10:31 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

Recent Posts

Pages: prev1 [2] 3 4 5 6 7 ... 158next
26
Living Room / Re: My new project is now live: Co-op For Two on YouTube
« Last post by Contro on August 27, 2023, 03:40 PM »
I subscribed.
Seems a clever or detective game. I don't know.
I am not a gamer, but in the last times I am installing in my mobile tests about lateral thinking , memory and clever games. So......
Tomorrow never knows.....
 :P
27
Living Room / Re: My new project is now live: Co-op For Two on YouTube
« Last post by Contro on August 27, 2023, 12:58 PM »
without doubt that's the way.
I see that table some months ago and surprises me. I suppose is a gamer table.
For reasons i can hardly understand the distraction with so many tools is ruining the old forums. I don't now what's next because social is not the same.
When all this begins the important thing was communication with the lack of body. Now the body is important.
So profit it Mouser : you are handsome.
 :-* :P
28
Living Room / Re: Where is Mouser ?
« Last post by Contro on August 26, 2023, 10:38 AM »
 ;D

Work is life too.
Probably i ask for you because i need some help with pbol. But at the present moment I solved.
Best regards and good luck.
 :-*
29
General Software Discussion / Re: Something similar to Progress Bar of Life
« Last post by Contro on August 22, 2023, 03:07 PM »
AsusPortatil - 22_08_2023 , 21_07_11.png

I found something similar I forgot to say, but not enough for me. PBOL result the winner in compare.
30
It's difficult with a batch command that program to maximize when resident in the tray icon !

Usually, to maximize a program from the system tray, is a feature of the program itself, not by blasting a command at it and expecting it to do as you desire.
If PBOL doesn't support that, it won't work (period).
Is a matter of opinion.
The program support the maximum I need and this is enough for me.

 :up:
31
Post New Requests Here / Re: Show in the desktop PBOL
« Last post by Contro 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
32
General Software Discussion / Re: Something similar to Progress Bar of Life
« Last post by Contro on August 22, 2023, 03:01 PM »
The problem is solved
I am using the task scheduler to create a simple task with this .bat

@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

Best Regards.
 ;D ;D ;D ;D
33
Living Room / Re: Where is Mouser ?
« Last post by Contro on August 22, 2023, 02:59 PM »
 ;D ;D ;D ;D ;D
34
Living Room / Where is Mouser ?
« Last post by Contro on August 21, 2023, 03:32 AM »
 ;D
35
Coding Snacks / PBOL in the desktop
« Last post by Contro on August 20, 2023, 10:45 AM »
https://stackoverflo...arguments-autohotkey

I am searhing for command line arguments I can use with Progress Bars of Life PBOL by Mouser.

To launch the program maximized at certain days and hours.

A coding snack ?
36
General Software Discussion / Re: Something similar to Progress Bar of Life
« Last post by Contro on August 20, 2023, 04:55 AM »
In what language is PBOL develop.
I ask to know if is possible to determie possible modifiers in the command line.
 :-*
37
Post New Requests Here / Show in the desktop PBOL
« Last post by Contro 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
38
I begin to ask in other forums
Well, why not ask in a proper category if someone, maybe I, can program something for you?
https://www.donation...index.php?board=71.0
Thanks Kode2werg.
Take a look at mouser donationcoder Progress Bars of Life.
 :-* :P

It's difficult with a batch command that program to maximize when resident in the tray icon !
39
General Software Discussion / Re: Something similar to Progress Bar of Life
« Last post by Contro on August 18, 2023, 01:12 PM »
The only thing I do know in that direction is BgInfo from Sysinternals.
Does that satisfy you?
No , it is not the same . PBOL is a productivity software for reminders.
 :-* :P
40
General Software Discussion / Re: Something similar to Progress Bar of Life
« Last post by Contro on August 18, 2023, 01:11 PM »
I will take a look and answer.
41
Sometimes is erratic and I don't obtain the maximized window. Difficult indeed !!!!!!!
 :-* :P
42
First results by my own means.

Maximize creating a shortcut of pbol don't works for me.

I am trying the command

O:\Mis documentos en O\SOFTWARE GESTION\ProgressBarsOfLifePortableACER\ProgressBarsOfLife.exe  /i cmd /k mode con cols=30 lines=40

PBOL don't obey the command, but at least I obtain a super maximized window

In a batch script i don't obtain good results until moment.

 :-* :P
43
thanks for any help.
I begin to ask in other forums
Best Regards
 :-* :P
44
Hello Ath nice to listen !

maximize the window of a resident program from the tray icon , saturdays, tuesdays and thursdays at 14.30 hours.

the program is ProgressBarsOfLife.exe

I was thinking about using the task Programmation (Programador de tareas de windows en español) . I don't know how to do this.

Note : after a time of inactivity ? --- change to those days at 14.30 hours.
My dear Ath where can I find a simple tutorial about the concept of windows inactivity ?

I launch everyday ProgressBarOfLife, but sometimes I forget to execute, because are target flexible, after the due time I have a month.
45
How can I launch to maximize a program in the tray icon after a time of inactivity ?

The program is in the tray icon constantly running

AsusPortatil - 13_08_2023 , 10_58_39.png
46
General Software Discussion / Something similar to Progress Bar of Life
« Last post by Contro on August 12, 2023, 04:22 AM »
I need something similar to Progress Bars of Life able to appear the bars permanently in the desktop like this :
AsusPortatil - 12_08_2023 , 10_18_27.png

Best Regards
47
PBOL / Re: Message trying to recover PBOL
« Last post by Contro on April 18, 2023, 10:20 AM »
I am not talking about an external program. I would like to hear Mouser , because is the programmer.

I have some time ago similar problem and receive no support at all.

 :-* :P

https://www.donation...ex.php?topic=42750.0

This is an old post with no support at all.
 :-[

Understood. Waiting for Mouser
 ;D
48
PBOL / Re: Message trying to recover PBOL
« Last post by Contro on April 18, 2023, 04:10 AM »
I am not talking about an external program. I would like to hear Mouser , because is the programmer.

I have some time ago similar problem and receive no support at all.

 :-* :P

https://www.donation...ex.php?topic=42750.0

This is an old post with no support at all.
 :-[
49
PBOL / Re: Message trying to recover PBOL
« Last post by Contro on April 16, 2023, 12:33 PM »
Problem solved by my own means in absence of support.
 :-* :P
50
PBOL / Re: Message trying to recover PBOL
« Last post by Contro on April 13, 2023, 04:40 AM »
Please nobody knows ?
I need to solve this problem.
Best Regards
Pages: prev1 [2] 3 4 5 6 7 ... 158next