Originally Posted by WizBang
Similarly, if I had copied the image one pixel at a time, that's what I'd want to see done in .net. Using BitBlt is fine when you're writing for money, but it would hardly make for a good comparison in this case. What I (and others) really want to know is how VB6 and .net compare for speed, doing the same work. I'm all for using built-in stuff when appropriate, and IF all I wanted was to tile an image on the form in .net, I'd very likely do as Hannes did. But again, that's not the point.