Search results for query: *

  • Users: Gerald
  • Content: Threads
  • Order by date
  1. G

    Adding Values to Text Feilds through incrmental moves

    The best way I can describe my issue is this: 1) I am trying to add values into text boxes. a. Names are value1, value2?.value24. 2) I trying to usefor(nextBox=24;nextBox<25;nextBox++) 3) I am trying to take a derived value located inderivedArray[nextBox] from another location...
  2. G

    Question Controlling the tabs withing a tab group

    I know this will seem like a silly question but if I want to control the tabs within a tab control group say by selecting a radial button in tab1 to open tab2 what would be the best way to do that through a click event? Thanks ahead of time.
  3. G

    Question Returning multiple values from called methods

    Hello I am trying to figure out how to return multiple vaules form a single called method. Anyone help would be greatly appreciated.
  4. G

    Question Format the variable to Currency?

    I am trying to add a double variable into a Console.WriteLine and am not sure to: Add into the Console.WriteLine command and Format the variable to Currency. Any Help is greatly appreciated.
Back
Top Bottom