Blog Stats
  • Posts - 52
  • Articles - 0
  • Comments - 1
  • Trackbacks - 12

 

Showing commands in a web project command bar

In GAT, you specify the command bar that you want a command to appear, in the following manner:

<CommandBar Name="Project" />

In Whidbey,  web projects no longer use the C#/VB project systems.

Because of that, if you want to add a command to the bar you have to use the following GUID for a webproject:

<CommandBar ID="1136" Guid="d309f791-903f-11d0-9efc-00a0c911004f"/>

 

Pablo


Feedback

# re: Showing commands in a web project command bar

Gravatar Hi, in "<CommandBar ID="1136" Guid="d309f791-903f-11d0-9efc-00a0c911004f"/>"

the "d309f791-903f-11d0-9efc-00a0c911004f" is a seasion ID ? 6/2/2006 8:26 AM | Genry

Post a comment





 

 

 

Copyright © Pablo Galiano