Forum: Windows NT / 2000 / XP Apr 10th, 2009 |
| Replies: 2 Views: 368 I shut down my pc yesterday and turned it back on today, I presssed the power button on the tower and the pc makes the hard drive sound and starts whirring but i see a black screen and it just keeps... |
Forum: VB.NET Feb 19th, 2009 |
| Replies: 2 Views: 706 I have a listbox in my program and a command button. When the user selects an item form the listbox and clicks the command button, a message box is shown which asks the user to confirm selection and... |
Forum: VB.NET Feb 18th, 2009 |
| Replies: 1 Views: 296 i want to users to be able to vote for their favourite soft drink. They will input the names of the soft drinks through the use of an inputbox, the names input are stored in an array.
what i would... |
Forum: VB.NET Feb 15th, 2009 |
| Replies: 0 Views: 234 i want to users to be able to vote for their favourite soft drink. They will input the names of the soft drinks through the use of an inputbox, the names input are stored in an array.
what i would... |
Forum: VB.NET Feb 13th, 2009 |
| Replies: 2 Views: 646 i am coding a program in vb.NET, it will be used for people to vot for their favourite food. I have let the users input the name of favoutie foods into an inputbox and tehn store the name of each... |
Forum: VB.NET Feb 5th, 2009 |
| Replies: 3 Views: 746 i have declared an array which i want to populate with names, as they are entered into an input box.It does not seem to work i have tried many other methods with the array but to no success.
Dim... |
Forum: VB.NET Feb 2nd, 2009 |
| Replies: 1 Views: 969 I am constructing an array in Vb .NET for a voting simulation program, i want it to store numbers which are being generated these will be unique numbers to each voter and then perform a check to see... |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 1 Views: 350 i am using a program where candidates will be given votes. I know want to compare the votes each candidates has been given, and then find the one wth the highest number. how would i do this. please... |
Forum: VB.NET Jan 22nd, 2009 |
| Replies: 3 Views: 359 but how would i store the generated numbers in an array. lets say number is stored in variable called numbers and is declared as an integer. how would i get it to store randomly generated numbers... |
Forum: VB.NET Jan 22nd, 2009 |
| Replies: 3 Views: 359 i am using vb dot net 2003.
I want to store randomly generated numbers in an array. The Numbers are declared as integers. The amount of numbers generated will not be constants so i can not... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 1 Views: 383 i want to loop this could because i do not have a fixed number of values:
Private VoteArray() As Integer ' Array for items (integers in this case)
Private Const VOTE_ARRY_SIZE As... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 2 Views: 456 i want to store multiple values in an array. lets say the variable name is voternumber which is a unique number that is generated which is between 1 and 5000. i will output the voternumber to a voter... |
Forum: VB.NET Jan 1st, 2009 |
| Replies: 2 Views: 2,932 I am coding a program which will simulate a ballot box, where voting wil take place. The code generates a random number which is the voter number which is unique to each voter. This is output to the... |
Forum: VB.NET Dec 28th, 2008 |
| Replies: 2 Views: 635 i am using vb dot net. i want to store multiple values in a variable and then check whether any of the values held in the variable match what the user inputs. Please help i can not code it , i tried... |