April 19, 2024, 09:19:17 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


_WS_EX_PALETTEWINDOW

Started by TexasPete, December 14, 2009, 05:50:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TexasPete

_WS_EX_PALETTEWINDOW

Is anyone familiar with "_WS_EX_PALETTEWINDOW" , I would like to define it as a constant and useing in styling. I Did a Search with microsoft and on this forum. I found tons of stuff but not the number to set it to.

Thanks
Texas Pete

LarryMc

It's defined in Sapero's windowssdk.inc file

CONST WS_EX_TOOLWINDOW = 0x80
CONST WS_EX_TOPMOST = 0x8
CONST WS_EX_WINDOWEDGE = 0x100

CONST WS_EX_PALETTEWINDOW = (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW | WS_EX_TOPMOST)


Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library