Page 1 of 3

Windows 10 progress bar api

Posted: Sat Mar 22, 2025 1:01 am
by unixkd
Hi all

Anybody with knowledge of windows 10 progress bar api?

Thanks

Joe

Re: Windows 10 progress bar api

Posted: Thu Mar 27, 2025 4:56 am
by Auge_Ohr
hi,
unixkd wrote: Sat Mar 22, 2025 1:01 am Anybody with knowledge of windows 10 progress bar api?
what is the difference to Windows 7 Progress Bar (green/red/yellow) ?

i had made a DC Version for v1.9.355 (need DXE Lib, also work with v2.x)
delete \phpbbs3\ in link to download

Re: Windows 10 progress bar api

Posted: Thu Mar 27, 2025 10:26 am
by unixkd
Hi Jimmy

I could not download the attachment.

You also refrence the need DXE Lib, where can I download it too.

Thanks

Joe

Re: Windows 10 progress bar api

Posted: Thu Mar 27, 2025 11:33 pm
by SlavkoDam
Hi,

PowerWin library contains ProgBar() function, which is based on Windows API for displaying progress bar. Works for all Windows and Xbase++ 1.9 and 2.0. Download PowerWin demo and try it.

Re: Windows 10 progress bar api

Posted: Fri Mar 28, 2025 4:31 am
by Auge_Ohr
hi,
unixkd wrote: Thu Mar 27, 2025 10:26 am I could not download the attachment.
as i say you need to REMOVE /phpbb3 from wrong LInk
http://bb.donnay-software.com/donnay/do ... hp?id=2318
unixkd wrote: Thu Mar 27, 2025 10:26 am You also refrence the need DXE Lib, where can I download it too.
i have include DXE LIb in ZIP Files so you can use the Source with Xbase++ v1.9.335

Re: Windows 10 progress bar api

Posted: Sun Mar 30, 2025 3:19 am
by Auge_Ohr
hi,
Auge_Ohr wrote: Fri Mar 28, 2025 4:31 am as i say you need to REMOVE /phpbb3 from wrong LInk
http://bb.donnay-software.com/donnay/do ... hp?id=2318
funny , now you NEED /phpbb3 again in Link to download
http://bb.donnay-software.com/donnay/ph ... hp?id=2318

Re: Windows 10 progress bar api

Posted: Sat Apr 05, 2025 1:56 pm
by unixkd
Hi Jimmy

Your sample program generate error because of a missing file called DXE_PBAR.DLL.
Could you pls make it available.

Thanks

Joe

Re: Windows 10 progress bar api

Posted: Sat Apr 05, 2025 9:59 pm
by Auge_Ohr
hi,
unixkd wrote: Sat Apr 05, 2025 1:56 pm Your sample program generate error because of a missing file called DXE_PBAR.DLL.
Could you pls make it available.
it should work, when compile hole using DXE_LIB as it include ALL DXE_* Controls and use DXE_LIB.DLL .

here is DXE_PBAR_DLL
dxe_PBAR.zip
(21.14 KiB) Downloaded 552 times

Re: Windows 10 progress bar api

Posted: Sun Apr 06, 2025 2:35 am
by unixkd
Hi Jimmy

I could nod download the attached DXE_PBAR.ZIP, it say no longer available

Kindly correct it and let me know.

Thanks

Joe

Re: Windows 10 progress bar api

Posted: Sun Apr 06, 2025 3:01 am
by unixkd
Hi Slavoljub Damnjanovic and Jimmy

I greatly thank you for your time given me samples of your progressbars.

I have tested them all and they are great. However, I already have something like that.

My question is about windows 10 progressbar that showns graph of the speed of the process. You see this when copying a big directory to another.
I am just being inquisitive.

Once more I say thank you.

Joe