Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class Design Question
Message
 
To
05/12/2006 13:03:54
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01174970
Message ID:
01175225
Views:
7
Ok, well something is wrong then.

I dropped a textbox on a container. In the MouseEnter of the textbox
I have:
LPARAMETERS nButton, nShift, nXCoord, nYCoord
This.Parent.MouseEnter(nButton, nShift, nXCoord, nYCoord)
I made the MouseEnter of the container protected. I then dropped the
container on a form and ran it.

When the mouse touches the field, it errors with "Property MOUSEENTER is not found."









>>I'm trying to prevent other programmers from putting code
>>in the container's MouseEnter after they drop it on a form.
>
>Another note, hidden methods are only available to the class; protected methods are available to the class and child objects. These cannot be overwritten.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform