list

  1. C

    Question Is it possible to return all items in a List/Queue without Iterating over them?

    Ok, I have a very specific situation that this would be useful for. I have a DataTable with a large number of columns(200+) that I am doing a bulk insert for in SQLite, since it does not support Update Table like SQL Server does. I want to know if there is a way after I iterate over all the...
  2. B

    api.feederAPI.order

    Hello, I try to get order details from web services called feederapi using soap and api. ------------------------------ Dim list As feederAPI.Order() list = feeder.OrderSearch(cred, "#8/10/2013#", "#8/13/2015#", "", "", "", "", "", feederAPI.eOrderFilterShipping.None...
  3. A

    Question Fixtures list

    Hi everyone. Thanks in anticipation for any help. I have ten teams and effectively need to create a fixture list in runtime in vb.net 2012. All the teams would play each other once (9 sets of matches) Each match would involve two teams and there would be 5 fixtures each week. I'm hoping to...
  4. J

    Get a list of dates using start date and end date range

    Hi I am trying to get a list of dates from a provided StartDate and EndDate in my database, and use these dates to link to dates in a database (to display another variable on the y-axis of the chart) and to populate the x-axis of a chart (with the list of dates). Is it possible to get a list of...
  5. A

    Question Checking existence of list item in sql database

    Hi I am trying to check where an item in my array list exists in the database. The list would have already been created at an earlier stage. Now that some items may have been removed from the database, I wish to check the list against that database before removing the items, from the list...
  6. F

    List of all Controls

    Hi all, I don´t know if this is the right area. Please sorry if not. Well, first of all, thanx for your attention. I´ve searched the whole web (at last where google can see) for a solution, but i just can´t find. The problem is the following: I want a list of all controlls in my project, not...
  7. Bryce Gough

    Available Looking for .net Developers for LimeEdit

    Hello, i'm the head coder of LimeEdit - HTML Editor. Now, we would like some help in the developing of LimeEdit 3.0 or 3.1. What we would need: A Quick table adder that adds the html code to a textbox Also me (Bryce Gough) would like some help in how to compile an vb/c#/c++ form into a .exe...
  8. N

    Do I need a sortedList?

    I am a beginner VB programmer--I just finished the intro course! I am writing an auto insurance application. In the application there can be up to five cars and five drivers. Each driver is assigned a driver rate (a decimal factor) and each car is assigned this factor which determines the rate...
  9. 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...
  10. M

    Question How to Add Items to a Checked List Box

    I have a program that so far downloads an XML file, parses it, stores it in an ArrayList and then reads the ArrayList to add items to a Checked List Box, which is on a different form from where the ArrayLists are made and stored as public class variables. After I construct the ArrayLists I used...
  11. M

    Radio button, check box, List box

    I have a question, lets say i 5 options from which the user will choose one and it later prints it out on an another form, for this case i use radio buttons, i will i make the choice display on the other form via label, so how to u do this?
Back
Top