+ Reply to Thread
Results 1 to 2 of 2

Relocating Splash Screen

  1. #1
    Registered User
    Join Date
    06-29-2005
    Posts
    77

    Relocating Splash Screen

    Hi

    I have a nice splash screen for my prog, but it seems to display a little to the left of center.

    Any way to 'place' the splash screen in a specific part of the screen?

    tx

  2. #2
    Registered User
    Join Date
    06-29-2005
    Posts
    77
    for the sake of somebody else with a similar question:

    There were two methods

    In the code part of the userfor (ie splash screen in this case)

    Private Sub UserForm_Activate()
    Me.Top = 100
    Me.Left = 100
    End Sub

    Another was to enter the left/top coordinates in the object properties section

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1