Stories recently tagged with 'Border'

Drawing Custom Borders in Windows Forms,<br />Part Three: Introducing (geekswithblogs.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

Almost a year ago I've published first two articles titled "Drawing Custom Borders in Windows Forms" and they turned out to be the most successful part of my blog with almost 13 000 web views (however barely 2 000 people made through to the second part), 86 comments and almost 3 000 downloads till date. If so many people seem to be interested I guess it's about time to give you something new. I've been using this code in my own project for a while and was always told how cool it looks compared to other applications. However, there were also some people asking why wouldn't we do a full skinning engine and let people choose the skins themselves. Until now, I was excusing myself that there is no more time for such nonsense. What changed my mind? If you are using Infragistics NetAdvantage you already know what's coming from them in next release. In short I've got inspired by what they've done and in order not to fell behind I've decided to add my own skin support. read more...

add a comment |category: |Views: 131

tags: another

Tutorial: Silverlight 2 layout controls(giantflyingsaucer.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Learning some of the basics of Silverlight 2 will help you to learn the more advanced capabilities available. In this tutorial we'll be starting from the most basic, but arguably the most used controls in Silverlight 2: The Layout Controls. Silverlight 2 has four layout controls: Canvas, Grid, Border, and StackPanel. read more...

add a comment |category: |Views: 20

tags: another