Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Extensibility / August 2005

Tip: Looking for answers? Try searching our database.

XML menu GUID:ID

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Oleg Tkachenko [MVP] - 06 Aug 2005 19:27 GMT
How do I add a command into the "XML" top-level menu? I couldn't find
its GUID:ID in SDK files.

Signature

Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com

"Ed Dore [MSFT]" - 10 Aug 2005 01:37 GMT
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.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.