ID:162195
 
I just cant get this proc...

Im trying to use it to make it so all the "selection menus" (or whatever they are called, all games have them), instead of being default windows colors, are instead black. All menus in the game.

But I cant figure out how to do it. Can anyone tell me?
The color of these windows is defined in the skin for the game, not the code.
You can't do that. winset() controls game interface stuff, not your Windows (operating system) display settings.
In response to Jholder84
Ah, ok see I was confused.

Which part of the skin exactly allows me the option to change the alert box appearances or whatever theyre called?
In response to Dragonn
You can't modify the alert/input boxes, but you can make similar interface elements that have their own look. Solar Conquest, for example, uses alternatives to input/alert buttons for its interface elements.

There are still some flaws with this method, however.
In response to Foomer
If you log in to Naruto GOA they seem to have been able to do it somehow. But I guess I have to ask Masterdan.
In response to Dragonn
It's rather simple, here' http://www.byond.com/developer/Curzon/SkinTemplateWindow

Just add this into your game and have a great day tweakin it up how you want.
In response to Curzon
Just thought I'd inform you. All you other libs work though, but not that one...