Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21999

"My.Application.Startup Event" in VB6 (run specified script on startup)

$
0
0
Pretty simple really, I want a greyed out label and to do this I can use "Label1.Enabled = False" except when double clicking the label it brings up "Private Sub Label1_Click()" so, simply put, my question is, "how do I create a section of code that runs on the startup of the application?".

Thanks

"Private Sub Form_Load()

End Sub"

I apologise again for my lack of knowledge.

Viewing all articles
Browse latest Browse all 21999

Trending Articles