Search found 1455 matches
- Thu Nov 20, 2025 10:19 pm
- Forum: eXpress++ Support
- Topic: DcBrowse Cell Colors
- Replies: 8
- Views: 2485
Re: DcBrowse Cell Colors
hi, it is included on the compressed file sorry, have not download File yet follow your "working" Link without /PHPBB3/ in Link to download ! Try this Manifest <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <compatibi...
- Thu Nov 20, 2025 7:44 am
- Forum: eXpress++ Support
- Topic: DcBrowse Cell Colors
- Replies: 8
- Views: 2485
- Sun May 04, 2025 12:50 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
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/
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/
- Sat May 03, 2025 9:53 pm
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
- Sat May 03, 2025 6:10 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
Re: Windows 10 progress bar api
hi,
try it with/without /phpbb3
http://bb.donnay-software.com/donnay/phpbb3/download/file.php?id=2327
the old Problem
try it with/without /phpbb3
http://bb.donnay-software.com/donnay/phpbb3/download/file.php?id=2327
- Fri May 02, 2025 2:46 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
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
- Thu Apr 24, 2025 10:32 pm
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 42
- Views: 60104
- Thu Apr 17, 2025 1:21 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
- Tue Apr 08, 2025 12:00 pm
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
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
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
- Sun Apr 06, 2025 10:57 pm
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 40
- Views: 8401195
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...