public static extern int GdipLoadImageFromFile(string filename, out IntPtr image);
if ( GdipLoadImageFromFile(filename, out loadingImage) != 0 )