RE: Win32Lib not showing WS_EX_WINDOWEDGE

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

ok it was most definately the version in exw. I changed it and 
everything works fine now.


Derek Parnell wrote:
> On Mon, 24 Mar 2003 06:22:36 +0000, Raudaun Long 
> <LilFreak02_ at hotmail.com> 
> wrote:
> 
> [snip]
> >
> > Yes, it shows the flag shows in the original program but not the 
> > Euphoria 
> > program but the flag is set in the source code.
> > -------------------------------------------------------------------------- 
> > 
> >
> > -----------------------------
> >
> > 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,DS_MODALFRAME,WS_VISIBLE},
> > 
> >
> >
> > 	{WS_EX_LEFT,WS_EX_LTRREADING,WS_EX_RIGHTSCROLLBAR,WS_EX_WINDOWEDGE,WS_EX_DLGMODALFRAME})
> > 
> >
> > WinMain(TheForm,Normal)
> 
> Okay, I just did this and used Spy++ to see the styles and 
> WS_EX_WINDOWEDGE 
> is definitely there. So I don't know for certain what you are seeing, 
> however I strongly suspect that the Window App Type in your EXW.EXE 
> needs 
> updating.
> 
> -- 
> 
> cheers,
> Derek Parnell
> 
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu