Home All Groups Group Topic Archive Search About
Author
3 Feb 2006 6:49 PM
kate2006
I made a program that will create binary file in C language and now I
want to Plot that value ( contained in Binary file ) in VB. NET !! Can
anybody help me how to do that !! I dont have any experience of opening
of binary file and plotting it (TreeChart )..!! thank you

Author
3 Feb 2006 6:57 PM
Herfried K. Wagner [MVP]
"kate2006" <kate.anis***@yahoo.co.uk> schrieb:
>I made a program that will create binary file in C language and now I
> want to Plot that value ( contained in Binary file ) in VB. NET !! Can
> anybody help me how to do that !! I dont have any experience of opening
> of binary file and plotting it (TreeChart )..!! thank you

Some keywords:

'System.IO.FileStream', 'System.IO.BinaryReader', 'FileOpen', 'FileGet', ...
'System.Drawing.Graphics', controls' 'OnPaint' methods and 'Paint' events,
....

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>