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
š¹š“‡š’¶š“ƒš“€š“Ž šµš“‡š’¶š’¾š“ƒšµš‘œš“
š¹š“‡š’¶š“ƒš“€š“Ž šµš“‡š’¶š’¾š“ƒšµš‘œš“ - avatar
0
Thank you
24th Dec 2016, 4:56 PM
Vipul Walia
Vipul Walia - avatar