Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to access Designer form properties

1 view
Skip to first unread message

k_zeon

unread,
May 4, 2009, 10:28:50 AM5/4/09
to
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

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

0 new messages