How to display logo or picture while loading form?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Salim Zaabi
    New Member
    • Oct 2009
    • 25

    How to display logo or picture while loading form?

    Hi EveryBody,

    Can anyone tell how do I display/show logo or picture when loading a form, NOT ON THE FORM, and it disappears after loading is complete.
  • bentleyw
    New Member
    • Feb 2008
    • 32

    #2
    The easiest way that I can think of off the top of my head would be to create another form that would act as a "splash screen" type of thing. If you set the border style to none and set the back color to the same as the transparency key, then you could throw on a PictureBox with your logo image. You'd have to do a bit of coding for positioning it in a way to appear like it's over your focus form, but that could work for you.

    Comment

    • Salim Zaabi
      New Member
      • Oct 2009
      • 25

      #3
      Thanks Sir for this idea, I did not think of it!

      Comment

      • NitinSawant
        Contributor
        • Oct 2007
        • 271

        #4
        increase opacity of the splash form as it loads and then decrease it,

        And then launch the main form from splash form

        Comment

        Working...