Hi !
I have two forms in my game, when second appears first one closes.I used Form2.Location = Me.Location but it looks like Form2 starts in its default position, and it "teleports" to the location i set.Probably because i set the location AFTER i start the form, but when i put the location code before i call Form2, then it starts in default position and doesnt even move to the location that i want.
I have two forms in my game, when second appears first one closes.I used Form2.Location = Me.Location but it looks like Form2 starts in its default position, and it "teleports" to the location i set.Probably because i set the location AFTER i start the form, but when i put the location code before i call Form2, then it starts in default position and doesnt even move to the location that i want.