How to view the Caption Value of Form1 in Form2

Recommended Answers

All 3 Replies

Not sure how you want to show it I.E in textbox or label but form1.caption is the property you need.
example: label added to form2

Label1.Caption = Form1.Caption

form2.caption = form1.caption

@BhuviRajen, please mark this thread as solved if you have managed to get a solution, found at the bottom of this page, thanks.:)

It has been open for some time now.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.