Quote Originally Posted by Romeo91 View Post
Enough to replace one parameter
Private Sub CreateTabStrip()
....
If TabStripHandle <> 0 Then
If Ambient.UserMode = True Then Call ComCtlsSetSubclass(TabStripHandle, Me, 1)
End If
End sub
Hmmm.. is the Ambient.UserMode property returning "False" on the effected machine?
Or does it return "True", but just the call to it will do the issue to the TabStrip?
Is this also effecting the OCX version?