Office 2007 UI in non-commercial applications

A

auad

Hi,

I would like to know if there is any available .net library that allow
me to create my own non-commercial applications in c# using the office
2007 UI ribbon controls.

Thanks,

Auad
 
N

Nicholas Paldino [.NET/C# MVP]

Auad,

There is nothing that allows you to use the actual controls that ship
with office, but there are a number of third parties which will emulate the
look and feel quite faithfully. I would google ".NET office 2007 UI" or
something to that effect, and you should get a number of hits.
 
A

Aneesh P

Auad,

There is nothing that allows you to use the actual controls that ship
with office, but there are a number of third parties which will emulate the
look and feel quite faithfully. I would google ".NET office 2007 UI" or
something to that effect, and you should get a number of hits.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




I would like to know if there is any available .net library that allow
me to create my own non-commercial applications in c# using the office
2007 UI ribbon controls.

Auad- Hide quoted text -

- Show quoted text -

If you are looking for build in library, only Office 12 object library
can be used for ribbon development - IDTExtensibility2 and
IRibbonExtensibility interfaces.
 
N

Nicholas Paldino [.NET/C# MVP]

Yes, but only for applications that utilize Office. The app would have
to run in Word, Excel, etc, etc. You couldn't create a new application and
drop the ribbon in as a control, for example.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Aneesh P said:
Auad,

There is nothing that allows you to use the actual controls that ship
with office, but there are a number of third parties which will emulate
the
look and feel quite faithfully. I would google ".NET office 2007 UI" or
something to that effect, and you should get a number of hits.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




I would like to know if there is any available .net library that allow
me to create my own non-commercial applications in c# using the office
2007 UI ribbon controls.

Auad- Hide quoted text -

- Show quoted text -

If you are looking for build in library, only Office 12 object library
can be used for ribbon development - IDTExtensibility2 and
IRibbonExtensibility interfaces.
 

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