Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~11.6K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for ddanbe

That is a piece of this code, just look about it,may be it will be better for you. [CODE]private void load_courbes() 424. { 425. bool dateLu = false; 426. XDate axeX; 427. // ouvre la boite de choix de fichier 428. OpenFileDialog open_csv = new OpenFileDialog(); 429. open_csv.Filter = "Fichiers …

Member Avatar for skatamatic
0
4K
Member Avatar for rminator

hey people, i still have a problem about how to moove from a DataTable full with csv Value to a multi-line chart. The fact is,in my DataTable,i have many value of censor(in °C,KWh,Mwh..)and i want to represent for each censor value a multi-line chart,with Date and time in X Axis,and …

Member Avatar for ddanbe
0
616
Member Avatar for rminator

How can I convert a DataTable to a multi-line graph in c#? i have a DataTable with values,and i want to convert it in a multi line Graph, first Row will be my X axis(Date) and the other one values of sensor(in °c). Thx in Advance.

Member Avatar for ddanbe
0
53
Member Avatar for rminator

I have a Binary logfile,and i have to read it and convert it to a normal file,and use the obtain values and represent it in a Datagrid. I joint a example of my Logfile and the convert form, and hope that somebody can help me thx in advance

Member Avatar for rminator
0
142
Member Avatar for rminator

string valeur = ligne.Split(ChrW(59))(0); what is the equivalent of that in C# please???

Member Avatar for samueal
0
275
Member Avatar for rminator

Hey, i have in my last Thread resolve the Problem of the read of logfile(Csv,ASCII),and represent it in Datagrid.([url]http://www.daniweb.com/software-development/csharp/threads/367737/1582018#post1582018),now[/url] i want to take those value from my Datagrid,and make a Graphic with help of Zedgraph .Did somebody already work with Datagrid and Zedgraph ???? Thx in advance

Member Avatar for rminator
0
386
Member Avatar for rminator

Hallo, i have a Csv file,i would like to read ,convert it and than represent it with Datagrid the fonction who read my csv [CODE]public List<String[]> Parse_CSV(String File_Path) { List<string[]> Parse_Data = new List<string[]>(); try { using (StreamReader Read_File = new StreamReader(File_Path)) { string Line; string[] Row; while ((Line = …

Member Avatar for rminator
0
805
Member Avatar for rminator

Hallo i am Working with Stringbuilder Array,i want to convert byte in from a Byte array and save it in a Stringbuilder Array,that is my code,but is not runing like i want,i have that failure :object reference was not specified on an object instance. [CODE]private string Byte_To_Hex_Ar(Byte[] Buff) { StringBuilder[] …

Member Avatar for oredigger
0
4K
Member Avatar for rminator

In fact I had a logfile, that I decoded, by reading his contents byte after byte and save it in a Byte Array. And there after I converted my array of byte in hexadecimal value, and Save it in a stringbuilder. But now my problem is the following, how to …

Member Avatar for oredigger
0
739
Member Avatar for rminator

Hello, I have a problem not far from the one quoted above, namely retrieving data from a text file containing the log file, and then convert each value and come out the graphic representation. And so far my code is not working as it should, and I just can not …

Member Avatar for abelLazm
0
459
Member Avatar for rminator

Hello, I have a problem not far from the one quoted above, namely retrieving data from a text file containing the log file, and then come out the graphic representation. And so far my code is not working as it should, and I just can not seem to get them …

Member Avatar for peter_budo
0
106

The End.