Catherine15 Posted December 22, 2003 Posted December 22, 2003 Hi, I've seen your articles on the dotnetextreme site and I'm really desperate. I'm developing a SmartDevice Application using C#.NET and I need to know how I can open in "Project A" a Form located in "Project B". Or if it is possible at all. Both my projects are located in the same Solution but I just don't know how to get it to work. Thanks alot in advance! Regards Roopali Quote
mocella Posted December 22, 2003 Posted December 22, 2003 Did you make a project reference to "project b" in the "project a" references? I took your question to say you were trying to open the form in B from A. Quote
AlexCode Posted December 22, 2003 Posted December 22, 2003 Basicly I think it's quite the same as it is in Windows Forms... Justa make the project reference (reference B on A) and just work as normal... Just to keep things organized take some time structuring your namespaces... Alex :D Quote Software bugs are impossible to detect by anybody except the end user.
*Experts* mutant Posted December 22, 2003 *Experts* Posted December 22, 2003 You can't reference forms from another project unless that other project is a DLL. Quote
AlexCode Posted December 22, 2003 Posted December 22, 2003 Isn't this the case? Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.