View Single Post
  #113  
Old 20-12-2022, 11:05
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Hi everybody. Happy New Year to everyone! and Merry Christmas... the creator of this topic, the creators of this forum and just users. A small pre-holiday script.




Windows 10 users won't be happy if you don't include the following alternatives.


Quote:
// For Windows 10 (if not IsOSMatched(B_WIN11_21H2) then // OS < Windows 11)



1. MsgForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');

2. DirBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Select Install Directory', WizardForm.DirEdit.Text, '');

3. StartBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Browse for Folders', WizardForm.GroupEdit.Text, '');

4. ExitForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');


Code:
FMXInno Lib:

- Fixed Custom form HandleHWND.  (for lockscreen:  AutoActivate)

Last edited by BLACKFIRE69; 14-07-2024 at 01:45.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (21-12-2022), hitman797 (20-12-2022)