Microsoft announced in early 2012 that it would extend support for aging Visual Basic 6 runtimes and code syntax for the entire life cycle of Windows Vista, Windows Server 2008, Windows 7 and the ...
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 ...