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 Mike Lewis 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: *

  • Users: hnrg
  • Order by date
  1. hnrg

    Declare list variable and set type later?

    Thanks, I have a question, What would be the best way to do the following validation with items in a list perhaps against an array? List ("A") List ("B") List ("C") The list must contain the 3 items "A" "B" "C" (there cannot be any duplicate names) I add filenames to a list from a file...
  2. hnrg

    Declare list variable and set type later?

    Ah, I would, if companies would allow me. Most companies use .net or java and I am currently stuck with a .net language. so C# it is.
  3. hnrg

    Declare list variable and set type later?

    Thanks, Maybe I should write my own compiler :)
  4. hnrg

    generating correct 3D Chart in

    What format is the chart in? Did you try playing with the .ChartType parameter?
  5. hnrg

    Declare list variable and set type later?

    I am trying to create a list variable and set its type later. So, Is something like this possible? List<IList> lst; switch (file.FileName.ToLower()) { case "datsal.xls": lst = new List<MyType1>()...

Part and Inventory Search

Back
Top