style sheet in vb.net
-
Hi, Have a look at this. WinForm Style Sheet[^]
-
Weird. You're the second person to ask this, this week. While there is an article on trying to do this, it's absolutely retarded. CSS sucks at the best of times, and it's not applicable to winforms, You should find another way of creating styles to apply to your forms.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Weird. You're the second person to ask this, this week. While there is an article on trying to do this, it's absolutely retarded. CSS sucks at the best of times, and it's not applicable to winforms, You should find another way of creating styles to apply to your forms.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Hey Christian, just out of curiosity, what's the quarrel with style sheets? You are always on the ball it seems, so I'm curious, what's the reason for;
Christian Graus wrote:
CSS sucks at the best of times
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
Hey Christian, just out of curiosity, what's the quarrel with style sheets? You are always on the ball it seems, so I'm curious, what's the reason for;
Christian Graus wrote:
CSS sucks at the best of times
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
CSS is a series of arcane and unrelated rules. It doesn't seem to have any logic or design to it. Perhaps I was just spoiled in having a CSS guru ( who, incidentally was useless at anything else ), so I've never had to learn it, I've just had to mess with it from time to time. But, I have to say that only 'classic ASP' has ever felt like more of a mess to me than CSS does.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.