User Profile
Collapse
Profile Sidebar
Collapse
IsaiahMatz
Last Activity: Mar 30 '14, 06:10 PM
Joined: Mar 19 '14
Location:
-
Yes i had to use the drop down and select it twice. I fixed it! KeyDown did the same thing. But SelectedIndexCh anged works perfectly! Im guessing because its really just an index value. Anywho, thanks a bunch! -
i want to assign multiple textbox values to variables(in the same text box) and to store each one after i press the enter key. for example "13.4 [ENTER] 99 [ENTER] 13.333 [ENTER] 70 [ENTER] 13243 [ENTER]"Leave a comment:
-
combo box click event problem
Hey guys! I'm having trouble with my code. I want it to calculate the weight of the user on other planets. I want it to calculate as soon as they click the planet from the drop-down-list. The kicker is i have to go through and select it from the list twice to get the correct calculation. Ive been looking around to no avail. Please help. thanks!
...Code:Public Class frmMain Private Sub CalcMerc(PLANET_GRAV) -
entering multiple values in text box?
How do I enter one or more amounts in a text box, each followed by the enter key? I want to assign each one a variable and then calculate the total and average. Thanks! -
-
Function Return Statement Always Returns 0?
Ok so here is my code(i apologize if some of the code wrapped around)
...Code:Public Class Form1 Dim currentValue As String Dim dblCurrentValue As Double Dim newValue As Double Dim dblOldValue As Double Private Function GetBonus(ByRef dblOldValue) As Double Dim dblNewValue As Double dblNewValue = dblOldValue * 1.1 Return dblNewValueLast edited by Rabbit; Mar 20 '14, 03:18 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: