Re: Win32Lib not showing WS_EX_WINDOWEDGE

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

If you're looking for the traditional windows 3D border, use WS_THICKFRAME or
WS_DLGFRAME (not
resizable) otherwise you'll end up with the window you have now.

~Greg

----- Original Message -----
From: Raudaun Long <LilFreak02_ at hotmail.com>
Subject: Win32Lib not showing WS_EX_WINDOWEDGE



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)



TOPICA - Start your own email discussion group. FREE!

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

Search



Quick Links

User menu

Not signed in.

Misc Menu