Subclassing .Net Compact Framework Controls
by Kevin • May 15, 2013 • .Net Compact Framework, Programming • 0 Comments
To aid development of rich interactive applications, and reduce the amount of time spent on handling OS specific interactions. .Net applications hide a lot of the underlying message passing that occurs between an application and the OS. This obfuscation is done either at a control or CLR level and usually is perfectly reasonable. However...
Read more →


