Results 1 to 3 of 3

Thread: loading windows

  1. #1

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412

    loading windows

    hello,

    you know those windows that show up while you are loading a program like IE or Netscape? they usually have a company logo and some copy rights and stuff, and then disappaer after a few seconds before the main program loads. is it possible to make these with vb6? if so how?

    Visual Basic 6, HTML, JavaScript, learning C++

  2. #2
    New Member
    Join Date
    Apr 2001
    Posts
    3
    you mean splash screens. Just make a form, set it's border property of none and show it first. Put some loading code in to be executed and when it's finished, display the app's main form.

  3. #3

    Thread Starter
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412

    ohhhhh

    so thats what splash screens are...
    Visual Basic 6, HTML, JavaScript, learning C++

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