View Single Post
  #4  
Old 21-01-2016, 09:49
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
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';
Attached Files
File Type: 7z example.7z (799.8 KB, 105 views)
Reply With Quote
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)