No.
Lets say I have 2 forms, Form1 and Form2. The start up form is Form1.
If i do this:
VB Code:
  1. Form2.Label1.Caption = "Something"
It wont load Form2. And I can do it while Form2 is unloaded or disabled