Resolved Mouse enter label to new form

Ivolution93

New member
Joined
Oct 28, 2020
Messages
4
Programming Experience
Beginner
Hello

I have made a maze and want to be able to go to a new level.

I have made the maze and i need it to go to a new form when the mouse enters the label.

Can anybody help me or does anybody know what code can be used to close form one and open form two from entering a label with the mouse?
 
And to close a form, call the Close() method on the form. And to open a new form, you would instantiate a new form and call Show() or ShowDialog().
 
You're welcome.

See screenshot for help.
 

Attachments

  • Screenshot_35.jpg
    Screenshot_35.jpg
    232 KB · Views: 19
Back
Top Bottom