Binary file

  • Thread starter Thread starter kate2006
  • Start date Start date
K

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
 
kate2006 said:
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,
....
 
Back
Top