RE: Alt+Tab icon in windows

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

I don't know if you are using Win32Lib or not but I just sent Derek a 
fix that would handle bound icons automatically in the library (and also 
a 'setIcon()' bugfix).  Maybe the code will make it into the next 
release...

-- Brian


Brian Broker wrote:
> Jasper,
> 
> Using Win32Lib and my own icon when binding, I put the following in my 
> 'onOpen' routine.
> 
> atom hicon, exw
>   exw = allocate_string("exw")
>   hicon = w32Func( xLoadIcon, {instance(), exw} )
>   free(exw)
>   if sendMessage( CardWin, WM_SETICON, 1, hicon ) then end if
> 
> This puts my bound icon in my window, and shows it when I ALT-TAB.  
> 
> -- Brian
> 
> jaspers_post at hotmail.com wrote:
> > Hi everyone,
> > 
> > I've got an exe-file (made with bindw) with my own icon. This works 
> > fine. The installer I use recognises this icon for example. However when 
> > 
> > 
> > I use Alt+Tab in windows to switch between programs Euphoria's standard 
> > icon is shown instead of my own. Has anayone else encountered this 
> > problem and does anyone has a solution?
> > 
> > Bye,
> > 
> > Jasper. 
> > 
> >

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

Search



Quick Links

User menu

Not signed in.

Misc Menu