How to code a form open upon load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • morangriffin
    New Member
    • Sep 2006
    • 1

    How to code a form open upon load

    Hi,

    New at VB6, I would like to know how to have a form open upon running the VB6 and layer to the front of the forms,

    Thanks

    Greg
  • Reena83
    New Member
    • Sep 2006
    • 32

    #2
    Originally posted by morangriffin
    Hi,

    New at VB6, I would like to know how to have a form open upon running the VB6 and layer to the front of the forms,

    Thanks

    Greg
    Can you be a little more specific. Its really vague!

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      Hi there,

      to open/show a form kindly follow the below method, take care my fren.. :)

      Code:
        FormName.Show
      Originally posted by Reena83
      Can you be a little more specific. Its really vague!

      Comment

      Working...