c# gui

  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. Budhikakgsl

    TCP Client Data Plot in Winform

    I need to plot the data from the server in a GUI in client. I am getting the data from the server to the client on PC. What I am currently doing is getting the data to a text box and each text is put into a array and data is taken from the array and plot the graph. Is there any other easy...
  3. 1

    Question GUI Framework Question

    Is there any free GUI Framework with a slider similar to the one shown below?
  4. laves

    Tip Adding an offline voice interface to a cross-platform .NET GUI

    For those who want to dive deeper, here's a tutorial I wrote and the source code! Here's a little tutorial about how I added a voice interface to a cross-platform desktop app: For those who want to dive deeper, here's a tutorial I wrote and the source code! In a world where developers are...
  5. F

    Gui stopped responding after two updates

    Good day to all, Please i need your help and support on how to resolve this problem.My UI thread stopped responding after two updates.In an attempt to solve this problem,i had tried to use Backgroundorker and Asynchronouse programming.With the backgroundwork,my GUI did not respond.Values sent...
Back
Top Bottom