How to chang caption text in code?

Started by kahtan, March 15, 2011, 01:00:01 AM

Previous topic - Next topic

kahtan

Hi all,
please how to change caption text in code ?

MichaelT

You need to be much more specific than that.

TimoVJL


Windows GUI:
   SetWindowText(hWnd, "Text");

Windows Console app:
   SetConsoleTitle("Text");
May the source be with you

kahtan

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