News

WPF C# Tutorial – Create a Space Invaders game in Visual Studio Welcome to this new tutorial from MOO ICT, in this tutorial we will cover how to make a fun and simple Space Invaders Game inside of ...
WPF C# Tutorial – Making a Calculator App in Visual Studio In this tutorial I am very happy to start on the long awaited WPF C# video tutorial series. This is the first attempt on making a simple ...
Speech Recognition in a C# WPF Application Last week, I posted a tutorial on how to save and retrieve images using SQL Server and WPF. This is an extension to that article. In my previous article, the ...
Well yes you have finally found it! A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. Everything has been kept simple so that even ...
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...