From: Steve L. <ste...@sc...> - 2006-11-29 09:26:41
|
This was on my "to-find-out" list :) Can you use DIBitmap for inline icons? Steve Glenn Linderman wrote: > On approximately 11/28/2006 9:08 PM, came the following characters from > the keyboard of Apu islam: >> anyone knows how I can replace the camel logo on the >> Main window with my smily face ? >> >> >> -Apu >> > Assuming $mw points to the main window, use > > $my_smily_face_icon = new Win32::GUI::Icon( $iconfile ); > $mw->SetIcon ( $my_smily_face_icon ); > |