To Gui.dll or not to Gui.dll

G

Guest

Hi all,

I'm designing a Winforms application. I'd like to know if people would
recommend placing all the Windows forms for the application in a DLL i.e.
GUI.dll or break down the 'modules' of the application and place the win
forms into each module/dll. For example if I have a custom word processor,
would the recommendation be to place these forms into the GUI.dll or create a
DLL called WordProcessor and place the forms for the word processor into it?

I know that reuse may be reduced somewhat by placing the forms into the
word processor dll, but could I make the assumption that these specific forms
might not be accessed from anywhere else but the word processor? And where
can the line be drawn between reuse and 'component' based development?

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top