View Single Post
  #9  
Old 29-04-2021, 01:40
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Newbie-repacker View Post
Bunti can u tell me how to add custom Cursors to this installer??
I think you can change cursor by using below function (I am not sure):
Code:
function LoadCursorFromFile(FileName: String): Longint;
  external 'LoadCursorFromFileW@user32 stdcall';
Reply With Quote