|
-
Apr 23rd, 2010, 07:45 AM
#1
Thread Starter
New Member
-
Apr 23rd, 2010, 07:47 AM
#2
Re: Setting a form as default.
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
-
Apr 23rd, 2010, 07:48 AM
#3
Re: Setting a form as default.
what about SomeForm.show
Or goto Project-Properties and set the Startup Object to the form to load
Hope that helps
-
Apr 23rd, 2010, 07:50 AM
#4
Re: Setting a form as default.
menu Project > Properties > Startup object
Last edited by baja_yu; Apr 23rd, 2010 at 07:51 AM.
Reason: Beat me to it.
-
Apr 23rd, 2010, 07:51 AM
#5
Re: Setting a form as default.
 Originally Posted by baja_yu
menu Project > Properties > Startup object
Ah good point. When I saw "press play" I was assuming a button on the form. OP very well may mean VB's Start/Run button instead.
Last edited by LaVolpe; Apr 23rd, 2010 at 08:02 AM.
-
Apr 23rd, 2010, 08:04 AM
#6
Thread Starter
New Member
Re: Setting a form as default.
yes i meant the start button .. thanks for the help guys!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|