|
|
|
#1
|
||||
|
||||
|
too thirsty for CPU this library
__________________
if you understand read more |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Added the following function to dll:
Code:
const LButtonUp = 1; LButtonDown = 2; MouseOver = 4; MouseOut = 8; type TBtnEvent= procedure(BtnIdx,EventID: integer); function CreateBtn(const FileName: PAnsiChar; Handle: HWND; X,Y,Height,Width: integer; callback: TBtnEvent): integer; |
| The Following 5 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (14-01-2016), arkantos7 (14-01-2016), JRD! (14-01-2016), Logrim (14-01-2016), Razor12911 (16-01-2016) | ||
|
#3
|
||||
|
||||
|
Added the following procedures/functions to dll:
Code:
procedure SetBtnEnabled(BtnIdx: integer; Enabled: Boolean); external 'SetBtnEnabled@files:Isab.dll stdcall delayload'; function GetBtnEnabled(BtnIdx: integer): Boolean; external 'GetBtnEnabled@files:Isab.dll stdcall delayload'; procedure SetBtnVisibility(BtnIdx: integer; Visibility: Boolean); external 'SetBtnVisibility@files:Isab.dll stdcall delayload'; function GetBtnVisibility(BtnIdx: integer): Boolean; external 'GetBtnVisibility@files:Isab.dll stdcall delayload'; procedure SetBtnTransparency(BtnIdx: Integer; BtnTransparency: Byte); external 'SetBtnTransparency@files:Isab.dll stdcall delayload'; function GetBtnTransparency(BtnIdx: Integer): byte; external 'GetBtnTransparency@files:Isab.dll stdcall delayload'; |
| The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
|
#4
|
||||
|
||||
|
Added the following procedure/function to dll:
Code:
procedure SetBtnCur(BtnIdx: integer; const FileName: PAnsiChar; CurHandle: DWord; const IFT_Cur: integer); external 'SetBtnCur@files:Isab.dll stdcall delayload'; function GetSysCur(const IDC: integer): DWord; external 'GetSysCur@files:Isab.dll stdcall delayload'; |
| The Following 6 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (21-01-2016), arkantos7 (21-01-2016), Cesar82 (22-01-2016), JRD! (16-02-2016), Razor12911 (26-01-2016), y_thelastknight (07-04-2016) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |