> I have a textbox class and I want to reassign the class programmatically > to another textbox class. Any ideas? TIA! > > David L. Crooks >
Oops - sorry, I missed the programmatically part.
Something like:
USE <ClassLib>.vcx LOCATE FOR <Class> $ Class IF FOUND() REPLACE Parent WITH '<NewParentClass> COMPILE CLASSLIB <ClassLib>.vcx ENDIF
Regards, Jim
©2006 Jim Winter |