Word 2007 - styles combo-box add-in (Office 2007 COM Add-In UI customization example)

P

Patrick Schmid

As some have already found out, Word 2007 doesn't offer an efficient way
of working with styles as the good old Styles combo box that showed the
currently active style and let the user choose a different style didn't
make it into Word 2007. I wrote Word 2007 add-in to get that combo Box
back.
The add-in also serves as my example on how to write a COM Add-In that
customizes the Office 2007 Ribbon UI. As such, I provide the full C#
source code. I will post a VBA.NET version soon as well.
The blog post which details the implementation and has a link to
download the add-in is at http://pschmid.net/blog/2006/06/14/21

Patrick Schmid
 
F

Fred

Thank you it is geat - but it falls off my toolbar when I exit Word 2007.
So I have to reinstall it back? Most odd.

But nice add-in.
 
P

Patrick Schmid

Rather odd. Check my webpage again for the latest version. Maybe that
solves the issue?
Do you open Word 2003 regularly?

Patrick Schmid
 
J

janine

Yes, I do both is that why?

Patrick said:
Rather odd. Check my webpage again for the latest version. Maybe that
solves the issue?
Do you open Word 2003 regularly?

Patrick Schmid
 
J

John Sandu

Yes, I work regularly with Office 2003, but I've installed - for testing and
adapting purposes - Office 2007 Beta to my place and I notice sometimes
differences between my usual manner of working and the UI of 2007.

One question: Displaying current styles using an add-in will be the position
of Microsoft after the official release? Will Microsoft adopt the
add-in-fashion to work in some cases - let's say "particular cases", even I
consider them not particular?

John Sandu
 
P

Patrick Schmid

One question: Displaying current styles using an add-in will be the
position
of Microsoft after the official release? Will Microsoft adopt the
To be determined.
add-in-fashion to work in some cases - let's say "particular cases", even I
consider them not particular?
Add-ins should work all the time and not just automatically stop
working. I suspect it's a bug in my add-in code that has to do with
opening Word 2003 regularly. I don't open Word 2003 anymore at all, as
it rather annoyingly takes over as default for Word documents all the
time, which I don't want as I stopped using 2003 basically and only have
it for testing purposes on my computer. That take-over also destroys the
OneNote blogging feature, which I use constantly.

I'll need to look into this issue a bit more.

Patrick Schmid
--------------
http://pschmid.net

John Sandu
 
P

Patrick Schmid

Hi John,

The issue with the add-in not loading always is fixed in V1.3:
http://pschmid.net/blog/2006/07/02/27

Patrick Schmid
--------------
http://pschmid.net

Yes, I work regularly with Office 2003, but I've installed - for testing and
adapting purposes - Office 2007 Beta to my place and I notice sometimes
differences between my usual manner of working and the UI of 2007.

One question: Displaying current styles using an add-in will be the position
of Microsoft after the official release? Will Microsoft adopt the
add-in-fashion to work in some cases - let's say "particular cases", even I
consider them not particular?

John Sandu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top