﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=micalgray" rel="self" type="application/rss+xml" /><item><title>How to send mail in ASP.NET using VB.NET</title><description>This blog defines how to send a mail in ASP.NET.
</description><link>https://www.c-sharpcorner.com/blogs/how-to-send-mail-in-asp-net-using-vb-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-send-mail-in-asp-net-using-vb-net1</guid><pubDate>Thu, 28 Jul 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>Working With DirectoryInfo In C#</title><description>This article will explain the DirectoryInfo class and its uses and how to work with folders in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/99aadd/working-with-the-directoryinfo-class-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99aadd/working-with-the-directoryinfo-class-in-C-Sharp/</guid><pubDate>Tue, 05 Jul 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>Remove an Item from ArrayList in VB.NET</title><description>This blog defines function Remove and RemoveAt in VB.NET.</description><link>https://www.c-sharpcorner.com/blogs/remove-an-item-from-arraylist-in-vb-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/remove-an-item-from-arraylist-in-vb-net1</guid><pubDate>Mon, 11 Apr 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>LINQ Distinct and ElementAt operator in VB.NET</title><description>This article defines the basic use of the Distinct and ElementAt operator in LINQ.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-distinct-and-elementat-operator-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-distinct-and-elementat-operator-in-VB-Net/default.aspx</guid><pubDate>Tue, 05 Apr 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>LINQ OrderBy and Repeat operator in VB.NET</title><description>Here we will see how to use OrderBy and Repeat Operator in LinQ.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-orderby-and-repeat-operator-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-orderby-and-repeat-operator-in-VB-Net/default.aspx</guid><pubDate>Mon, 04 Apr 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>LINQ Last and Except operator in VB.NET</title><description>Here we will see how to use Last and Except Operator in LinQ.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-last-and-except-operator-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-last-and-except-operator-in-VB-Net/default.aspx</guid><pubDate>Fri, 01 Apr 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>Delegate in VB.NET</title><description>In this blog we will describe delegate, Multicast Delegate and How to use delegate in VB.NET.</description><link>https://www.c-sharpcorner.com/blogs/delegate-in-vb-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/delegate-in-vb-net1</guid><pubDate>Thu, 31 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>LINQ Take and Sum operator in VB.NET</title><description>This article defines the basic use of the Take and Sum operators in LINQ.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-take-and-sum-operator-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-take-and-sum-operator-in-VB-Net/default.aspx</guid><pubDate>Thu, 31 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>LINQ Distinct query operator in VB.NET </title><description>Here, we will see that how to removes duplicate elements from a sequence in LinQ using VB.NET. </description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-distinct-query-operator-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/linq-distinct-query-operator-in-VB-Net/default.aspx</guid><pubDate>Fri, 25 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF animated ProgressBar in XAML</title><description>This article defines an animated progressBar in WPF and XAML.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-animated-progressbar-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-animated-progressbar-in-xaml/default.aspx</guid><pubDate>Wed, 23 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF animated ProgressBar in VB.NET </title><description>This article defines an animated progressBar in WPF and XAML.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-animated-progressbar-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-animated-progressbar-in-VB-Net/default.aspx</guid><pubDate>Wed, 23 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>VB.NET StartsWith and EndWith String function</title><description>This blog defines the string function StartWith and EndWith in VB.NET.</description><link>https://www.c-sharpcorner.com/blogs/vb-net-startswith-and-endwith-string-function1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/vb-net-startswith-and-endwith-string-function1</guid><pubDate>Tue, 22 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF resources in VB.NET</title><description>This article defines the static and dynamic resources in WPF and XAML.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-resources-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-resources-in-VB-Net/default.aspx</guid><pubDate>Fri, 18 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF PopUp in VB.NET</title><description>This article shows how to create and use a Popup control available in WPF and XAML.

</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-popup-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-popup-in-VB-Net/default.aspx</guid><pubDate>Wed, 16 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>Sub Procedure in VB.NET</title><description>This blog defines the sub procedure in VB.NET.</description><link>https://www.c-sharpcorner.com/blogs/sub-procedure-in-vb-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/sub-procedure-in-vb-net1</guid><pubDate>Tue, 15 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Masked TextBox in XAML</title><description>Here we will see that how we can bound user to type input in the TextBox with the correct datatype, by masking textbox. 
</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-masked-textbox-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-masked-textbox-in-xaml/default.aspx</guid><pubDate>Tue, 15 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF RichTextBox control in XAML </title><description>Here we will see that how to use RichTextBox control. </description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-richtextbox-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-richtextbox-control-in-xaml/default.aspx</guid><pubDate>Tue, 15 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Separator control in XAML</title><description>Here we will see how to create and use separator control in XAML. </description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-separator-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-separator-control-in-xaml/default.aspx</guid><pubDate>Tue, 08 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Separator control in VB.NET</title><description>Here we will see how to create and use separator control in XAML.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-separator-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-separator-control-in-VB-Net/default.aspx</guid><pubDate>Tue, 08 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF OpenFileDialog in XAML</title><description>This article shows the OpenFileDialog to select a file in VB.NET.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-openfiledialog-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-openfiledialog-in-xaml/default.aspx</guid><pubDate>Mon, 07 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF OpenFileDialog in VB.NET</title><description>This article shows the OpenFileDialog to select a file in VB.NET.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-openfiledialog-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-openfiledialog-in-VB-Net/default.aspx</guid><pubDate>Mon, 07 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF PasswordBox control in XAML</title><description>Here we will see that how to create a PasswordBox control and also explain various property of the PasswordBox control in XAML.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-passwordbox-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-passwordbox-control-in-xaml/default.aspx</guid><pubDate>Fri, 04 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ImageBrush in XAML</title><description>This article demonstrates how to use ImageBrush in WPF using XAML.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-imagebrush-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-imagebrush-in-xaml/default.aspx</guid><pubDate>Thu, 03 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ImageBrush in VB.NET</title><description>This article demonstrates how to use ImageBrush in WPF using XAML.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-imagebrush-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-imagebrush-in-VB-Net/default.aspx</guid><pubDate>Thu, 03 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF SolidColorBrush in XAML</title><description>This article demonstrates how to use SolidColorBrush in WPF using XAML.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-solidcolorbrush-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-solidcolorbrush-in-xaml/default.aspx</guid><pubDate>Thu, 03 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF SolidColorBrush in VB.NET</title><description>This article demonstrates how to use SolidColorBrush in WPF using XAML.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-solidcolorbrush-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-solidcolorbrush-in-VB-Net/default.aspx</guid><pubDate>Wed, 02 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF GroupBox control in XAML</title><description>This article demonstrates how to create and use the GroupBox control in WPF using XAML.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-groupbox-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-groupbox-control-in-xaml/default.aspx</guid><pubDate>Wed, 02 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF GroupBox control in VB.NET</title><description>This article demonstrates how to create and use the GroupBox control in WPF using XAML.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-groupbox-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-groupbox-control-in-VB-Net/default.aspx</guid><pubDate>Wed, 02 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF slider control in XAML</title><description>Here we see how slider works with images to zoom in and zoom out.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-slider-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-slider-control-in-xaml/default.aspx</guid><pubDate>Tue, 01 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF  Named Style in XAML</title><description>Here we see how to create named styles in wpf using xaml.</description><link>http://www.longhorncorner.com/uploadfile/99aadd/wpf-named-style-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.longhorncorner.com/uploadfile/99aadd/wpf-named-style-in-xaml/default.aspx</guid><pubDate>Tue, 01 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ScrollViewer control in VB.NET </title><description>Here we see how to create WPF ScrollViewer control in xaml and also explains various property of the ScrollViewer control in xaml. 
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-scrollviewer-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-scrollviewer-control-in-VB-Net/default.aspx</guid><pubDate>Tue, 01 Mar 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF  Named Style in VB.NET</title><description>Here we see how to create named styles in wpf using xaml.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-named-style-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-named-style-in-VB-Net/default.aspx</guid><pubDate>Fri, 25 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ListBox control in VB.NET</title><description>Here we see how to create a ListBox control and also explains various property of the ListBox control in xaml.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-listbox-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-listbox-control-in-VB-Net/default.aspx</guid><pubDate>Fri, 25 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Expander control in VB.NET</title><description>This article defines how to use expander control in xaml.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-expander-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-expander-control-in-VB-Net/default.aspx</guid><pubDate>Thu, 24 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Grid control in VB.NET</title><description>Here we see how to create Grid control and also explains the basic use of Grid properties in xaml.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-grid-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-grid-control-in-VB-Net/default.aspx</guid><pubDate>Thu, 24 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ContextMenu in VB.NET</title><description>Here we see how to create and apply contextmenu item to a input text of the textbox in xaml.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-contextmenu-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-contextmenu-in-VB-Net/default.aspx</guid><pubDate>Wed, 23 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF TextBox control in VB.NET</title><description>Here we see how to create TextBox control and also explains various properties of the textbox control in xaml.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-textbox-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-textbox-control-in-VB-Net/default.aspx</guid><pubDate>Wed, 23 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Button control in VB.NET</title><description>Here we see how to create Button control and also explains basic use of the Button control.
</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-button-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-button-control-in-VB-Net/default.aspx</guid><pubDate>Wed, 23 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF Spell Checker in VB.NET</title><description>Here we see how to use spell checker to check our content and also display all its suggestion text.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-spell-checker-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-spell-checker-in-VB-Net/default.aspx</guid><pubDate>Tue, 22 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF ComboBox control in XAML</title><description>Here we see how to create and use combobox control in XAML.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-combobox-control-in-xaml/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-combobox-control-in-xaml/default.aspx</guid><pubDate>Tue, 22 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item><item><title>WPF slider control in VB.NET</title><description>Here we see how slider works with images to zoom in and zoom out.</description><link>http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-slider-control-in-VB-Net/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/99aadd/wpf-slider-control-in-VB-Net/default.aspx</guid><pubDate>Tue, 22 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Micalgray )</author></item></channel></rss>