Win32Lib not showing WS_EX_WINDOWEDGE

new topic     » topic index » view thread      » older message » newer message

any idea why the following code would produce the window shown on 
http://loth.hypermart.net/window_ss.jpg? The WS_EX_WINDOWEDGE syle is 
not added to the window.

-----------------------------------------------------------------------------------------

include Win32Lib.ew

global constant TheForm = createEx(Window,"This is TheForm", 0,
	Default,Default,
	318,238,
{WS_OVERLAPPED,WS_CLIPSIBLINGS,WS_CLIPCHILDREN,WS_CAPTION,WS_SYSMENU,WS_VISIBLE},

{WS_EX_LEFT,WS_EX_LTRREADING,WS_EX_RIGHTSCROLLBAR,WS_EX_WINDOWEDGE,WS_EX_APPWINDOW})


WinMain(TheForm,Normal)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu