Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a 'Free-Form' Control
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00242519
Message ID:
00242550
Views:
25
Hi Jon

>Well, I've created a Calcualtor & a Calender Control, which currently drop down from a TextControl, but they get cut off if the form is too short, I put a certain amount of intelligence in to move the Calc or Calender a bit, but I'd prefer to be able to have them Float above the Form, so they are always visible, just like the Window of the Common Dialog.

Well, create a form class with the Calender or Calc on it make the AlwaysOnTop true then in the where ever you want to see your control in your original form put:
This.oCalender=CREATEOBJECT('TheNameOfYourClass')
Will that work?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform