Search results for query: *

  1. L

    Closing Active Serial Port

    I am using the same setup to read a digital compass. I simply use 'removehandler' to disable capturing of the data-received event and then use the close method of the serial port instance to close the port. If I am not using t again I set the instance of the serial port equl to 'nothing'
  2. L

    Difference between List and iList

    What is the difference between list and ilist and when would you use one over the other. To put my question in context, I am using a collection to store location names and GPS co-ordinates and am trying to understand the roles of iList, List ,Innerlist and Arraylist in relation to collections...
  3. L

    Threads and Timers

    I am guessing (because you are posting in a windows froms forum) that there is a windows form being used and that this is the class with the standard drag&drop forms timer control. It is undesirable to use a thread that you launch to handle user-interface elements. See if you can use a form to...
Back
Top