-
How to paint faster??
Hello every1
Well, Now i have a borderless form. In the paint event i'm calling a function which simply uses the paintpicture method to draw something on the topleft,top middle & top right side of the form. Now, as it is a borderless form, i have used a logic implemented in the mousemove event to resize the event. When i resize the form the paint event is trigered and the function is also called. The only problem is that, I gotta move or resize the form real slow, if i do it a bit fast, the paintpicture method paints the image to slow and they r overlapped on one aonther. Is there a way to get thru this. Thanx...
-
the only thing i can think of is.... use bitblt
it is faster than paintpicture, but it still may not fulfil ur purpose
Try it.
:rolleyes:
-
DirectGraphics does it faster.