Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wtlebo13

    VB Memory and Pictureboxes - Error 480

    Alright, Someone handed me some code that allows me to save my array of RGB values directly to a binary file. this was perfect for my applicaztion since i don't need to actually see the graphic when running it. I only have 128 meg RAM on my PC and the final size of the binary file was 80 meg...
  2. wtlebo13

    VB Memory and Pictureboxes - Error 480

    Also, i don't need to be able to display this large image in a picturebox, i just want to save the bitmap to disk.
  3. wtlebo13

    Picture, each pixels color

    this worked for me, not as fast as using api funtions though: you should do something with the TempRed, TempBlue, and TempGreen during the second loop. But they will be 0 - 255 RGB values. I think InputPixels() should be as Long For X = 1 To Picture1.Width For Y = 1 To Picture1.Height...
  4. wtlebo13

    VB Memory and Pictureboxes - Error 480

    yeah, tried that, nothing useful.
  5. wtlebo13

    VB Memory and Pictureboxes - Error 480

    I am writting an application that creates large images in a picture box. At a certain picture box size I get the error "Can't create AutoRedraw image" for the ".Image" property of a PictureBox. When I push the program to its limits and save the resulting bitmap, the file...

Part and Inventory Search

Back
Top