Tuesday, March 11, 2008

DoEvents in VC++

DoEvents just like on VB, sometime is a need for our code. You know, we use DoEvents in VB to let other control/process to do their update when we are in a loop code.


Read More……