[Gtk-sharp-list] Problem loading icons: is this a bug?

Fredrik Nilsson jymdman@home.se
Sat, 17 Jul 2004 02:39:20 +0200


On lör, 2004-07-17 at 02:21 +0200, Raúl Moratalla wrote:

> Gdk.Pixbuf test = new Gdk.Pixbuf ("App.ico");

Hi Raúl,

If you use the above function like you have tried, App.ico is loaded
from a file.
But if use the function that I told you ( new Gdk.Pixbuf (null,
"App.ico"); ), the icon is loaded from a resource (embeded in the exe).

> Thanks again for all your useful information, you're helping me a lot
> to learn and improve my (little) knowledge of C#/MONO/GTK.

Can't say that i am a expericened programmer, but it's good to hear that
I can share some of my knowledge...
It's fun to be a part of the open source community :)

Happy hacking!

/Fredrik