News

I wrote a program that generates fractals in visual basic. The way it currently works is that I pass the function a handle to a device context and it uses SetPixel to draw to that hDC. I'd like to be ...
I'm getting no love from Stackoverflow, so I'm re-posting here. Hopefully someone can tell me if what I'm expecting / trying to accomplish is realistic or how to better approach it: Right now, I'm ...