Re: mintty window handle

2012-02-21 Thread Andrey Repin
Greetings, Kevin Schnitzius! >>I would like to be able change the icon dynamically on my mintty >>windows.  However, old trick (google KB125103) for finding console >>window handles won't work anymore as it relies on the windows console >>window.  I have verified that WM_SETICON works with the c

Re: mintty window handle

2012-02-21 Thread Kevin Schnitzius
>From: Kevin Schnitzius > >I would like to be able change the icon dynamically on my mintty >windows.  However, old trick (google KB125103) for finding console >window handles won't work anymore as it relies on the windows console >window.  I have verified that WM_SETICON works with the correc

mintty window handle

2012-02-18 Thread Kevin Schnitzius
I would like to be able change the icon dynamically on my mintty windows.  However, old trick (google KB125103) for finding console window handles won't work anymore as it relies on the windows console window.  I have verified that WM_SETICON works with the correct window handle.  I have played