> I notice that when I create applications using GTK, etal., the icon > representing my application has a colorful GTK next to the name of the > app. How can I use my own icon? This applies to the minimize icon too. You can use your own icons using standard windows resource tools, e.g windres. But note that this is windows specific (i.e non portable). Arno