teubenragee
Programmer
here is a bloc:
if (checkbox->checked)
{
trt...
Sleep(xxx);
trt...
}
why does it begin with the sleep command???
How can I prevnet from that?
if (checkbox->checked)
{
trt...
Sleep(xxx);
trt...
}
why does it begin with the sleep command???
How can I prevnet from that?