|
-
May 14th, 2013, 02:16 AM
#1
Thread Starter
Fanatic Member
problem getting a value back from 3 project chain
Hi
i have a project which is creating an instance of a form thats on another project (dim newForm as New Prj2.Form1, something like that)
on that form ill hope to get some information from the user then it will call another class(same project prj2)
which will then call another class on another project through an interface (dim ext as new ....)
its all just for testing right now, no real functionality
whati want to achieve is when the project runs
press button on prj1.form1
it open the window contained in prj2
user enters a string and presses a button
code then instantiates a class still on prj2
this class is an MEF container class, which calls an imported extension through an interface that on prj3
the ext will just return the string + "Ext Executed" so i know the string was processed back to container class
the MEF container class will return the value back to prj2.form (here is the problem, this form doesnt really need this information, its the form on prj1 that needs it)
how do i achieve this?
Yes!!!
Working from home is so much better than working in an office...
Nothing can beat the combined stress of getting your work done on time whilst
1. one toddler keeps pressing your AVR's power button
2. one baby keeps crying for milk
3. one child keeps running in and out of the house screaming and shouting
4. one wife keeps nagging you to stop playing on the pc and do some real work.. house chores
5. working at 1 O'clock in the morning because nobody is awake at that time
6. being grossly underpaid for all your hard work

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|