CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thewelshmike

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,748

    WPF chart and DataGrid

    Hi All,
    Does anyone know how to get the data from a dataGrid into a WPF line series chart (Or other, from the WPF toolkit).

    I have my data grid showing data form a dataset in a webservice. I've...
  2. Design pattern for sensor display system

    Hi,
    I'm starting work on a system that takes various sensor data from a CAN bus in car, displays the info visually on a screen (dials and gauges) stores the data and sends it to other computers in a...
  3. Re: Accessing file being used by another process

    Thanks for the replies.
    I've got around it for now by having my program copy the file and then read that when it needs to.
    Not ideal, but works for now.

    cheers,
    m
  4. Accessing file being used by another process

    Hi there,
    I have a CSV file that is being written to by a sensor monitoring program.

    I have my own program, which i want to read the data from the CSV file.

    This all works, but only when the...
  5. Replies
    1
    Views
    707

    c# Sockets

    Hi,
    I am going to be having data from external sensors being displayed graphically as dials and guages in a WPF application. This data needs to be streamed to, and displayed on, 2 other applications...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured