|
|
|
#1
|
|||
|
|||
|
fixed !
Last edited by -NORO-; 22-08-2017 at 13:55. |
| The Following User Says Thank You to -NORO- For This Useful Post: | ||
EzzEldin16 (21-08-2017) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
You must write a code of "mousedown" for the custom form.
|
|
#3
|
|||
|
|||
|
Nevermind , fixed
Thank you JRD!
Last edited by -NORO-; 21-08-2017 at 16:34. |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
The procedure "onmousedown" is a fixed property of a label in a custom form in which one have to add the mouse drag procedure. like this, OnMouseDown:=@INFOMouseDown; And the "INFOMouseDown" procedure is the mouse drag procedure which can be like this, procedure INFOMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin ReleaseCapture; SendMessage(InfoForm.Handle,$0112,$F012,0); end; And one thing, you have cracked my mod, so You can see there is more things than coping a code. No one can make such type of mod by just only coping the codes. Last edited by Chayan Manna; 21-08-2017 at 21:17. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
#8
|
|||
|
|||
|
The
procedure CreateSystemPage(); i placed under InitializeWizard; but it should be placed under InitializeSetup Again all credit goes to JRD!
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |