Form

  • Thread starter Thread starter Markk
  • Start date Start date
M

Markk

Hi.
I have 2 Forms, In Form 2 I have textbox.
And from Form1 I want change text in textbox on Form2.
But I don Want make New Instance of Form2. (Form2 is opened yet.)

Can anybody help me?
Thanks for answers.
 
Markk,

This is bad using OOP.

When you really want it to do this way, than you can set the owner property
of the parent form to me.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top