picturebox

  1. T

    Picturebox Arrays?

    Hi All I have a quick question regarding multiple picture boxes. I am trying to design a basic version of spaceinvaders. I have 6 pictureboxes on my form and the idea is to add a value to the picbox.top property that moves the boxes down at a certain time and speed that i have set in my timer...
  2. S

    Copying an image of a picturebox

    Hi this one should be (I hope) easy to solve. I'm trying to take a copy of a picture on another picturebox using drawimage, where am I going wrong? (I'm almost certainly doing something silly here. Private Sub PictureBox1_Paint(ByVal sender As Object, ByVal e As...
  3. S

    Slowness with Large Images

    Hi guys and gals. I'm a new member and also a bit of a newbie at VB.NET. I'm working in Visual Basic 2008 Express and I'm having some graphic problems. I won't post any code just yet in case it's a known issue with a known solution (which I suspect it is)... But I'm writing a scrolling list...
  4. C

    Question undo in graphics

    hi please help me my project is in vb.net i am having a picture box in which i have displayed an image and apllying points and curves on it. now i want to undo that. please reply. thank you.:)
  5. W

    PictureBox control and Windows themes

    I have a form with a PictureBox control. The image displays correctly under the Windows Classic theme. The image displays incorrectly under the Windows XP theme. The Windows XP theme appears to change white pixels to the "Control" color. This behavior happens whether the image is gif, jpg, or...
  6. E

    Question picturebox array

    I want to add pictureboxes to a form as an array, how do I go about this? Additionally, how do I change the pictures every time my form is loaded?
Back
Top