im trying to recreate a very simple example of a C# project i WPF, its a simple image viewer.. from the sam\'s teach yourself C#, ive managed to get the open file dialog to
imagebox.Source = new BitmapImage(new Uri(openfile.FileName));