Search results for query: *

  1. 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...
  2. S

    Slowness with Large Images

    Sorted. I wasnt using teh paint event correctly
  3. S

    Slowness with Large Images

    OK, no replies, does that imply that this has people stumped or that its a common/known problem without a good solution. Or perhaps can anyone confirm that drawimage will in fact quite happily draw smoothly at this sort of resolution? If thats the case I'll post some of my code.
  4. S

    Slowness with Large Images

    Well I have tried splitting the large image up into an array of much smaller one and it works fantastically well, its moving very smoothly now. Unfortunately I have also realised I have another graphics routine which has the same problem only I cant apply the same solution to it - there isn't...
  5. 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...
Back
Top