Originally posted by Mike Hildner
[B]
VB Code:
  1. form1.lblcaption.caption = App.Major & "." & App.Minor & "." & App.Revision
Would be something like
VB Code:
  1. Label1.Text = Application.ProductVersion
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...