GeekArticles
Database
Visual FoxProFoxTalk: MemberData and Custom Property Editors
Author: msdn.microsoft.com |
Published: 10th Aug 2005 |
Visited: 575 times |
Add CommentFiled in: Visual FoxProVisual FoxPro 9's MemberData feature enables you to customize the Properties window, support capitalization in custom properties, and create your own custom property editors.
Read Article Sponsored Links
Related Articles
• Rich Text Editors for Ajax Rich text editors are important tools for developing websites of different languages including Ajax. Through rich text editors developers would be able to reconfigure websites easily. These applications usually come small but with a lot of features that will ensure that the website could fully funct ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...