I've had to do a lot of work with pointers when working with the API. Hopefully some of you might find these items useful when you have to do the same.<BR><BR><BR>Obviously, you will need StrPtr, ...
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 ...
Martin Heller is a contributing writer at InfoWorld. Formerly a web and Windows programming consultant, he developed databases, software, and websites from his office in Andover, Massachusetts, from ...
Whether you're writing the next hit computer game or creating a simple drawing program, you may need to know where a user's mouse cursor lies on the computer screen. Visual Basic developers have a ...