Re: re Please ... How do I place an icon on Title Bar in Program below ?

new topic     » goto parent     » topic index » view thread      » older message » newer message
Selgor said...

Thanks CChris,

But I have no idea what you mean

Sorry.

Selgor.

Hello Selgor,

 
 
include win32lib.ew  
  
integer Win  
  
Win = createEx( Window, " Hello",  0, 20, 40, 300, 60, 
            {WS_BORDER, WS_SYSMENU, WS_DLGFRAME},0)  
        --  {WS_EX_TOOLWINDOW} ) it dosen't work with this I dont know why. 
         
            setIcon(Win,    "E:\\euphoria\\icons\\base.ico")--this is the path to your icon 
 
 
WinMain( Win, Normal )  
 

Hope this helps. Don Cole

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

Search



Quick Links

User menu

Not signed in.

Misc Menu