> Just put me up as a general contributor or something. A per method > attribution seems ridiculous :)
I've added your name to the actual code. Apologies again. > I would be happy if as much as possible went into the core, so long as it's > functional and useful. I've also just added The DrawIcon method to DC.xs. Usage: my $DC = $win->GetDC; my $icon = new Win32::GUI::Icon('someicon.ico'); $DC->DrawIcon($icon,20,20); Cheers, jez.