Yes, this is what I'll have to do I suppose. Since the Microsoft TabStrip was retired from active support when eVB went non-support they had no reason to update it. It looks pretty cleat that even if we had the .hWnd property we might alter the control's style... but we don't. Ah well.
Digging around using FindWindow() calls might do the trick too, but I'm not feeling that adventurous. The window class name seems to be SysTabControl or SysTabControl32 however. --- In [email protected], "George Henne" <g...@...> wrote: > > The only TabStrip ActiveX control we know about is the old Microsoft one. > > You may want to build up something of your own, using the other objects. > > > >A while back the UI guidelines changed to require TabStrips at the > >bottom of the display area, in order to avoid your hand and stylus > >obscuring the display while working with them. Much the same way menus > >are placed at the bottom. > > > >The MSCETabStrip doesn't seem to have a way of setting the proper Style > >however. Yes, I have gone spelunking the DLL via OLE View to see all of > >the available properties and predefined values (Enums) in the embedded > >typelib. > > > >Is there a known workaround? I can't use API calls to alter the style > >adding TCS_BOTTOM since no hWnd is exposed to allow this (by calling > >SetWindowLong). > > > >Perhaps there is another CE Tab control library we can use? > > > > > > > >------------------------------------ > > > >Yahoo! Groups Links > > > > > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
