> Hi is there a member function to do this? i mean so instead of the > little default exe icons in windows you can have a custom icon there? > equally the icon for the minimized version of the window.
[Assuming you are still referring to WinXX platforms...] No, you need to do some platform specific code to get that to work, as we don't (yet, possibly never) have a decent cross-platform way of doing this. The main platforms we target have rather too many different ways of getting this result to pick a one-size-fits-all solution... However, to see how it is done, just copy the icon resource hooks stuff from the sudoku example and do the same, that works fine. There are other ways to set the app icon in WinXX, but the icon-resource method is possibly the simplest, especially if you are not bothered about updating the icon dynamically as your program runs... SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

