I have something that looks like this:
And, it changes the variable every second, but it wont update the edit box until time is 0, does anyone know why or how i can fix this?Code:while(time >= 0) { time -= 1; SetDlgItemInt(hwnd, IDC_TIME, time, false); Sleep(1000); }



LinkBack URL
About LinkBacks



