User Profile

Collapse

Profile Sidebar

Collapse
jlgeris
jlgeris
Last Activity: Mar 27 '08, 01:28 PM
Joined: Feb 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jlgeris
    replied to Drow chart in C#
    in .NET
    Look into GDI+ or WPF. You will have to convert your data into screen coordinates and draw the lines yourself on the screen. You can use Polylines on a Canvas in WPF to visually represent some data.
    See more | Go to post

    Leave a comment:


  • jlgeris
    replied to Efficient Real-Time X-Y Plotting/Graphing
    Thanks for the tip Stang
    See more | Go to post

    Leave a comment:


  • jlgeris
    started a topic Efficient Real-Time X-Y Plotting/Graphing
    in .NET

    Efficient Real-Time X-Y Plotting/Graphing

    I'm working on an application that graphs data for given time intervals. For example, I could be collecting data in real time, and i'm graphing the last 5 minutes of the data up to the current point. When I have multiple axes, the number of points for each axis can become large fast. I have to go though and process all of these points every time I update the graph. When I have points that are in a pattern, or straight line, it doesn't make since...
    See more | Go to post

  • jlgeris
    started a topic Efficient Real-Time X-Y Plotting/Graphing

    Efficient Real-Time X-Y Plotting/Graphing

    I'm working on an application that graphs data for given time intervals. For example, I could be collecting data in real time, and i'm graphing the last 5 minutes of the data up to the current point. When I have multiple axes, the number of points for each axis can become large fast. I have to go though and process all of these points every time I update the graph. When I have points that are in a pattern, or straight line, it doesn't make since...
    See more | Go to post

  • jlgeris
    replied to C# Client/Server Disconnection
    in .NET
    interesting...n ow are you using that on the client side? i could use that on both sides, i suppose, but i'm less concerned w/ the client and what happens to it when it's disconnected. thanks for the tip.
    See more | Go to post

    Leave a comment:


  • jlgeris
    started a topic C# Client/Server Disconnection
    in .NET

    C# Client/Server Disconnection

    I have a fairly simple client/server structure using System.Net.Sock ets, where the server only sends data to a collection of clients, and the clients only receive data, so, the data flow is unidirectional. My server sends the same data to each of the connected clients, at the same time through a for loop. The loop sends the data, or removes the client if it has disconnected. My problem is when the client disconnects, it can cause the server program...
    See more | Go to post

  • jlgeris
    started a topic C++ Class Library DLL Help
    in C

    C++ Class Library DLL Help

    Hello there. I'm new at DLLs in .net, and am just looking for some simple guidance. I want to make a DLL, that basically has a few member functions that take in a value then return it. Essentially what i want to do is below. I'm also planning on using this DLL in another VC++ MFC client application. I'm using VS2005 also. I can build the DLL and add it as a reference in my client app, but I cannot access the methods of the class (i can recognize...
    See more | Go to post
No activity results to display
Show More
Working...