CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    3

    help on drawing .dat files

    To make my previous message more clearly, how do you draw a .dat file?
    The .dat file has no header info and is a binary picture.
    Thanks a lot!


  2. #2
    Join Date
    May 1999
    Posts
    667

    Re: help on drawing .dat files

    You need to know the exact file format & have the information on how to interpret the format for display. There is not much more to say without more info.


    Chris


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured