Search results for query: *

  1. TADBABA

    Serial port: DataRecivedHandler issue

    Hi all, I'm new to C#. I'm doing a project that uses Zedgraph to implement FIR LPF. A PIC chip is used to filter the square wave to sing wave and transfer the data to C# GUI by Bluetooth. When GUI receive the data for a while, it shows: System.ArgumentException: 'Offset and length were out of...
  2. TADBABA

    Question Hi, I have a The name 'excelApp' does not exist in the current context. problem

    I am new to C# I met this problem: It says: The name 'excelApp' does not exist in the current context. I am trying not to let the program initial and create a new Excel file while running. Any help? Appreciate it. public void excel_add(int t1, int t2) { row++...
Back
Top Bottom