Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status bar
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00233296
Message ID:
00233370
Views:
30
>Try this:
>
>Set Status Bar Off
>_screen.addobject( "oStatusBar", "OleControl", "MSComCtlLib.SBarCtrl.2" )
>
>Then create your panels object
>And then,
>_screen.oStatusBar.Visible = .T.
>
>Good Luck
>Esteban

Hi Esteban,

As far as i am concerned i cannot get the following to work:

_screen.addobject( "oStatusBar", "OleControl", "MSComCtlLib.SBarCtrl.2" )

Neither in VFP 5 nor VFP 6.
I was said it is impossible to add an OLE control to _screen!

I only succeed to attach a status bar to a form. If there is a trick to make it work... i'd be glad to know

François
Previous
Reply
Map
View

Click here to load this message in the networking platform