Connecting Tech Pros Worldwide Help | Site Map

How to code a form open upon load

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 19 '06
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
Member
 
Join Date: Sep 2006
Location: Melb, Australia
Posts: 32
#2: Sep 21 '06

re: How to code a form open upon load


Quote:

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!
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#3: Sep 22 '06

re: How to code a form open upon load


Hi there,

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

Expand|Select|Wrap|Line Numbers
  1.   FormName.Show
  2.  
Quote:

Originally Posted by Reena83

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

Reply