Hiya peeps :D
I have this problem and I hope you'll help me. its nothing to do with coding etc.
I want to set a form a default, you know when I press play I want this certain form to come up first.
How can I set this??
Thanks guys! :)
Printable View
Hiya peeps :D
I have this problem and I hope you'll help me. its nothing to do with coding etc.
I want to set a form a default, you know when I press play I want this certain form to come up first.
How can I set this??
Thanks guys! :)
It is a coding question. You can show any form simply by: FormName.Show
In your play button's click event, add the code to show the form.
Edited: typo, in the show command; haven't had my morning coffee yet ;)
what about SomeForm.show
Or goto Project-Properties and set the Startup Object to the form to load
Hope that helps
menu Project > Properties > Startup object
yes i meant the start button .. thanks for the help guys!! :)