|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-06-27 20:17:53
|
Hi! The function hwg_processmessage() lets very slow process. Which we should use hwg_processmessage() or hwg_doevents() ? For example: Do While ... Hwg_ProcessMessage() //It is impracticable!! skip ... With hwg_DoEvents() // best results! What's the difference? When using either? Best regards, Itamar M. Lins Jr. |