Re: RE: Windows program error

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

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