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.
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)
|
|
6142.
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)
|
|
6143.
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)
|
|
6144.
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)
|
|
6145.
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 (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating:
(0 votes for this Article)
|
|
6146.
Cool Database Tool
For the last 2 months Jan/Feb 2008, I have won the C# article of the month at codeproject, and as such, I receive a lot of free software. Which I normally don’t ever look at. The reason for this is simple. I write articles to share with people, so these free bits of software really [...]
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 3.00/5
(1 vote)
|
|
6147.
WPF : Binding to individual collection items (but not in a ItemsControl)
Well I had a great day yesterday, and quite a surprising one, I had an issue with an idea I was working on, so naturally I turned to Josh Smith.And guess what I, yes me the mere mortal managed to teach Josh something about WPF…Ha Ha, check that.So here is what I taught Josh…..(still ca
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 5.00/5
(1 vote)
|
|
6148.
Variance inflation factors
A customer contacted us about “variance inflation factors”. Wikipedia defines this as:In statistics, the variance inflation factor (VIF) is a method of detecting the severity of multicollinearity. More precisely, the VIF is an index which measures how much the variance of a coefficient
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Trevor Misfeldt
|
Updated: 17 Jun 2009
Rating:
(0 votes for this Article)
|
|
6149.
Creating A Scrollable Control Surface In WPF
Have you ever had a requirement that called for the user to be able to scroll around a large object, such as a diagram. Well I have, and I have just started working on a hobby project where I need just such a feature. We probably all know that WPF has a ScrollViewer control which [...]
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Sacha Barber
|
Updated: 17 Jun 2009
Rating: 4.43/5
(3 votes)
|
|
6150.
Non-negative Matrix Factorization in NMath, Part 1
A couple of years ago, we were asked by a customer to provide an implementation of an algorithm called Non-negative Matrix Factorization (NMF). We did a basic implementation, which we later included in our NMath Stats library. I kind of forgot about it until we recently heard from a prospective NMat
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Techni |