RE: RE: Windows program error

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

The part of the code that made that error appear was this:

include Win32Lib.ew
constant Window1 = createEx( Window, "Window1", 0, Default, Default, 400, 300,
0, 0 )
constant status_bar=create(StatusBar,"test",Window1,0,0,0,0,{CCS_BOTTOM})
WinMain( Window1,Normal )

Is CCS_BOTTOM supposed to be a statusbar flag?

-----Original Message-----
From: Dan Moyer [mailto:DANIELMOYER at prodigy.net]
Subject: Re: RE: Windows program error



Even worked on an old, creaky, archaic, cobwebed non-modern Win98 1st ed  :)

Dan Moyer

----- Original Message ----- 
From: "Derek Parnell" <ddparnell at bigpond.com>
To: "EUforum" <EUforum at topica.com>
Sent: Monday, December 09, 2002 5:08 PM
Subject: Re: RE: Windows program error


> 
> Philip,
> you were trying to create a StatusBar control. I'm guessing you are 
> using an old version of Windows, maybe earlier than Win98 2nd Edition.
> 
> Does this program work...
> 
> ------------
> include win32lib.ew
> constant w = create(Window, "", 0, 0, 0, 300, 300, 0),
>          s = create(StatusBar, "", w, 0, 0, 0, 0, 0)
> WinMain(w, Normal)
> 
> ------------
> If not, you may need to move to a more modern version of Windows.
> 
> I'm not saying for certain this is the problem; I'm still probing...
> --------
> cheers,
> Derek
> 
> ----- Original Message -----
> From: "Philip D." <philip1987 at hotmail.com>
> Date: Tuesday, December 10, 2002 11:16 am
> Subject: RE: Windows program error
> 
> 





***********************************************************************




***********************************************************************

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

Search



Quick Links

User menu

Not signed in.

Misc Menu