----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Clouds Message 5 in Discussion I guess its a client server application.. Since you wanted to develop each module by a specific person / team u seperated them into application... but if all the modules which u developed are starting from a single point (say menu in the MDI form) you can just keep the mdi window in an executable which u need to create seperately and add the references to the dlls (for the modules which you already developed..) I guess converting an exe to a dll is hardly any effort... (I worked on the same kind of project and we followed the same way of integration) and also removing your sub main is also a matter of 2 mins from each application. Finally you only need to rewrite the code which is calling all those forms in your application e.g. say menu click.. I hope you are getting my points... Let me know if u need further clarifications.. Thx and Regards Badal -----Original Message----- From: Pooran-Prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:38 PM To: BDOTNET Subject: Re: Integrating Windows Application New Message on BDOTNET Integrating Windows Application Reply Reply to Sender Recommend Message 4 in Discussion From: Pooran-Prasad Hi Arshad, I see a potential problem there.. If that was to avoid sharing the solution, I say move to some good source control system (VSS/CVS). Ideally, all reusable code should be separated out and should be added in class modules. Analyse which modules need to be compiled as a component (.dlls) and executables(.exe) Categorize them and created individual applications for them.. not per developer. Temporary fix is as below 1. Create one new solution say FinalApp. 2. Go to the solution, say one developed by you.. 3. Go to code view of forms 4. Copy the code 5. Go to FinalApp, create a new form with same name as the copied one 6. Go to code view of the form and paste the copied code. 7. Do this for all the forms and solutions that you ppl have developed 8. Repeat the process for Components Now, for avoiding this mess to happen again.. 9. Create new VSS project in VSS and add the code. Check MSDN for more details 10. For further modifications, checkout and checkin the code. Hope that helps Have a great day :) R Pooran Prasad R. Pooran Prasad Itreya Technologies Pvt Ltd., Mail: [EMAIL PROTECTED] Phone(Off) : 5200179/80/81/82/83 Extn: 50 Mobile: +91 98860 29578 -----Original Message----- From: Iamtheoneurwarnedabout [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:13 PM To: BDOTNET Subject: Integrating Windows Application New Message on BDOTNET Integrating Windows Application Reply Reply to Sender Recommend Message 1 in Discussion From: Iamtheoneurwarnedabout Hi All Gurus !!!, We are developing a windows based application using C#. We are facing problem in integrating different windows forms developed by each team member. As every team member have developed thier modules in thier respective VS.Net solution. The probelm arises in integrating all the modules, as every module containing one main function. Can anyone guide me out how to integrate all the modules (Windows forms) into one application. Guys, its bit urgent !!!! Thanks in advance GodsThrone View other groups in this category. View other groups in this category. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
