Issues with StretchBlt() under Windows2000 Pro ?
Howdy.
I've developed an app, as a college project, that performs a traceroute to a number of different hosts, and then displays the routes graphically.
I got some nice pics off Sastraxi (which I think he probably "borrowed" from Windows), and was originally BitBlt'ing them onto a picturebox. But it was getting a bit cluttered.
So I decided I would StretchBlt into the picturebox and reduce the pictures by 1.5
So thats what I did. It works absolutely perfectly on my WinME laptop, but when I went into college to test it yesterday, StretchBlt didn't seem to be doing its thang.
The images werent being displayed, but, after I loaded the app for about the 3rd or 4th time, the images were being displayed.
I'm also setting the StretchBlt mode to HalfTone if thats of any consequence...