Code-based presentation layer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a code-based presentation manager - that is, one that you
can use to create the user interface in code, rather than by using the Forms
Editor?
 
Does anyone know of a code-based presentation manager - that is, one that
you
can use to create the user interface in code, rather than by using the Forms
Editor?

You don't need to use the Forms editor to use WinForms. The Editor only
creates the code for you. If you have a look at it, you could do the same
manually in code. You could also design the major part and just add
controls to an exisiting form at runtime, etc. Pretty much what ever you
want.
 
Back
Top