I am using Visual Basic Express 2008.
I'm really new to this, so this one could sound really kind of a joke to you, but the thing I want to do is:
Have a text box (Textbox1) and I'd like by clicking a button to display the next array item starting from the first one, but actually it does only show the last one (comments(2)) everytime I click on the button. This is the code I added to my button:
Private Sub Button6_Click(B yVal...
Search Result
Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
-
Loop problem with array
-
Multiplay text box entry with predifined number
Hello :)
I have started using Visual Basic Express 2008 today, but I kind of feel I am not getting even the basics running..
I'd like to do the following:
I have a textbox and a button which I would like to use as the submit button. I'd just like to be able to add a value in the text box and by clicking on the calculate button it should show me the result of a multiplication by 0,5
If someone could help me with this and...