Select to view content in your preferred language

How do we move/Resize forms programmatically?

526
0
10-12-2011 03:22 AM
LastingerBrooks
Deactivated User
Hey all,

I've got a form I want to set to open at a certain place in my screen that's NOT the center!

From perusing the VBEditor help, I've found a command that VB for ArcMap says works on forms in VB:

object.Move( [Left [, Top [, Width [, Height [, Layout]]]]])


I know some commands work within the ArcPad interface that are based in VB- but this one doesn't seem to work with form "objects" declared as:

objvariable = Applet.Forms("UserForm")

Is there a way I can programmatically move or resize forms on the firing of an event?
Tags (3)
0 Kudos
0 Replies