Mike King
2008-06-18 18:06:24 UTC
How can one run code just after painting has completed?
function MyForm::OnPaint ( ... )
base::Paint(...)
// run some custom painting ops
end function
function MyForm::OnPaint ( ... )
base::Paint(...)
// run some custom painting ops
end function