Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DotNet equivalent baseclassed container
Message
From
17/08/2009 13:11:57
 
 
To
17/08/2009 10:47:09
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01418464
Message ID:
01418506
Views:
45
>Hi,
>Sorry for the .Net question, but we're trying to figure out the equivalent of a baseclassed Foxpro container in .Net.
>Let me clarify :
>
>In foxpro, we have a VCX which is a custom-container containing a label, checkbox and textbox.
>When we use this container on forms in foxpro, and change the width of let's say the Textbox in the baseclass, the forms with this container on it follow suit.
>
>How does one manage this in .Net?
>For all we see, if we drop a container on a form in .Net, there's a lot of code generated in the form itself stating amongst other things position and width of all parts of the container on the form.
>Thus, changing the width of the textbox on the .Net container itself does NOT affect the forms with that container on them.
>
>We're kind of baffled and don't know how to tackle this problem.
>Any help is greatly appreciated

A Container in .NET is a different animal. Create a UserControl to hold the various items and add it to the Toolbox.
Previous
Reply
Map
View

Click here to load this message in the networking platform