How can I create buttons which are oddly shaped and not
squered?
Printable View
How can I create buttons which are oddly shaped and not
squered?
Mainly you create a region and use SetWindowRgn to apply it on a control, to create regions you need to use createrectrgn, createpolygonrgn, createelipticrgn and theres probably others too, and to combine them you can use combinergn.
Now also, if i remeber correct, there's a odd button shape control on my homepage ;)