Results 1 to 2 of 2

Thread: Image during app startup

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Image during app startup

    Hi,

    Does anyone know how to have an image displayed while my application is starting up, just the same as programs like Word, Acrobat Reader...

    I thought of using a form or a user control which would be displayed during a fixed time, but don't know how to have either a form or a user control displayed during just some time.

    Thanks for your help.

  2. #2
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Exclamation Re: Image during app startup

    Well, use a module with Sub_Main() event, fire up a form with an image, load everything, remove the form with the image and pop the main form out...

    Or use a splash form as startup form and load the main form from it... bah there are many ways to do it....

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width