|
||||||
| Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi Every one ,
on monday i have to submit my assignment i need ur help in this regard make a label box in vb one label box and only one and one text button okay so, when the user clicks on the next button a question should display in that label box he/she click again, the second question displays so on.. 15 questions should display my teacher she showed some thing like this but that doesnt work . Quote:
waiting |
| Sponsored Links |
|
|
|
|||
|
well i tried this my self but didnt worked
![]() Quote:
i will be thank full to u |
|
|||||
|
Well.... As I told you use an array
as I told you, you need to use an array. To make an array you should use something like this: Code:
Dim QuestionArray(1 To 5) As String Then declare ever 'slot' of the array with the question, like this: Code:
QuestionArray(1) = "Question One" QuestionArray(2) = "Question Two" Then with every click increase that integer, for example I used a variable i like this: Code:
i = i + 1 Code:
Label1.Caption = (QuestionArray(i)) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB 6.0: Tutorial, How to Make Glass2K!! | TcM | VB Tutorials | 12 | 09-28-2008 12:53 PM |
| VB 6.0: Tutorial, How to make a GIF in your application | TcM | VB Tutorials | 17 | 07-01-2008 04:26 PM |
| How Do I Make A Notepad In VB 2008? | Cetol | Visual Basic Programming | 5 | 01-26-2008 03:26 AM |
| What Sort Of Things Did You Make When You Started VB? | Skel | Visual Basic Programming | 1 | 11-06-2007 02:47 PM |
| How to make Dumplings | ahsan16 | The Lounge | 2 | 01-11-2007 11:55 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%