|
#361
|
|||
|
|||
|
Razor can u do me a favour?
i can't manage to create something like this post #53 i mean by the scrolling of form when mouse hovers on the tiles. can u share a example or jst the trick. I want to use it in my modified version of ur WPI. Thanks in advance Last edited by Gupta; 16-08-2016 at 03:25. |
| The Following User Says Thank You to Gupta For This Useful Post: | ||
Prince4 (16-08-2016) | ||
| Sponsored Links |
|
#362
|
||||
|
||||
|
#363
|
|||
|
|||
|
Quote:
Pretty easy stuff if you are able to use these lines of WPI:Code:
{$EXTERNALSYM MOUSEEVENTF_MOVE}
MOUSEEVENTF_MOVE = $0001; { mouse move }
{$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
MOUSEEVENTF_ABSOLUTE = $8000; { absolute move }
|
|
#364
|
|||
|
|||
|
Quote:
Last edited by Gupta; 25-08-2016 at 06:16. |
|
#365
|
||||
|
||||
|
Please Guy I NEED This Script
|
|
#366
|
|||
|
|||
|
Edward
I Modified WPI
|
|
#369
|
||||
|
||||
|
Thanks Razor12911 for this installer ! But I want replace the up arrow to unlock the first screen, with a simple clic of the mouse. Can you say to me what I must edit ?
|
|
#370
|
||||
|
||||
|
Find this in script
procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); make it procedure LockKeyDown(Sender: TObject); then find: OnKeyDown:=@LockKeyDown; Make this OnClick:=@LockKeyDown; Note: This is not tested, I wrote code with Notepad. |
|
#371
|
||||
|
||||
|
#372
|
||||
|
||||
|
remove that line
|
|
#373
|
||||
|
||||
|
#374
|
|||
|
|||
|
Hi I'm new here.
Has anyone managed to get the installing percentage working in this script?? |
|
#375
|
||||
|
||||
|
there are a million in Threed
__________________
if you understand read more |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |