Search results for query: *

  • Users: jkur
  • Order by date
  1. J

    Array Math [RESOLVED]

    Thanks again for the help! I've had a chance to look the code over and try some things on my own ( I changed the "*" operator to "+" to do addition instead of multiplication to see if I understood where the mathematical operation was located and also added another column to the array). I will...
  2. J

    Array Math [RESOLVED]

    Thanks kulrom and jmcilhinney. I will give these examples a try today as soon as my job allows. I will inform you if the problem has been solved asap. Regards, jkur
  3. J

    Array Math [RESOLVED]

    Sorry about the confusion. I'd like to multiply each element in a column by a constant, and then multiply each element in the second column by a different constant. For example, column 0 multiply by 2 and column 1 multiply by 10.
  4. J

    Array Math [RESOLVED]

    I have been searching the VB help files, etc. for info on performing math functions on multidimensional arrays. I have an electronic component (A/D convertor ) that is outputing a two dimensional array of voltage values from a couple of pressure tranducers, one column for each channel (input) to...
  5. J

    How do I print form component properties.

    Thanks everyone for the help! I printed out the "Windows Form Designer Code" as Paszt suggests and this is the listing I was looking for. I thought there had to be a way. I'll try also to look as what jmcilhinney suggests. Problem solved and thanks again!
  6. J

    How do I print form component properties.

    Thanks for the reply! I'll use the screen capture method. I wasn't sure if I was missing some other method. jkur
  7. J

    How do I print form component properties.

    I'm very new to vb.net (about 4 months). I've completed my first application and would like to print out some documentation of the code and property settings. I printed the code from the File menu but when I go to the Properties window, the Print option in the File menu is not available. I've...
Back
Top