Welcome to MSDN Blogs Sign in | Join | Help

May 2005 - Posts

Subclassing controls in .NETCF 2.0, part 2

Last time , we introduced the WndProcHooker class to facilitate hooking windows messages for managed controls at the native WndProc level. This time, we will use that WndProcHooker class to extend the .NETCF supplied TreeView control and add the NodeMouseClicked
Posted by NetCFTeam | 5 Comments
Filed under:

Subclassing controls in .NETCF 2.0, part 1

The .NET Compact Framework is just that. It is compact. We have to make tradeoffs between functionality and size. Sometimes, developers want more than we provide in the box. In our v1 product we didn't expose the Handle property on Control. It made it
Posted by NetCFTeam | 10 Comments
Filed under:

.NET Compact Framework version 2.0 Performance and Working Set FAQ

This document contains answers to the most frequently asked questions about building well performing applications with the .NET Compact Framework. This is a live document, so please send us your feedback, new questions and answers. .NET Compact Framework
Posted by NetCFTeam | 15 Comments
 
Page view tracker