Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add Statusbar ActiveX control to _SCREEN object
Message
 
To
03/09/1997 15:43:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00048298
Message ID:
00048471
Views:
33
>Hi Edward!
>
>Thanks your answer! I am not familiar with toolbars.
>Is it possible, if I position the toolbar to the bottom of _SCREEN, that user cannot move it away?
>
>BB
Bela,

Create an OLEControl class (name OLEStatus) and put the status bar ocx in it. Then just

_screen.addobject("OLEStatus","OLEStatus")
_screen.OLEStatus.Top =
_screen.OLEStatus.Visible = .T.

You can then refer to the status bar with _screen.OLEStatus or _screen.OLEStatus.Object You need the Object keyword if you are accessing a property or method for which both the statusbar and the container use the same name.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform