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
1 Posted Topic
Re: 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 … |
The End.