[Migrated content. Thread originally posted on 04 August 2011]
Question asked in SI 2530581.Scenario:
I have a Visual Cobol Solution, this contains 2 projects each with a Windows form. One Win form has a button and the other a textbox.
How can a value (string) be sent across projects, e.g. if I click on Button on Form1 I want it to populate the textbox1 on form2 with some text.
Would the line of code look something like for the btnSend_Click method:
set form2::textbox1::text to "this is a test".
How can I reference components on other forms that are in other projects but in the sane solution?
Thanks,
Kim



