Results 1 to 3 of 3

Thread: Gif Files

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    118

    Gif Files

    I'd like to run a gif file once on my splash screen and then for my main form to load instead of using the timer contol.
    Is there a way to do this?
    Thanks in advance,

  2. #2
    DerFarm
    Guest
    ummmm....I'm a little confused, the help says:

    To display a splash screen, use a Sub Main procedure as your
    startup object and use the Show method to display the form
    but I'm sure that you have seen this. I don't see why you
    couldn't fill the window with a gif file using the simple expedient
    of putting up a blank form and then using BltBit to transfer the
    GIF to the formforeground.

    Am I missing something here?

  3. #3
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    A Splash screen is a seperate form than your normal form, so you use sub main so that in main you can do:

    Code:
    '...
    frmSplash.Show
    frmMain.Show
    or something like that, but you can use a form to do that task... its just a suggestion!
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

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