搜索资源列表
PropertyGridEx_src
- The PropertyGridEx control shows how to add a new tab to the standard System.Winows.Forms.PropertyGrid. In this sample, a custom page shows all instance fields of the selected object. Additionally it shows how to implement and use the IPropertyValueU
ClonableObject
- This sample demonstrates a clonable object that implements the IClone interface. This sample supplements the "Implement cloning" topic (refer to the "See Also" link at the bottom of this sample). This sample creates an instance of a user-defined clon
Autosize
- VB自动缩放窗体内控件,重点推荐:自动缩放窗体内控件,包括TextBoxx 示例、ComboBox 示例等常用窗体控件。感谢你下载这个示例.以前你可能需要写入很多缩放窗体内控件的代码,现在仅仅需要一句代码即可搞定.你只要在要缩放的控件的TAG属性值里设置标志,然后使用下面的语句即可Autosizeform Me, True-VB automatic scaling control in forms, key recommendation: automatic scaling control in