F FaciCAD Sep 17, 2003 #1 I would like have same control as Windows XP, Ex. All arrows in dropdown is blue, scrollbar to, progressbar ... I can ??
I would like have same control as Windows XP, Ex. All arrows in dropdown is blue, scrollbar to, progressbar ... I can ??
H Herfried K. Wagner [MVP] Sep 17, 2003 #2 Hello, FaciCAD said: I would like have same control as Windows XP, Ex. All arrows in dropdown is blue, scrollbar to, progressbar ... Click to expand... NET 1.0: Set the controls' 'FlatStyle' properties to 'System', then add an application manifest. Tools http://www.msjogren.net/dotnet/eng/tools/default.asp -> tool "ThemeMe" MSDN: VS.NET Addin for using XP visual styles http://tinyurl.com/37yk Using XP Visual Styles in Windows Forms apps http://tinyurl.com/37yi ..NET 1.1: http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx
Hello, FaciCAD said: I would like have same control as Windows XP, Ex. All arrows in dropdown is blue, scrollbar to, progressbar ... Click to expand... NET 1.0: Set the controls' 'FlatStyle' properties to 'System', then add an application manifest. Tools http://www.msjogren.net/dotnet/eng/tools/default.asp -> tool "ThemeMe" MSDN: VS.NET Addin for using XP visual styles http://tinyurl.com/37yk Using XP Visual Styles in Windows Forms apps http://tinyurl.com/37yi ..NET 1.1: http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx
R Robert Havens Sep 19, 2003 #3 Hi Herfried, You are aware that like most controls, the ScrollBar does not have a FlatStyle property, aren't you? I believe that there are only six controls in System.Windows.Forms that sport the FlatStyle property. - Robert
Hi Herfried, You are aware that like most controls, the ScrollBar does not have a FlatStyle property, aren't you? I believe that there are only six controls in System.Windows.Forms that sport the FlatStyle property. - Robert
H Herfried K. Wagner [MVP] Sep 20, 2003 #4 Hello, Robert Havens said: You are aware that like most controls, the ScrollBar does not have a FlatStyle property, aren't you? Click to expand... Most of these controls will be themed automatically.
Hello, Robert Havens said: You are aware that like most controls, the ScrollBar does not have a FlatStyle property, aren't you? Click to expand... Most of these controls will be themed automatically.