General guideline for Forms (Window) and Controls use on .NET CF 2.0

  • Thread starter Thread starter Sondre Bjellås
  • Start date Start date
S

Sondre Bjellås

I was wondering if there is some sort of guideline on the use of Forms
(Windows) and Controls on .NET CF 2.0?

The question is regarding to updating the UI, what is best for performance,
memory usage, etc. Should I remove/show/hide controls in the main form when
the user does operations, or should I open a new window with controls? I
understand this is a broad and general question, but hopefully someone has
some pointers for me.

/Sondre
 
Back
Top