k_zeon
2009-05-05 21:08:16 UTC
Hi
I have made a small addin to insert text into the code window and this all
works well.
What i need to do now is get the Width and height of the Form whose Code
window I am currently in (Not the Code Window width and Height but the
Form.Height and Form.Width)
ie
Form1 - Code window
Private Form_Load()
End Sub
I can insert text as follows
Private Form_Load()
StartSize...
End Sub
but would like to get the Width and Height of the Form an use this in my
text to insert ie. StartSize (5000,3000)
Private Form_Load()
StartSize (5000,3000)
End Sub
hope someone can help
thanks
Garry
I have made a small addin to insert text into the code window and this all
works well.
What i need to do now is get the Width and height of the Form whose Code
window I am currently in (Not the Code Window width and Height but the
Form.Height and Form.Width)
ie
Form1 - Code window
Private Form_Load()
End Sub
I can insert text as follows
Private Form_Load()
StartSize...
End Sub
but would like to get the Width and Height of the Form an use this in my
text to insert ie. StartSize (5000,3000)
Private Form_Load()
StartSize (5000,3000)
End Sub
hope someone can help
thanks
Garry