Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Jetski5822

  1. Jetski5822

    Array

    does NameValueCollection not give unlimited rows?
  2. Jetski5822

    Array

    hi all i ended up using using System.Collections.Specialized; it provided exactly what i needed.. NameValueCollection nvcLineDetailsSP = new NameValueCollection(); NameValueCollection nvcLineDetailsEP = new NameValueCollection()...
  3. Jetski5822

    Array

    Hi all, sorry this may sound like a silly questions but do you lot know how to create a array of 2 columns but of as many rows as possible....??? or is there an easier way of performing this action?.. Thanks Nick
  4. Jetski5822

    Populating a TreeView control

    Sorry i was ment to say 'like netbean but in C#'
  5. Jetski5822

    Populating a TreeView control

    Hi i was wondering if anyone knew how to Populating a TreeView control with the contents of a class and varibles etc, like netbean does but in JAVA. Thanks Nick
  6. Jetski5822

    multicolumn checklistbox

    thanks alot, given u thanks :) Nick
  7. Jetski5822

    multicolumn checklistbox

    Okay, this is proberly a silly question but here goes, I would like to be able to input data in to a check list box, where for example int LineNo; would go in to one column and string strLine; would go in to the other and i can then call each column as i see fit, any ideas? thanks Nick
  8. Jetski5822

    Refreshing querystatus (addin)

    okay, It would appear that now it just doesnt refresh properly, it doesnt move down 4 lines , it jsut doesnt refresh properly, hope some one can help me!!! Thansk Nick
  9. Jetski5822

    Refreshing querystatus (addin)

    Hey all okay heres the problem, i right click in the code window and get the context menu up with 2 of my added function. Now im trying to refresh there status's and it does not appear to be doing it. Im refreshing them based on rules defined in my clsStatus Class. Hope you guys can help Code...
  10. Jetski5822

    Timing Code

    Hi all, i was wondering if its possible to 'time' every single line of code then output the the results as in a profiler i.e. Time Line of code 22ms If... etc; 32ms i++; .... .... i know you can time a loop or whatever through the Start -> do loop -> stop proceedure i.e Start...

Part and Inventory Search

Back
Top