Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 18-07-2006, 02:35 AM   #1
hotty_green
Forum hobbit

 
Join Date: Jun 2006
Location: Wodonga, Australia
Posts: 32
Unhappy

i have to write a project that acts like a simple quizz, 3 topic (shakespeare) and has about 10 questions to each topic. any ideas for the codeing?
hotty_green is offline                         Send a private message to hotty_green
Reply With Quote
Old 18-07-2006, 06:59 AM   #2
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

just start ?
It shouldn't be that hard.
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote
Old 18-07-2006, 10:44 PM   #3
hotty_green
Forum hobbit

 
Join Date: Jun 2006
Location: Wodonga, Australia
Posts: 32
Default

yeah i did start, i did the background work, found the QA's i needed, set up the main form... but it's the codes i need the help with. i just cannot get the lingo. :wallbash:
hotty_green is offline                         Send a private message to hotty_green
Reply With Quote
Old 19-07-2006, 07:16 AM   #4
velik_m
Game Wizzard

 
Join Date: Sep 2005
Location: Agalli, Albania
Posts: 271
Default

Code:
Dim greens_vbasic_knowledge as Integer

if greens_vbasic_knowledge=0 then
************ MsgBox("Read some books about it and come back with more concrete questions! We won't program for you.",64)
else
************ MsgBox("RTFM!",1)
end
i hope i got it right, it's been a while since i programed in VB
__________________
To the east, always to the east...
velik_m is offline                         Send a private message to velik_m
Reply With Quote
Old 19-07-2006, 11:11 AM   #5
Shrek
Abandonia Ogre


 
Join Date: Nov 2004
Location: Lisboa, Portugal
Posts: 506
Default

Hey velik, maybe the guy really deserves that as he probably expected someone to do the work for him, but maybe you could also suggest something more productive, like a book or something. I'm pretty sure there must be some kind of "Visual Basic for beginners" book or magazine somewhere (although I never bought any - but again, I never had the need to know anything about VB ).
Shrek is offline                         Send a private message to Shrek
Reply With Quote
Old 19-07-2006, 02:54 PM   #6
guesst
Abandonia Homie
 
guesst's Avatar

 
Join Date: May 2005
Location: Aurora, United States
Posts: 606
Default

First of all, that guy's a girl. That girl is in programming class. So books and tutorials she probably has.

And secondly I think his coding solution is darn impressive. Made me laugh anyways.
guesst is offline                         Send a private message to guesst
Reply With Quote
Old 19-07-2006, 05:40 PM   #7
Ioncannon
Abandonia Homie

 
Join Date: Mar 2004
Location: Mississauga, Canada
Posts: 558
Send a message via MSN to Ioncannon
Default

what version of visual basic?

vb 6.0 or the newer one thats used I think its VB .net cause I only know the older vb 6.0.

Anyway, for each question, make a radio button. One yes, and one no. Make two interger variables, total_correct and total_wrong. For each question's correct radio button, have it increment the total_correct variable, and for incorrect answers, the total_wrong variable. At the end, dump both variables into a msgbox or a label, ie:

You got 8 Questions right, and 4 questions wrong.

There are other ways doing this too.

BTW velik, in the msgbox, what is RTFM?. I am guessing thats the message since its in quotes? This one:

MsgBox("RTFM!",1)
Ioncannon is offline                         Send a private message to Ioncannon
Reply With Quote
Old 19-07-2006, 06:39 PM   #8
velik_m
Game Wizzard

 
Join Date: Sep 2005
Location: Agalli, Albania
Posts: 271
Default

Read The F***ing Manual
__________________
To the east, always to the east...
velik_m is offline                         Send a private message to velik_m
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual problem in all dos games rkrd Troubleshooting 6 07-12-2007 09:43 PM
AdLib Visual Composer crazedloon Gaming Zone 1 20-09-2007 11:30 AM
Visual Basic tomf Programming 11 05-03-2006 10:35 PM
Vusual Studiio 6.0 Or Visual Studio .NET Nick Programming 19 28-09-2005 01:09 AM
Damn Visual Basic Kon-Tiki Blah, blah, blah... 55 02-12-2004 08:20 PM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 07:29 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.