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!
6141.
Writing Custom LINQ Extension Methods
Microsoft have done a great job with LINQ IMHO. However there are times when it might be handy to create your own LINQ extension methods. LINQ extension methods can be applied to any type provided that the source is of type IEnumerable, so thats really the only requirement.So how do we w
(The Code Project Open License (CPOL))
Web Development »
Custom Controls »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating:
(0 votes for this Article)
|
|
6142.
Viewport2DVisual3D
A little while ago I wrote an article for www.codeproject.com about using 3D meshes in WPF that were hosting 2d controls, such as Grids, Lists, and User controls. The article which can be found right here if you are interested.The problem with the way that I did things in that article was that I us
(The Code Project Open License (CPOL))
Desktop Development »
Document / View »
Doc/View Internals
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 3.00/5
(2 votes)
|
|
6143.
WPF Flow Document For Beginners
As part of an article that I am creating for www.codeproject.com I decided to look into using the System.Windows.Documents namespace and have a look at seeing if I could make a semi-cool’ish looking document.Now when you use FlowDocuments, there are several container WPF container controls wh
(The Code Project Open License (CPOL))
Desktop Development »
Document / View »
Doc/View Internals
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 4.27/5
(11 votes)
|
|
6144.
Styling A ScrollViewer/Scrollbar In WPF
A while back I was looking at the Infragistics WPf showcase,Tangerine and I was quite jealous about the scrollbars that they managed to use. I mean styling a Button is one thing, but the ScrollBar is made of lost of nasty different control parts, (Part_XXX elements). Incidently I wrote an article ab
(The Code Project Open License (CPOL))
Desktop Development »
Document / View »
Doc/View Internals
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 5.00/5
(9 votes)
|
|
6145.
Calling Method Asynchronously With A Timeout
How to call a method asynchronously but have a timeout
(The Code Project Open License (CPOL))
General Programming »
Date and Time »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 3.67/5
(4 votes)
|
|
6146.
Consistent Window Look & Feel
As part of a beginners WPF series (Beginners WPF series) that I am writing at codeproject, I just start to write an article on DependancyProperties. As part of that, I started to write a bunch of demo projects to illustrate the joy of DependancyProperties to people. As a side effect, I had to think
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating:
(0 votes for this Article)
|
|
6147.
Winforms / WPF Interop
In this blog entry I will discuss what you need to do to successfully interop Winforms with a WPF application and vice versaIn order to evaluate these 2 different interop methods, 2 demo projects have been created which carry out the functionality shown below :.NET Winforms userControl within a .
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 4.25/5
(3 votes)
|
|
6148.
A WPF GiftWorse (AKA Xceed DataGrid for WPF)
Now some time ago I wrote an article at Codeproject that was a simple contact keeper which used LINQ / XLINQ and one of its core requirements was an editable datagrid.The article was published at Codeproject and can be found right here.Those that use WPF will know that there is NO native control w
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 1.00/5
(2 votes)
|
|
6149.
Getting A UserControl Parent Window In WPF
This is a very simple blog entry, but I want to keep a record of it somewhere. So here is the story, as part of an ongoing article that i’m working on I have a UserControl that is on main Window (Window1 say), and from a Button on the main Window (Window1 say) hosted UserConrtrol, [...]
(The Code Project Open License (CPOL))
Web Development »
User Controls »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 4.00/5
(1 vote)
|
|
6150.
Explicitly Updating And Validating Databindings In WPF
The other day I was working on something for a Codeproject article, where I needed to bind part of my UI to an underlying data object. I want to use all the good validation thing such as a Validation Style to use for my TextBox, and also the use of the new .NET 3.5 interface [...]
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating:
(0 votes for this Article)
|
|
6151.
All New .NET 3.5 3D Elements
I have started looking at 3D again in WPF. I have in the past blogged about the Viewport2DVisual3D 3D WPF element. Well for what I am working on I didn’t need to be able to put 2D interactive elements on a 3D surface, but I did want the 3D object to able to respond to [...]
(The Code Project Open License (CP |