Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a new dialog.

I want to make like this dialog in image but I can not.

Please help me!

Thanks so much

NEW DIALOG

Mirror
Posted
Updated 27-Apr-11 7:51am
v2

Hello!

Your problem can be solved easily.
You can use SetWindowRgn() function to customize your window as you please.

Please see here.
A picture based skin system and MPEG decoder[^]

then you will be clear for that problem.
Regards
 
Share this answer
 
v2
Chris has already given you the API to do it. Here's a very good article on the topic by Joe Newcomer:

http://www.flounder.com/setwindowrgn.htm[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 27-Apr-11 23:23pm    
Can be useful, a 5.
--SA
Nish Nishant 28-Apr-11 8:04am    
Thanks SA!
look into GDI regions and the Win API SetWindowRgn, search examples using this function.
 
Share this answer
 
Comments
Nish Nishant 27-Apr-11 15:33pm    
Voted 5.
Sergey Alexandrovich Kryukov 27-Apr-11 23:22pm    
Correct, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900