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?