Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 310 of 332


6181. Notes ListBox
A while ago one of my collegues from WPF Disciples showed me a video about a WPF app that Billy Hollis had put together.This app was written in VB .NETand had a very nice notes ListBox. There was supposed to be some source codepublished somewhere, but I couldn’t find it. As such I tried the
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6182. About Me
My name is Sacha Barber, I am what one would probably describe as a nerd. I basically love software, and I especially like .NET, thus the nice domain name http://sachabarber.net.So let me tell you a little bit about myself, I live in Brighton in the UK, and currently hold the following qualificati
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6183. A really simply slider puzzle in WPF
Within WPF there it is possible to create a Brush based on an Image, this is known as an ImageBrush. You are then able to use this ImageBrush anywhere that you would be able to use another Brush. One of the less documented features of the ImageBrush is its ViewBox property. Using the ViewBox propert
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6184. NetPics : My MSc Project
NetPics Web Site : NetPicsI am currently doing my Msc at Sussex University, and as for my degree we have to do a final project. So I chose to do something like Flickr, where people could share media with friends. At the moment I only allow images to be shared, but this could be [...]
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6185. A Beginners Guide To WPF
I have been working with WPF a little while now and have published a fair number of WPF articles over at codeproject but in one of them I was slammed for writing a intermediate article that had been mistakenly classified as a beginners article.At first I was a bit annoyed at this, but then I [...]
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6186. Dynamic Creation Of Assemblies/Apps
The other day I was discussing code generation with a collegue and he was discussing a hyperthetical siuation where it would be possible to create source code at runtime and even compile it to create apps at runtime. Now I didnt know much about this, but I decided to have a little exploratory look i
(The Code Project Open License (CPOL))
General Programming » DLLs & Assemblies » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)
6187. AutoDiagrammer : My Reflector Addin
At the beginning of March 2007, i published an article at codeproject about drawing a class diagram using reflection. This article is available here.The thing being, as more and more people looked at it, they all wanted it to be available as an addin for Lutz Roeder C# De-Compiler which is free and
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 16 Jun 2009
Rating: (0 votes for this Article)