Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~737 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bcheath_1

You can do it like this to deside where in the mainform your childform should start: In your mainform add this: Public class yourclass Public locat As Drawing.Point Private sub form_load locat = me.location In your child form: private sub form_load me.location = mainformname.locat + new.point(x, y) x and y …

Member Avatar for Mortimern
0
737

The End.