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!

Search results for query: *

  1. rctaubert

    VB.net Control Arrays

    To John Yingling and RiverGuy John first: I need to use For...Next loops to go through the array. I don't think you method will work for me. Thanks for your time and trying to help me. Aside from the index issue do you know how I can add custom properties to my LabelArray? RiverGuy: I...
  2. rctaubert

    VB.net Control Arrays

    John, I believe we are talking about the same thing. In VB6 they were created by VB simply by placing multiple controls on your form with the same name. In VB.net they are no longer available. However, a MS whitepaper described how to create a class that will 'Duplicate' control arrays...
  3. rctaubert

    VB.net Control Arrays

    I want to thank John YingLing and RiverGuy for answering my questions. Unfortunately, neither answer seems to solve my problem. There are three items below! 1) Can I add custom property to a class based on the Label Control? How?? I already have a class based on Labels that works. I have...
  4. rctaubert

    VB.net Control Arrays

    I have move an application from VB6 to VB.net. In VB6 I used Control Arrays (an array of Labels). Through articles I have found on various Forums I have been able to re-create control arrays in VB.net. I have successfully recoded everything in VB.net but have two questions: 1) Can I add custom...

Part and Inventory Search

Back
Top