I have a loop that changes the text using
SetWindowText(a);
UpdateWindow();
But the window is not being updated to the text. I know this because when I'm in debugging mode, updatewindow does not change the text after the debug step. I'm I using UpdateWindow() wrong?
Last edited by printz0r; June 19th, 2012 at 04:57 PM.
Bookmarks