Has this option been considered for an upcoming release yet? Thanks, Tim Thomas Stephan Klimek wrote: > Hello GUI perls, > > is it possible to create an inline resource with something like > > perl -MWin32::GUI::BitmapInline -e inline('Mail.ico') > > and use it like this > > $IC_Mail = new Win32::GUI::BitmapInline( q( ... > $Window->SetIcon($IC_Mail); > > I can use inline resources in places where BITMAPs are used > successfully, but not where ICONs are expected (i. e. SetIcon). > > Is this possible? It would be helpful. > > Tx > Stephan