Hi,
At run-time:
Form1.Caption = "Hello this is the form caption!"
or
Me.Caption = "Hello this is the form caption!"
* * *
At Design Time:
Change the property "Caption" of the form.
* * *
Best regards,
Luciano
Hi,
At run-time:
Form1.Caption = "Hello this is the form caption!"
or
Me.Caption = "Hello this is the form caption!"
* * *
At Design Time:
Change the property "Caption" of the form.
* * *
Best regards,
Luciano
Bookmarks