by Dan East » Feb 20, 2004 @ 3:36am
The second param of CommandBar_InsertMenubarEx should be NULL:
hInst
Handle to the application instance. This parameter must be NULL if pszMenu contains a menu handle. If pszMenu contains a resource name, hinst must contain the instance handle.
Dan East