About this... You didn't list out the form.. How would I set the label property from another form or module? I need to do something like (vb6) for1.label.caption. However, I can't figure out how to call the [form].what ever...Originally posted by Mike Hildner
[B]Would be something likeVB Code:
form1.lblcaption.caption = App.Major & "." & App.Minor & "." & App.Revision
VB Code:
Label1.Text = Application.ProductVersion




Reply With Quote