On Fri, 2002-12-13 at 19:18, Daniel Morgan wrote:
> Thanks to Rodrigo, Gonzalo, and Miguel's help, I got it to work...
>
> I have attached SplashScreen.cs for peer review...
>
> I also have a screenshot of the SplashScreen in action...
>
> Here is my Main() logic:
>
> public static int Main (string[] args) {
> string imageFilename = "SqlSharpForGtkSharpSplash.png";
> Application.Init ();
> SplashScreen splash = new SplashScreen (
> SqlSharpGtk.ApplicationName,
> imageFilename);
> SqlSharpGtk sqlSharp = new SqlSharpGtk ();
> sqlSharp.Show ();
> splash.Destroy ();
>
isn't that too quick? I think this code will display the splash just a
few milliseconds, won't it?
cheers
--
Rodrigo Moya <[EMAIL PROTECTED]>
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list