Link to home
Start Free TrialLog in
Avatar of fattumsdad
fattumsdad

asked on

Console Application Title Bar

Hello all,

How do I set the text of a title bar in a C++  Console Application?  As usual, any and all help is greatly appreciated!

Regards,
Tony
Avatar of jkr
jkr
Flag of Germany image

You just call 'SetConsoleTitle()', e.g.

SetConsoleTitle ( "Hey, I am your console app");
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial