How can add custom title bar in win32 application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can add custom title bar in win32 application?

I'm new in Visual Studio 15, i want to add close minimize maximise and restore. So far I've managed to add that via js but i couldn't be able to add functionality to it.

24th Dec 2016, 1:45 PM
Vipul Walia
Vipul Walia - avatar
2 Answers
+ 2
Read through the CreateWindowEx API.. you should be able to see it .
24th Dec 2016, 4:54 PM
Franky BrainBox
Franky BrainBox - avatar
0
Thank you
24th Dec 2016, 4:56 PM
Vipul Walia
Vipul Walia - avatar