Hi Mr.RAO
I save PNG into RC and compile it to EXE
I open EXE use Pelles C and show PNG DATA type.
I found Buttonbar not display PNG
I save PNG into RC and compile it to EXE
I open EXE use Pelles C and show PNG DATA type.
I found Buttonbar not display PNG
// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00".
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#define ALPHABMP 10
TB_TOP32x ALPHABMP "BmpIcon/Png/ButtonBar/GoFirstData32.png"
[/list:u]
DEFINE BUTTON oDlgBtn[1] OF ::oDlgBar ;
RESOURCE "TB_TOP32x" ;
PROMPT "首筆" ;
TOOLTIP "移動至第一筆記錄" ;
MESSAGE "記錄指標到第一筆記錄" ;
ACTION ( ::oBrw:Gotop() ,;
::oBrw:Refresh() ,;
::oBrw:SetFocus() )
Best Regards,
Richard
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit
MySQL v8.0
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Richard
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit
MySQL v8.0
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit