When writing events for classes should i use the OnEvent method to do my coding and leave the actual event for the user?
For instance OnPaint and Paint... when i paint my control.. which is the correct method to use? my guess would be onpaint... but i'm not sure why.
Also.. Is Me.Refresh the best way to repaint my form? or is there a faster way to accomplish the refresh of my form?
i think i may have asked that second question before...but something makes me feel that me.refresh isn't exactly the fastest way to do it.
For instance OnPaint and Paint... when i paint my control.. which is the correct method to use? my guess would be onpaint... but i'm not sure why.
Also.. Is Me.Refresh the best way to repaint my form? or is there a faster way to accomplish the refresh of my form?
i think i may have asked that second question before...but something makes me feel that me.refresh isn't exactly the fastest way to do it.