Search results for query: *

  1. J

    Combo Box ReadOnly

    Thanks That did it for the drop down (now to just change all of them). Sometimes the simplest things are the most difficult to find. edit: corrected spelling Do you have a simple solution for the track bar? Thanks again.
  2. J

    Combo Box ReadOnly

    Is there a way to set a combo box so that a user cannot change it. There is no ReadOnly attribute that I can find. I am sure that there is and that it is obvious. I tried the FAQ, but it gave no matches for combo. I need the same thing for a track bar. Thanks
  3. J

    Timer

    Does anyone know if a timer can be reset on the fly?
  4. J

    Catch Build Error

    The problem came from a third party driver that had hijacked the "exception" keyword. Updated the driver and everything works.
  5. J

    Catch Build Error

    Thanks for the reply. There is no code throwing the exception because this is a compile time, not a run time error. (Unless I don't understand the question). You are correct in that there is a class called CIOCHannelException. As I said in a prior post, this is code that was given to me and...
  6. J

    Catch Build Error

    Obviously good advice about not catching exceptions. However, the question is not what to do with the exception. The question is "Why can I use the EXACT same RS232 source file in four solutions and it compiles cleanly in three of them and not the fourth?"
  7. J

    Catch Build Error

    Thanks for the thought. I do not have a reference for Crystal Reports and am not using it in the solution. I am also not using it in any other solution where this code works. Unfortunately in this environment I suffer from using other people's code and not knowing exactly what it is doing...
  8. J

    Catch Build Error

    Catch Build Error: SOLVED Greetings. I am brand new to this forum but have been writing software for over 20 years. I started writing Vb.Net apps about one year ago. My apologies if this is not the proper forum for this post. I have an RS232 class with the line Catch Ex As Exception This...
Back
Top