S
smnbss
Is it possible to write a ribbon application from scratch using c#?
here we can see how to build one using c++ (MFC office style)
http://msdn.microsoft.com/en-gb/visualc/dd277653.aspx
Is it possible to do the same in c#??
Since it's possible to extend Word with c# it should be possible to create a
ribbon application in C#...
Or do I need to create an host in c++ and add the controls in c#?
thanks a lot
smnbss
here we can see how to build one using c++ (MFC office style)
http://msdn.microsoft.com/en-gb/visualc/dd277653.aspx
Is it possible to do the same in c#??
Since it's possible to extend Word with c# it should be possible to create a
ribbon application in C#...
Or do I need to create an host in c++ and add the controls in c#?
thanks a lot
smnbss