News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Why are my buttons not looking properly?

Started by Carousel, June 10, 2008, 03:36:06 PM

Previous topic - Next topic

Carousel

In my resource editor it says the buttons will look round, like the ones on the CB startup tips:



but when i make the file it shows up square:



i know that it's not my windows settings, many other apps have rounded buttons like that and display fine (codeblocks startup for example) but the apps i make with CB give me the square ones :S

help pls

JGM

use the xp look and feel plugin, it generates a file that is needed to add xp style to applications also you can embed that file to your exe by using a resource file and adding this line:

1 24 "your_manifest_file.manifest"

If my memory is not bad that's the code. The 24 is the resource type and the 1 the identifier

Good Luck!  :wink: