Quote Originally Posted by Schmidt View Post
And that's it - no APIs, no SubClassing, no VTable-manipulations... just straight-forward VB6...
You know that this project has nothing todo with a simple, no subclassing, no VTable-manipulations etc... solution.
It is intended that the FrameW control hosts a BS_GROUPBOX window to draw the system frame border and all other overheads, like VisualStyles, RightToLeft etc. as well as replace all existing VB.Frame equivalent properties of course.
So I do have an interest of including the missing HelpContextID property, but it is not about simple.
Also on ToolBar control there is also a HelpContextID missing.
I need a way of including such functionality without the trick with an outer and inner UserControl. With that trick there is also the cosmetic downside that other methods and properties gets exposed which are not wanted, e.g. .SetFocus.