Page 1 of 1

VB6 .Scale method

Posted: Sun Mar 03, 2013 6:06 pm
by mikey
I'm having problems with the .scale method using VB6. I dont get any intellisense and cannot get the VB6 example in the docs to work either. All other methods that Ive used so far are working fine. Possible bug?

Re: VB6 .Scale method

Posted: Fri Mar 08, 2013 12:51 pm
by Loïc
Hello,

I think it is a reserved word for vb6. You should consider to use the Resize() method in place.

Kind regards,

Loïc

Re: VB6 .Scale method

Posted: Fri Mar 08, 2013 5:04 pm
by mikey
Thanks, thats what I Indeed ended up doing.