Hi I wish to applay Office 2003 styles to my windows c#.net application. How do I do this. Thanx Robert
"Robert Smith" schrieb: > Hi I wish to applay Office 2003 styles to my windows c#.net application. > How > do I do this. Which controls are you looking for? Note that .NET 2.0 introduces toolstrip, menustrip, and some more controls which support the Office 2003 style. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
I wish the for the whole application to take on the office 2003 layout styles as oppossed to the default grey background. I did this a few years ago, but can't remember the commands required. "Herfried K. Wagner [MVP]" wrote: > "Robert Smith" schrieb: > > Hi I wish to applay Office 2003 styles to my windows c#.net application. > > How > > do I do this. > > Which controls are you looking for? Note that .NET 2.0 introduces > toolstrip, menustrip, and some more controls which support the Office 2003 > style. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/> > >
"Robert Smith" schrieb: >I wish the for the whole application to take on the office 2003 layout >styles > as oppossed to the default grey background. I did this a few years ago, > but > can't remember the commands required. Most windows except the main window look like typical Windows windows. The look and feel of the main window can be achieved by the controls I mentioned in my first reply. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>