okay, so we not really going to host .net in vfp but we can pinch some concepts from thier propertygrid.
in my last entry we began to discuss the integration of the extreme property grid activex control into our foxpro applications. i want to focus on supplementing the behaviour of the default data type support built into the grids fields. to recap, the following is typical of the code required to add a node and value to the control.
< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
#define xtpgridthemedefault 0
#define xtpgridthemenativewinxp 1
#define xtpgridthemeoffice2003 2
Recent Comments