I need to create a class in VFP 8. I have create the class and I have put it in a *.vcx file. The problem is that I need to add properties that are specific to the newly created class. How do I add properties to a class in design mode
Thanks in advance

VFP 8 Classes
Solitaire
How do I open the class designer
pcaddict
>How do I add properties to a class in design mode
Visually: When the Class Designer is open, go to the Class Menu and you'll see "New Property" and "Edit Property/Method"
Programmatically:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_foxhelp9/html/b8866dd4-7bc9-4c77-a74b-cb65b32d8e79.asp frame=true
ripern