• Want to take part in this year's BoS Trials event for Maths and/or Business Studies?
    Click here for details and register now!
  • YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page

Viusal Basic 6 expert?? (1 Viewer)

Trent566

New Member
Joined
Mar 12, 2004
Messages
15
Gender
Undisclosed
HSC
N/A
Hi all, Im stuck with my Visual Basic assignment at the moment, i just have no idea how to do part of my code and it is just too complicate to explain it overhere. If any of you can help me, please pm me, thanks in advance :)
 

Kulazzi

Active Member
Joined
Aug 10, 2003
Messages
1,736
Location
Condell Park
Gender
Female
HSC
2005
Hi,
sorry for invading your thread Trent, i just need to ask a question related to VB 6:

How do you link up the forms???? :confused:

Thanx, any help will be appreciated :)

.Kulazzi.
 

Winston

Active Member
Joined
Aug 30, 2002
Messages
6,128
Gender
Undisclosed
HSC
2003
Kulazzi said:
Hi,
sorry for invading your thread Trent, i just need to ask a question related to VB 6:

How do you link up the forms???? :confused:

Thanx, any help will be appreciated :)

.Kulazzi.

What do you mean link up forms, can you be a bit more descriptive?
 

Kulazzi

Active Member
Joined
Aug 10, 2003
Messages
1,736
Location
Condell Park
Gender
Female
HSC
2005
say you had 2 forms in a project,

I have to design a program quiz for yrs 7 and 8 kids

across the bottom of the formI have four command buttons:

Main Menu, Back, Next, Exit

How can you link form 1 to form 2, when the kids press the next button?
 

Winston

Active Member
Joined
Aug 30, 2002
Messages
6,128
Gender
Undisclosed
HSC
2003
Kulazzi said:
say you had 2 forms in a project,

I have to design a program quiz for yrs 7 and 8 kids

across the bottom of the formI have four command buttons:

Main Menu, Back, Next, Exit

How can you link form 1 to form 2, when the kids press the next button?

Oh right.... sort of like a Wizard... well there's numerous ways of doing it... if you have a program quiz thing... ur gonna have quite a bit of questions, and its not feasible to make a form for each one... ur program will be fat and slow and inefficient, you can probably make use of just one form.... actually... i think you should go search for an Address Book sample project, which is quite prevalent around the net, and see how they use Databases to traverse through records and fields in a DB file, then you can probably act from there from generating your questions....
 

nick1048

Mè çHöP ŸèW
Joined
Apr 29, 2004
Messages
1,614
Location
The Mat®ix Ordinates: Sector 1-337- Statu
Gender
Male
HSC
2005
VB6... I have a bit of difficulty with splash screens atm... I noe it's pathetic, but I'm prelim. Help us out? I want to get the splash screen to load before the main form (which is a poker machine game) but I forget how to do it :\... :confused:
 

sunny

meh.
Joined
Jul 7, 2002
Messages
5,350
Gender
Male
HSC
2002
nick1048 said:
VB6... I have a bit of difficulty with splash screens atm... I noe it's pathetic, but I'm prelim. Help us out? I want to get the splash screen to load before the main form (which is a poker machine game) but I forget how to do it :\... :confused:

Open up your VB6 project:

Project -> ProjectName Properties, change the Startup Object to your splash screen.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top