Windows Presentation Foundation WPF 4.0 TUTORIALS, Windows Presentation Foundation WPF 4.5 TUTORIALS,WPF basics, WPF Threading,WPF CONTROLS, WPF XML,WPF and DATABASE,
WPF and Graphs
b
Friday, 18 January 2013
string to color converter wpf VB.NET
string to color converter wpf VB.NET
string to color converter wpf
Add System.Windows.Media;
Dim newColor As Color = DirectCast(ColorConverter.ConvertFromString("Red"), Color)
Nice converter.
ReplyDeleteVB.Net Migration