Contents tagged with Visual Studio 2010
-
Silverlight 4 Scrollviewer & Keeping items in view
Just a short note today – mostly so I can look up later what I’ve done to get this working, but also to share the knowledge!
-
Twtpoll auto voter
Just a short entry today on a fun little project I came across. I had a friend that for “educational purposes” wanted to know how to write a little WPF program that would Auto Vote on a twtpoll poll that was enabled for a 24 hour period.
-
Silverlight 4 Container Control
Today I went looking for a simple skinable container control that I could use in Silverlight 4. I of course checked the framework first, and didn’t find exactly what I was looking for. I then checked the Silverlight Toolkit for Silverlight 4, which has some really cool container controls, but again, nothing specifically like I was looking for.
-
Custom Explicit and Implicit Operators in C#
I recently had a friend ask me about my use of implicit operators. I’ve been using them for a while now, but don’t think they’ve gained much traction for some reason, as I rarely come across code where they’ve been implemented.