mdiform childform and other form

A

andreas

I have a program with a mdiform and same childforms (with a textbox) that i
open.
All works fine.
In the childform i open another form (for finding and replacing).
In a sub in that form i try to write there
mdiform.activechildform.textbox.text but that fails because activechildform
should not be a member of mdiform.
I don't see why.
The goal is to reach the textbox of the active childform.
For those who has the book form Evangelos Petroutsos : Mastering Visual
Basic.net, look for the project MDIPad (H19).
 
A

andreas

Sorry for this message.
I found the solution of my problem
I forgot to take a public shared varaible in the mdi form for the child
 

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

Top