View Single Post
  #2  
Old 16-11-2023, 10:16
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno - Nov-16 - Hotfix-01


Code:
1. Added wGetRunningAppCount on the request of @hitman797.
2. Added missing properties and fixed bugs reported by @audiofeel and @tihiy_don.
3. Some improvements.

i'll update the first article soon.

.
great work, thank you for the update.
if we make GUI to this library that will help the authors to save a lot of time.

for the lock screen
Code:
  HeadForm.OnActivate(@OnActivate);
  HeadForm.OnDeactivate(@OnDeactivate);
Code:
procedure OnActivate(Event: TNotifyEvent);
procedure OnDeactivate(Event: TNotifyEvent);

Last edited by hitman797; 16-11-2023 at 11:06.
Reply With Quote
The Following 2 Users Say Thank You to hitman797 For This Useful Post:
audiofeel (16-11-2023), BLACKFIRE69 (16-11-2023)