hello all,

I would like to create a menu named "Category" for word, which has other sub menu's. The user can install this addIn in his word and use it.

I know that Visual studio provides AddIn support for word 2003, 2007. But don't know how to code this.

How to create Templete in Visual studio?
What is .dot file?

hello ,

Can anyone tell me where to write the code for Ribbon Call Back.
I read the article in MSDN but still confused. I did exported my ribbon to Xml and also wrote the OnAction="method name" for particular button. I have following code written in Ribbon1.cs whch i would like to call.....

private void button1_Click(object sender, RibbonControlEventArgs e)
        {
            MessageBox.Show("Hello");
        }

Can anybody please tell me how to do that....????

PLEASE Reply , I have to finish this today..........

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.