the code that i have tried is
Dim ImageIcon As New BitmapImage
ImageIcon.BeginInit()
Dim ImageSource As String
ImageSource = "/ProjectName;component./Resources/" & Source
ImageIcon.UriSource = New Uri(ImageSource, UriKind.Relative)
ImageBlock.Source = ImageIcon

New Topic/Question
Reply



MultiQuote






|