Forum: Visual Basic
Jun 30th, 2007, 10:56 AM
|
|
Replies: 2
Views: 163
not displaying lowest number
I am trying to display the lowest number using the for...each statement.
What is happening is either I get it to display the second number or the last number. Is my if statement in the correct...
|
Forum: Visual Basic
Jun 29th, 2007, 2:30 PM
|
|
Replies: 3
Views: 255
only displays 1 number not 6
the following code is only displaying one number and I am trying to get it display six numbers
Dim number(5) As Integer
Dim subscript As Integer
Dim searchSubscript As...
|
Forum: Visual Basic
Jun 17th, 2007, 5:12 PM
|
|
Replies: 1
Views: 183
exception error
I bolded the area where I am receiving the error
Do
pigLatin = originalWord.Substring(0, 1)
originalWord = originalWord.Remove(0, 1)
length = originalWord.Length
Loop Until...
|
Forum: Visual Basic
Jun 17th, 2007, 4:43 PM
|
|
Replies: 6
Views: 207
|
Forum: Visual Basic .NET
Jun 17th, 2007, 4:41 PM
|
|
Replies: 1
Views: 129
change vowels to the letter x
I am trying to change vowel letters to the letter x and numbers to the letter z and revese the word and i am ready to throw the notebook across the room, please help......
if...
|
Forum: Visual Basic
Jun 17th, 2007, 4:25 PM
|
|
Replies: 6
Views: 207
change vowels to X
I am stuck trying to change a vowel letter to "x"
if vowellabel.substring(indexnum,1) = vowel then
mid(me.vowel.text) = vowel
replaceX = true
end if
|
Forum: Visual Basic
Jun 17th, 2007, 3:35 PM
|
|
Replies: 4
Views: 234
|
Forum: Visual Basic
Jun 17th, 2007, 1:48 PM
|
|
Replies: 4
Views: 234
pig latin exercise - I'm stuck
half way down i am getting an exception error and can't figure out, mind and eyes are numb....
Public Class MainForm
Private Sub xExitButton_Click(ByVal sender As Object, ByVal e As...
|
Forum: Visual Basic .NET
Jan 25th, 2007, 12:47 PM
|
|
Replies: 1
Views: 187
VB Idiot
I'm not asking for you to complete this help me out a bit...simple problem. I am trying to calculate sales x commission and show the commission rate with explicit on and well here it is and i am...
|
Forum: Java
May 15th, 2005, 9:55 PM
|
|
Replies: 7
Views: 288
|
Forum: Java
May 14th, 2005, 7:45 PM
|
|
Replies: 7
Views: 288
commission rate
I need to modify this to show one commission rate if under a certain $ ammount and a higher commission for over that number...I can't seem to figure out where to look it up. I am very new to this...
|