Knight Chat X Posted April 1, 2004 Posted April 1, 2004 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. -ThanksSetDIBits.zip Quote
*Experts* DiverDan Posted April 1, 2004 *Experts* Posted April 1, 2004 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. Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.