Re: Win32 status bar curiosity

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

----- Original Message ----- 
From: "Rangi" <totorangi at hotmail.com>
To: "EUforum" <EUforum at topica.com>
Subject: Win32 status bar curiosity


> 
> Normally a euphoria program is shown in the status bar with an icon 
> (either the eu icon or something else if seticon is used). But I have a 
> case where no icon is shown - just the program name.  This particular 
> program has the following window which fills maximum screen estate;
> 
> constant WinMax = 
> create(Window,"Tothemax",0,0,0,CXFULL,CYFULL,{WS_POPUP,WS_DLGFRAME})
> 
> The only other statement which seems to be relevant is;
> WinMain( WinMax,Maximize )
> 
> The program runs perfectly but no amount of fiddling will make the icon 
> appear in the status bar.
> 
> Any clues ?

Try adding WS_SYSMENU flag in the create() WinMax.

--------
Derek

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

Search



Quick Links

User menu

Not signed in.

Misc Menu