Flat Controls (.NET 2.0)

Hi

Does anyone know how to make listed controls below, flat
- TextBox
- ComboBox
- CheckedListBox
- DateTimePicker

I want to have a flat design with a black border. Is this possible
Only "TextBox" and "ComboBox" has a property that makes this come true (more or less). Why is the property "FlatStyle" missing on the other two Does it make sense

So, my question is, how do I get the four controls above, with a flat style
(Im using VS 2005)

Kind regards!



Answer this question

Flat Controls (.NET 2.0)

  • ANB_149

    On one of my applications I use a specific color for textBoxes, etc. But the DateTimePickers is white... BAH.

  • clairetub

    I was just giving an example of certain attributes that are on other controls that are not on the DateTimePicker


  • mccpres

    You can't change the DateTimePicker, only the Calendar style not the box. Thats just the way it is...!

  • Ivana Hudakova

    Yes, but its not the background color I mean.
  • B Langston

    Seems strange.

    They make other controls (such as "TextBox" and "ComboBox" with a flat-style), but DateTimePicker they had trouble with, or what :)


  • Flat Controls (.NET 2.0)