Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP5 - How do i edit an edit box???
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00134393
Message ID:
00134397
Views:
14
>Hi,
>
>I want to put some object into an edit box with scrolling bars. That way I can scroll up & down for the many objects I'm going to place in it.Is it possible to edit an edit box. How can I create a class that serve this purpose or is there any otherway.
>
>Thanks
>
>Andrew

Andrew,

You can subclass the editbox base class by creating your own .vcx library. You can use the project manager or use create classlib then modi class. Then select the new classlib, give a name to your new class, base it on editbox, and select store in your new classlib. You should actually subclass all the controls you use in development so you can customize as you like.;)

Eric K.
Previous
Reply
Map
View

Click here to load this message in the networking platform