Hi all,
please how to change caption text in code ?
You need to be much more specific than that.
Windows GUI:
SetWindowText(hWnd, "Text");
Windows Console app:
SetConsoleTitle("Text");
Quote from: timovjl on March 15, 2011, 02:59:54 PM
Windows GUI:
SetWindowText(hWnd, "Text");
Windows Console app:
SetConsoleTitle("Text");
Thank you for help it works