Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Some questions


mattt183
 Share

Recommended Posts

First, how do you program it to go from one form to another one? Also wondering how to start an animation with a button, and stop with a timer.
By the way, this is for another thing I'm making with VB6, not for eclipse game, so don't say that it's already in there.
Link to comment
Share on other sites

Your going to have to link them with values and variables, go to project properties and have the start up object set to "Sub Main" in the drop down list. Then onto a module you set up the starting point for the program and create a line of code that links to variables that would link to any other forms. >.>

Try doing some more research on linking "Forms","Modules" and "Sub Main". I think that would be the best way for you learn.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...