Show All Forms In A Project with C#
This will list all forms or other types you specify that are in your particular Visual Studio project. It is a continuation of redoing code I have previously done in vb.net for C#. It can come in handy...
View ArticleFluent C# Review: The Intro
I have received an advanced copy of the book Fluent C# by noted .NET author Rebecca Riordan. Since this blog is often about what I am doing, I am going to give you all an inside look at what I feel is...
View ArticleFluent C# Review : Chapter One
I am reviewing an advanced copy of the book Fluent C# by noted .NET author Rebecca Riordan. My focus today will be on Chapter One. Chapter One opens with an introduction to what application development...
View ArticleFluent C# Review : Chapter Two
I am reviewing an advanced copy of the book Fluent C# by noted .NET author Rebecca Riordan. My focus today will be on Chapter Two. Chapter Two gets into some of the nuts and bolts of the .NET Framework...
View ArticleFluent C# Review : Chapter Three
I am reviewing an advanced copy of the book Fluent C# by noted .NET author Rebecca Riordan. My focus today will be on chapter three. Chapter three picks up where chapter two left off in describing the...
View ArticleGet or Write Image Metadata with vb.net
I recently started a new contract with a local company and their project is quite image intensive. One of the tasks set before me was to store custom data in an image. Things such as the title,...
View ArticleConvert Visio Pages to Images in vb.net
I have been fooling around with Visio automation since attempting to help a friend with a project that did so. In the course of this I did this code snippet to convert the Visio page to an image. The...
View ArticleDatabind ComboBox with WPF and C#
Its been a while my apologies. I have been extremely busy. This topic came up because in existing applications data binding at design time was heavily used. I personally avoid such data binding as much...
View ArticleC# Application linked to SharePoint List Web Service
This weekend found myself knee deep in a crisis that my friend who had migrated from SharePoint 2003 to 2007 (there were reasons he couldn’t go to 2010). Simply put the migration from SharePoint 2003...
View ArticleClass Set as DataContext in XAML without Code Behind
In dealing with a problem at work and I am probably as guilty as anyone of relying on code behind to do basic functions without soley using XAML. Why? Because that’s the way I have always done it. But...
View ArticleGet or Write Image Metadata with vb.net
I recently started a new contract with a local company and their project is quite image intensive. One of the tasks set before me was to store custom data in an image. Things such as the title,...
View ArticleConvert Visio Pages to Images in vb.net
I have been fooling around with Visio automation since attempting to help a friend with a project that did so. In the course of this I did this code snippet to convert the Visio page to an image. The...
View ArticleDatabind ComboBox with WPF and C#
Its been a while my apologies. I have been extremely busy. This topic came up because in existing applications data binding at design time was heavily used. I personally avoid such data binding as much...
View ArticleC# Application linked to SharePoint List Web Service
This weekend found myself knee deep in a crisis that my friend who had migrated from SharePoint 2003 to 2007 (there were reasons he couldn’t go to 2010). Simply put the migration from SharePoint 2003...
View ArticleClass Set as DataContext in XAML without Code Behind
In dealing with a problem at work and I am probably as guilty as anyone of relying on code behind to do basic functions without soley using XAML. Why? Because that’s the way I have always done it. But...
View ArticleSave Control Settings with vb.net
What’s this you say? A new blog entry? If you haven’t completely deserted me …. well I don’t know what’s wrong with you! jk. But anyway here is the latest. I am working for a national hotel chain in...
View ArticleCreate Computer Account in Active Directory and add it to Domain with C#
I was asked to convert this code from my original post to C# by a friend who obviously didn’t want to do it himself. There was one conversion issue along the way I also fixed which is why I suspect he...
View ArticleEncryption and Decryption of strings with C#
Well I am checking out the Beale Street Historic District for the first time in Memphis, TN tonight. I have heard a lot about it since my arrival here so am excited to get to go. I think it will be...
View ArticleGet or Write Image Metadata with C#
Good morning! it’s always fun when old code gets to get used again. And it gave me an opportunity to convert this snippet to C#. Basically what we are trying to do is write or get metadata to an image....
View ArticleCapture an Image of the Desktop, Specific Screen or Portion of a Screen with C#
So today is my birthday. It has been a wild ride this last 46 years. Lets hope that things continue to get better. So this is my entire class for capturing screens and desktop appearance to an image...
View Article