Search results for query: *

  1. C

    Question Adding ListBox to a new TabPage during run-time, control does not appear?

    I have a tabgroup with 2 tabs. During runtime, I wish to add new ones. Though I can get the tabs added, I cannot seem to add the ListBox that is supposed to go with it. In the code below, I added '*' to indicate a line I added to try and fix the problem, but (obviously) don't work. Dim newTab...
  2. C

    Question List to IList Polymorphism Attempt results in InvalidCastException?

    In a program I am writing (in VB.NET, 2008), I have 2 classes, "Receipt" and "Group", each with similar properties, both implementing a custom interface entitled "IIDUser". In my program, I have a number of lists of "Receipt" and "Group", declared like: Friend receipts as List(Of Receipt) I...
Back
Top