Welcome to MSDN Blogs Sign in | Join | Help

Author: Tim Gerken (RSS)

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:
 
Page view tracker