PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WX17] - How to impelement something like DoEvents and Application.ProcessMessages
[WX17] - How to impelement something like DoEvents and Application.ProcessMessages
Iniciado por guest, 24,oct. 2015 09:54 - 1 respuesta
Publicado el 24,octubre 2015 - 09:54
I am trying to make my app wait for some before executing the next instruction.

But I am not able to do that.

For example in case of VB6 there is a function called DoEvents and in Delhi there is Application.ProcessMessages to make your software release the CPU so that other programs can use the CPU.

How can we achieve this in WX17>

TIA

Yogi Yang
Publicado el 24,octubre 2015 - 16:12
Yogi

try MultiTask()