Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing Slider Control MScom
Message
From
26/04/2005 22:08:10
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
26/04/2005 12:58:12
Graham Trott
Hamilton Pc Repair
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008221
Message ID:
01008694
Views:
19
>Put this code in the init event of form
>
>thisform.olecontrol1.oBJECT.visible=.t.
>thisform.LockScreen=.t.
>thisform.olecontrol1.Height=133
>thisform.olecontrol1.value=0
>thisform.Refresh
>thisform.olecontrol1.value=-128
>thisform.olecontrol1.Height=132
>thisform.refresh
>thisform.LockScreen=.f.
>thisform.Refresh
>
>Still no luck. Thanks for any help

I've found what we were using back then... though it was a scrollbar ocx, not a slider - but it should be the same.

We had a visible_assign method for the object which contained the scrollbar.
So,
			.ScrollBarHorizontal.ZOrder( 0 )
			.ScrollBarHorizontal.UIEnable( .T. )
			.ScrollBarHorizontal.SetFocus( )
			.ScrollBarHorizontal.Visible = .T.
(The UIE() was there probably because the container was on a page of a pageframe)
Don't know which one of these (if any) may help in your case.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform