What is the the most reasonable size to work with when designing a windows form (.NET)?
Is there are general guideline that should be followed when determining an initial size to work with in the design view? It should be noted the form is intended to be re-sizable in release versions. I was informed that a size smaller than typical resolutions (eg. less than 1366x768) would be suitable, but how small?