Link to home
Start Free TrialLog in
Avatar of ofern01
ofern01Flag for United States of America

asked on

How to make each form a separate from the main EXE

I have a solution that has many forms. I want to allow the end user to have access the each form, but not the main EXE.
How Do I acconplish this within the same solution? Do I have to make a project for each form? if yes, how do I call them from the main Progam (exe)?
Are these projects windows forms, Dll or What?
I want to Provide Source to the Enduser, but not to the main program, only the dateentry forms.
I this the best way to do it?
Any Sugestions?
Avatar of rfgkev
rfgkev

put them in DLL's and provide the source for those
Avatar of ofern01

ASKER

ok, great.
1. Will these DLL be all in the same solution as the main EXE?
2. How do I call them (execute these DLL forms) from the Main form menu selection? In other words, when I select the option on the main menu, how do I execute these forms?
A small sample or a detail answer will be very helpfull.
ASKER CERTIFIED SOLUTION
Avatar of rfgkev
rfgkev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial