Changing the placement of the Default Window

I know this is not a high value issue, but it would be nice if we could change the Placement property on a new window to be other than Default.

It seems that I always forget to change it Main and when I run debug, the window appears in the upper-left of my rather large screen. I’m more in the habit of changing it now to Main Screen, but it would be great if we could change that. I also suspect we could sub class a window and then change the default in the Inspector Behavior, but it’d be great if we could just change the default settings.

Any suggestions.

Thanks,
Gary

put this in the open event

me.Left = 500
me.top = 100

or whatever placement you want

Thanks, Gerd. I do understand how to move it around. It’s just that I would like it to default to Main Window.