PDA

Click to See Complete Forum and Search --> : paint method


wandoprog
Jan 4th, 2001, 01:56 PM
Ok I am pretty new to the vbworld. Can someone eloborate and tell me what the paint method does and what the syntax is for it. Thanks for your help

Arcom
Jan 4th, 2001, 07:56 PM
You mean Paint method, as in PaintPicture, or Paint event?
You can find all this in VB Help... better than letting me explain it :)

Jan 5th, 2001, 10:10 AM
The Paint method occurs when then WM_PAINT message is sent to your window, hence, when it redraws.