Search found 1453 matches

by Auge_Ohr
Sun May 04, 2025 12:50 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi,

have ask Google and got this
https://ot4xb-examples.xbwin.com/

and @Github you can get latest OT4XB Release v1.7.8.1
https://github.com/pablo-botella/_ot4xb_/releases/
by Auge_Ohr
Sat May 03, 2025 9:53 pm
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi,
unixkd wrote: Sat May 03, 2025 9:56 am Where can I download more samples of ot4xb winapi functions ?
i don´t know about OT4XB any more as Pablo´s Website does not Exist any more.
by Auge_Ohr
Sat May 03, 2025 6:10 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi,
unixkd wrote: Sat May 03, 2025 5:38 am When I click on the attachment I received a message "This attachment does not exist anymore"

What could be the problem.
the old Problem
try it with/without /phpbb3
http://bb.donnay-software.com/donnay/phpbb3/download/file.php?id=2327
by Auge_Ohr
Fri May 02, 2025 2:46 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi, I have tried your suggestion but I keep getting error "internal data structure corrupted". I use ot4xb library and my codes are as follows: BEGIN STRUCTURE FileOperation What are am I doing wrong. i think your Structure are Wrong. why not use Ot4Xb Internal Structure ? SHFILEOPERATION.zip
by Auge_Ohr
Thu Apr 24, 2025 10:32 pm
Forum: PostGreSQL
Topic: ADS vs PG
Replies: 42
Views: 28684

Re: ADS vs PG

hi,
Tom wrote: Thu Apr 24, 2025 5:55 am PG is a robust, fast, very good and extremely cheap (costs: zero) modern SQL-server.

You may begin with PGDBE and end with native use.
to use PGDBE you have to pay extra Lizence so it is NOT "free".
Only when use Postgre "native" it is "free"
by Auge_Ohr
Thu Apr 17, 2025 1:21 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

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
by Auge_Ohr
Tue Apr 08, 2025 12:00 pm
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

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 12316 times
by Auge_Ohr
Sun Apr 06, 2025 10:57 pm
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi, since 5 Years i do not use Xbase++ any more, i use Fivewin/harbour instead this CODE is working under Fivewin/harbour, but NOT under Xbase++ #include "FiveWin.ch" FUNCTION Main() Test() RETURN NIL #pragma BEGINDUMP #include <windows.h> #include <shlobj.h> #include <hbapi.h> void test( void ) { C...
by Auge_Ohr
Sun Apr 06, 2025 5:37 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi, 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. this API i do´nt have a Idea what it is https://i.postimg.cc/CxSzW3jF/grafik.png have ask Copilot and he s...
by Auge_Ohr
Sun Apr 06, 2025 5:29 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 40
Views: 7410675

Re: Windows 10 progress bar api

hi,
unixkd wrote: Sun Apr 06, 2025 2:35 am I could nod download the attached DXE_PBAR.ZIP, it say no longer available
have you try download/file.php?id=2320 include /phpbb3 ?