could you please show how you did it. I am trying really hard to put an icon
to my application, so far no result. I am having the same code as you..
App.SetIcon (32,32,icon);
latter I changed it to App.SetIcon (32,32,icon.GetPixelsPtr());
still not working. what might I have done?