Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 31 of 31

Thread: Solved: Make Splash Screen enabled longer?

  1. #21
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    Boy, you guys have a way of hashing things out, don't you!

    (I'm very grateful to have my splash screen bright and functional! Thanks!)

  2. #22
    VBAX Tutor GaryB's Avatar
    Joined
    Jun 2004
    Location
    Stockton, California
    Posts
    270
    Location
    Great,

    It might be helpful if you posted what you eventually did.

    Thanks

    Gary

  3. #23
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    Quote Originally Posted by xCav8r
    Sorry, my fault for not having been clearer. I should have said use the timer event with a timer interval. Example:

    [VBA]
    Private Sub Form_Timer()
    DoCmd.Close
    DoCmd.OpenForm "frmSwitchboard"
    End Sub
    [/VBA]

    The interval is set up on the event tab of the form properties dialog box.
    That's what I did and it worked great! Thanks, xCav8r!

  4. #24
    VBAX Expert xCav8r's Avatar
    Joined
    May 2005
    Location
    Minneapolis, MN, USA
    Posts
    912
    Location
    Quote Originally Posted by skaseman
    Boy, you guys have a way of hashing things out, don't you!

    (I'm very grateful to have my splash screen bright and functional! Thanks!)
    Sometimes communication takes a little extra effort.

    So, how about showing us a snapshot of your nifty splash?

  5. #25
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    Ok. I made the screen a jpg. How do I get images to "appear"? It's not part of a web, so how do I show something from my hard drive?

    (I could submit an attachment, but I suspect there's another way to show an image.)

  6. #26
    VBAX Expert xCav8r's Avatar
    Joined
    May 2005
    Location
    Minneapolis, MN, USA
    Posts
    912
    Location
    Save it to a web server and post a link to the URL.

  7. #27
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    I can just "borrow" someone's web server name?

    Sorry for this uneducated (i.e. dumb) question, but I've never done this before...

  8. #28
    VBAX Expert xCav8r's Avatar
    Joined
    May 2005
    Location
    Minneapolis, MN, USA
    Posts
    912
    Location
    No, you need to have access to a web server on which you can save you image (like you would on your own hard drive). http://www.freewebspace.net/

  9. #29
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    Let's try this:

    My first splash screen


  10. #30
    VBAX Expert xCav8r's Avatar
    Joined
    May 2005
    Location
    Minneapolis, MN, USA
    Posts
    912
    Location
    I'd recommend setting the border style to none.

  11. #31
    VBAX Regular
    Joined
    May 2005
    Posts
    19
    Location
    Great idea! Thanks!

Posting Permissions

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