Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've provided a complete yet simple project developed in VB6 in this message which does this, however, I need to be able to do the same in VB. NET, and so far haven't found anything about putting the image into an array, then using the array to display image again, or anything about converting array to string, then string to array and displaying image in VB .NET.

 

-Thanks

SetDIBits.zip

  • *Experts*
Posted
Try Dim _images() As Image. This will set your array to hold and display bitmap images. I think you can also declare the array as bitmap.

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...