Results 1 to 2 of 2

Thread: VB.Net

  1. #1
    Senior Member
    Join Date
    Feb 2005
    Posts
    188

    VB.Net

    Hi

    I'm a complete begineer and want to know how can i convert a bmp image to a stream of binary digits stored in array or otherwise in VB.Net.

    Please help
    \"The Smilie Wars\" ... just arrived after the great crusades

    .... computers come to the rescue .... ah technology at last has some use.

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    A bmp file is just like any other file. Read it byte for byte and stuff it in the array.
    Oliver's Law:
    Experience is something you don't get until just after you need it.

Posting Permissions

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