Help need hex chart

Blitz3D Forums/Blitz3D Programming/Help need hex chart

Guy Fawkes(Posted 2008) [#1]
Can someone please tell me where i can find a list of hex values for Wb3d_createwindow or createwindow styles, so i can disable maximize window, minimize window, disable close window button, etc... ? Any help is GREATLY appreciated! =)

WINDOW_TITLEBAR
Window_Minimize
Window_Maximize
WindowResizable


above are a few of what im talkin about.

~DarkShadowWing~


Knight #51(Posted 2008) [#2]
I'll get on it tomarow ;)


Guy Fawkes(Posted 2008) [#3]
thanks! =)

~DarkShadowWing~


Gabriel(Posted 2008) [#4]
http://msdn.microsoft.com/en-gb/default.aspx


Guy Fawkes(Posted 2008) [#5]
thanks gabriel. but it doesnt really help. i need the actual chart. i looked all day for one on msdn.

~DarkShadowWing~


Knight #51(Posted 2008) [#6]
Can you give me an exact list of what you want to know??


Guy Fawkes(Posted 2008) [#7]
i need a list of all of the createwindow style hex commands like wm_minimizewindow. :)

~DarkShadowWing~


Knight #51(Posted 2008) [#8]
Ohhhhhhhhhh...okydokey :)


Guy Fawkes(Posted 2008) [#9]
so did u get the hex chart yet mate? =)

~DarkShadowWing~


Floyd(Posted 2008) [#10]
Many of the common Windows API constants are collected here.


Guy Fawkes(Posted 2008) [#11]
Thanks mate. But I also need constants that arent included, such as:

Window_TITLEBAR
Window_Maximize


~DarkShadowWing~