Windows 10 progress bar api

This forum is for eXpress++ general support.
Message
Author
User avatar
unixkd
Posts: 597
Joined: Thu Feb 11, 2010 1:39 pm

Re: Windows 10 progress bar api

#21 Post by unixkd »

Hi all

Thanks for your contributions.

Greatly appreciated.

Joe

User avatar
unixkd
Posts: 597
Joined: Thu Feb 11, 2010 1:39 pm

Re: Windows 10 progress bar api

#22 Post by unixkd »

Furthermore

I am still having issues with postgresql backup which I posted under postgresql topic

Thanks

Joe

User avatar
Auge_Ohr
Posts: 1439
Joined: Wed Feb 24, 2010 3:44 pm

Re: Windows 10 progress bar api

#23 Post by Auge_Ohr »

hi,

here are the *.EXE from DEMO CODE compiled by "Microsoft Visual Studio\2022\Community" (free) under Fivewin/harbour.
harbour can use "C" CODE "direct" in a *.PRG so it i easy to use "C" CODE Sample like from ShlObj_core.h
PPROGRES.zip
(1.84 MiB) Downloaded 55 times
greetings by OHR
Jimmy

User avatar
SlavkoDam
Posts: 128
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

Re: Windows 10 progress bar api

#24 Post by SlavkoDam »

Hi,

I created a new function ProgDlg() in my PowerUtl library, using Alaska CAPI and WinAPI interface IProgressDialog. This interface doesn't has a graph display option. Here is an example on Windows 8.

ProgDlg.JPG
ProgDlg.JPG (20.71 KiB) Viewed 48 times

@Jimmy. I can't run your demo PPROGRES.EXE on Windows 8, what could be a problem?
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

User avatar
Auge_Ohr
Posts: 1439
Joined: Wed Feb 24, 2010 3:44 pm

Re: Windows 10 progress bar api

#25 Post by Auge_Ohr »

hi,
SlavkoDam wrote: Wed Apr 16, 2025 11:52 pm @Jimmy. I can't run your demo PPROGRES.EXE on Windows 8, what could be a problem?
i have never try to run it under Windows 8, only under Windows 10 /11
greetings by OHR
Jimmy

Post Reply