Thread
:
Help with my script... please
View Single Post
#
15
05-05-2017, 02:28
Edison007
Registered User
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Replace in the script this:
Code:
ClientWidth:=536; ClientHeight:=235;
by this:
Code:
ClientWidth:=ScaleX(536); ClientHeight:=ScaleY(235);
Edison007
View Public Profile
Find all posts by Edison007