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 IamaSherpa 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. danabnormal

    Odd behaviour when dynamically placing controls

    And there I was thinking I covered every option. DOH! myPart is simply a user control that is instantiated earlier on using other options provided by that user. Essentially a new instance is created, a configuration is fed to it depending on the user selections, and the resulting control is...
  2. danabnormal

    Odd behaviour when dynamically placing controls

    So, thanks to your help I managed to find my dynamically created controls for placing even more gumpf inside them. My app presents various options within a listbox, and the user chooses which options they would like to view. The idea is then that a suitable table is generated, and these options...
  3. danabnormal

    Struggling to locate programatically added control

    Cheers for your responses guys, managed to fix it with the code below... Dim tbl As Table = drawTable(2) dashTable.Controls.Add(tbl) Dim myCtl As Control Dim tblRow As TableRow Dim tblCell As TableCell For Each...
  4. danabnormal

    Struggling to locate programatically added control

    Think I'm about to put a fist thru my screen... Save my laptop! I think this is stupidly simple. I have a form where the user selects a list of reports that they want to show. When the form is submitted, I am counting the number of selected reports in order to then generate a table that...

Part and Inventory Search

Back
Top