hi. i used ScaleY function in my forms, but i have made a class module and it doesn't show me the ScaleY or ScaleX function. first y does this has happened n second what to do
Printable View
hi. i used ScaleY function in my forms, but i have made a class module and it doesn't show me the ScaleY or ScaleX function. first y does this has happened n second what to do
Can you please ellaborate on what is it that you're trying to do. Thanks.
No, This is a small question
What are you attempting to do?
ScaleX and ScaleY are methods available in Forms, UserControls, PictureBox, and the Printer object. What type of scales are you trying to convert between?
If you pass the form to the class those properties should be available in your classQuote:
Originally Posted by hyousuf2
VB Code:
Public Sub ClassName(frmName as Form . . . ) frmName.ScaleY