Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for moose333

Hello I'm having a few problems with trying to draw and then remove a line from a line graph. I currently have been able to get the graph drawing using Zedgraph and plot the desired results. The probelm I'm having is I now want to turn the plotted line on …

0
79
Member Avatar for moose333

Hello I'm trying to draw a line graph on a form but I'm now very much stuck. I'm trying to read in the data from a txt file into an array and then plot the graph using the points collected from the file. This is the contents of the file …

Member Avatar for ddanbe
0
693
Member Avatar for moose333

Hello I have a txt file with multiple values in six different columns. What I need to do is get each column of data and place them into individual arrays for later use. Also once I have the data I need to convert the arrays into integers. This is the …

Member Avatar for moose333
0
315
Member Avatar for moose333

Hello I currently have a program that collects data from a txt file and then works out the averages of each column. What I am now trying to do is use this data to draw a line Graph for each individual column contained within the txt file. This is the …

Member Avatar for moose333
0
856
Member Avatar for moose333

Hello I'm currently having a few problems with trying to read some data into an array and then workout the averages of all the data. I can read in all the data into an array line by line, the problem is I need to work out the averages of the …

Member Avatar for Mitja Bonca
0
295
Member Avatar for moose333

Hello I am currently stuck on trying to collect some string items from a richtextbox and then count how many items there are. I then want to relocate one of the string items if there are more than three into another richtextbox. I currently have been attempting to capture the …

Member Avatar for moose333
0
242
Member Avatar for moose333

Hi Need help reading data from a file after a specific point. I need to read the data from this file into a richtextbox after the [HRData] header. This is the contents of the file I'm reading from. [CODE][Params] Version=106 Monitor=34 SMode=111111100 Date=20100926 StartTime=08:45:59.0 Length=00:33:36.6 Interval=1 Upper1=0 Lower1=0 Upper2=0 Lower2=0 …

Member Avatar for Mitja Bonca
0
165
Member Avatar for moose333

Hello I am currently attempting to write the contents of a .hrm file into a datagridview and place each piece of data into its required column. This is the code I have at the moment which is currently just extracting some data from the .hrm file and placing it in …

0
103
Member Avatar for moose333

Hello I am currently trying to read specific data from a .hrm file and then display it within a form in c#. For example I want to read the date data from this file and then display it on the form. All I have managed to do is read in …

Member Avatar for moose333
0
383
Member Avatar for moose333

Hello I need to stretch a bitmap image, i currently have a BMP file displaying in the form but it is only a few pixels big, i need to stretch the image to fit the form. this is my current code [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using …

Member Avatar for Mitja Bonca
0
154
Member Avatar for moose333

hi I have been trying to draw a grid to a picture box. I have the grid drawn on the windows form itself but when I try to draw to the picture box it doesn`t work. instead the grid draws around the area of the picturebox rather than within the …

Member Avatar for Mitja Bonca
0
2K
Member Avatar for moose333

Hi, having a small problem whilst trying to draw a fractal to a bitmap. this is the code ive got it all seems fine but i get an error message every time I try to compile it. The error being. ArgumentNullException was unhandled Value cannot be null parameter name: image …

Member Avatar for moose333
0
396