
Signature
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com
Hi Oleg,
Here are the definitions I gleaned from the XML Editor package.
#define guidXmlPkg { 0xf6819a78, 0xa205, 0x47b5, {0xbe, 0x1c, 0x67, 0x5b,
0x3c, 0x7f, 0x0b, 0x8e}}
#define guidXmlGroup { 0x061317b2, 0xf992, 0x435e, {0xa2, 0x3d, 0x9e, 0xad,
0x4b, 0x97, 0x2e, 0xd5}}
#define guidXmlUiCmds { 0xfb87333b, 0x16c8, 0x400e, {0xbc, 0x8f, 0xf6,
0xb8, 0x90, 0x41, 0x05, 0x82}}
#define IDM_XML_EDITOR 0x101
#define IDM_TLB_XML_EDITOR 0x102
#define IDG_XML_TOOLS 0x1000
#define IDG_XML_TOOLBAR 0x1002
You'll want to specifiy the guidXmlGroup:IDM_XML_EDITOR or
guidXmlGroup:IDG_XML_TOOLS as the parent group for your own menu group or
commands.
Sincerely,
Ed Dore [MSFT]
This post is 'AS IS' with no warranties, and confers no rights.