
20-12-2022, 11:05
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
Quote:
Originally Posted by audiofeel
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.
|