VB.NET: WPF Applications - Using Images

preview_player
Показать описание
A new series introducing WPF Applications from scratch. I'll be covering the basics and doing some small projects along the way (because showing you how buttons work for 15 minutes is boring).

This tutorial we look at the basics of using Images in WPF applications. Adding them, using them and creating them during run time.

Рекомендации по теме
Комментарии
Автор

Thank you so much for the great tutorials, I hope you continue your VB.NET all the way to ASP.NET MVC.

amdani
Автор

Could you please do a set of videos on drawing in VB.NET. There seems to be a lack of good videos in this area on youtube.
And your videos are always of good quality. Great work

Hz
Автор

Where you declare the image control in the VB code window, you used:-

Dim image As New Image

However, in VS2015 Express (using Option Strict On), I get the error:-

BC30182 Type expected.

The context sensitive help shows Image as a valid keyword.

Any idea why this is?

ChocolateIsBad