The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
94 views

Double Buffering with vsync (in sync with refresh rate of screen) - C# windows forms

I've been trying to update the BMP of a PictureBox 60 times per second with a line pattern that changes for every update. What's happening is the image is being partially updated in between screen ...
1
vote
2answers
64 views

Copy data from an lParam value to a RECT structure in VB6

I am trying to get the rect from lParam while subclassing WM_MOVING. My code currently is Public Declare Function CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDest As Any, pSource As Any, ...