1
vote
1answer
572 views
MonthCalendar control selection range with EnableVisualStyles?
I'm using the MonthCalendar control and want to programmatically select a date range. When I do so the control doesn't paint properly if Application.EnableVisualStyles() has been calle …
4
votes
Is .Net/Mono or Java the better choice for cross-platform development?
I'm going to say Java as well. If you look at it in terms of maturity, a lot more time and effort has been expended by Sun (and others) in getting the JVM to work on non-Windows platforms.
…
1
vote
.NET - Can you over interface, and when shouldn’t you interface.
This isn't solely a .NET thing, the same problem occurs in Java quite often.
Unless it's a completely obvious requirement, I vote for not using interfaces and simply refactoring when the ne …
