<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sushila : .NET Faq</title><link>http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx</link><description>Tags: .NET Faq</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>How To: Hide close button for Windows Form</title><link>http://msmvps.com/blogs/sushila/archive/2006/09/04/how-to-hide-close-button-for-windows-form.aspx</link><pubDate>Tue, 05 Sep 2006 03:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866563</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866563</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/09/04/how-to-hide-close-button-for-windows-form.aspx#comments</comments><description>Several times there is a requirement to hide/disable the close button and to close the Form with a button on the Form to exit the application. To hide the Close Button on the form we can set ControlBox propertyof the Form to False (by default its set...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/09/04/how-to-hide-close-button-for-windows-form.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866563" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item><item><title>How To: Get Selected Date from MonthCalendar control</title><link>http://msmvps.com/blogs/sushila/archive/2006/08/15/how-to-get-selected-date-from-monthcalendar-control.aspx</link><pubDate>Wed, 16 Aug 2006 02:03:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866565</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866565</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/08/15/how-to-get-selected-date-from-monthcalendar-control.aspx#comments</comments><description>VB.NET Private Sub MonthCalendar1_DateChanged(ByVal sender As Object, ByVal e As System.Windows.Forms.DateRangeEventArgs) Handles MonthCalendar1.DateChanged &amp;#39;Display the dates for selected range Label1.Text = &amp;quot;Dates Selected from :&amp;quot; &amp;amp;...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/08/15/how-to-get-selected-date-from-monthcalendar-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866565" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item><item><title>How To: Get the foldername in which the file resides</title><link>http://msmvps.com/blogs/sushila/archive/2006/08/04/how-to-get-the-foldername-in-which-the-file-resides.aspx</link><pubDate>Fri, 04 Aug 2006 15:49:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866568</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866568</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/08/04/how-to-get-the-foldername-in-which-the-file-resides.aspx#comments</comments><description>We come across situation many a times where we need the name of the folder in which the file resides. Let&amp;#39;s say the folder is as &amp;quot;C:\Project1\CSProj1\somename\file1.cs&amp;quot; We need to get the folder &amp;quot;somename&amp;quot; We can do this by using...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/08/04/how-to-get-the-foldername-in-which-the-file-resides.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866568" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item><item><title>How To: Extract numbers from string</title><link>http://msmvps.com/blogs/sushila/archive/2006/08/03/how-to-extract-numbers-from-string.aspx</link><pubDate>Fri, 04 Aug 2006 02:56:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866570</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866570</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/08/03/how-to-extract-numbers-from-string.aspx#comments</comments><description>VB.NET Shared Function ExtractNumbers( ByVal expr As String ) As String Return String.Join( Nothing, System.Text.RegularExpressions.Regex.Split( expr, &amp;quot;[^\d]&amp;quot; ) ) End Function C# static string ExtractNumbers( string expr ) { return string.Join...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/08/03/how-to-extract-numbers-from-string.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866570" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item><item><title>How To: Open a pop-up window using dropdownlist </title><link>http://msmvps.com/blogs/sushila/archive/2006/08/02/how-to-open-a-pop-up-window-using-dropdownlist.aspx</link><pubDate>Wed, 02 Aug 2006 16:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866572</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866572</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/08/02/how-to-open-a-pop-up-window-using-dropdownlist.aspx#comments</comments><description>To open pop-up window using &amp;lt;asp:dropdownlist..&amp;gt; VB.NET Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As EventArgs) Response.Write(&amp;quot;&amp;lt;script&amp;gt;window.open(&amp;#39;&amp;quot; + DropDownList1.SelectedValue + &amp;quot;&amp;#39;...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/08/02/how-to-open-a-pop-up-window-using-dropdownlist.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866572" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item><item><title>How To: Customize Calendar Control to limit the users to select day on or after today</title><link>http://msmvps.com/blogs/sushila/archive/2006/01/22/how-to-customize-calendar-control-to-limit-the-users-to-select-day-on-or-after-today.aspx</link><pubDate>Sun, 22 Jan 2006 23:32:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:866575</guid><dc:creator>Sushila Patel's Weblog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/sushila/rsscomments.aspx?PostID=866575</wfw:commentRss><comments>http://msmvps.com/blogs/sushila/archive/2006/01/22/how-to-customize-calendar-control-to-limit-the-users-to-select-day-on-or-after-today.aspx#comments</comments><description>In this Sample code we will see how to customize calendar control to limit the user to select the day on or after today Step 1: Drag Drop Calendar Control &amp;lt;asp:Calendar id="Calendar1" runat="server"&amp;gt;&amp;lt;/asp:Calendar&amp;gt; Step 2: In code behind use...(&lt;a href="http://msmvps.com/blogs/sushila/archive/2006/01/22/how-to-customize-calendar-control-to-limit-the-users-to-select-day-on-or-after-today.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=866575" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/sushila/archive/tags/.NET+Faq/default.aspx">.NET Faq</category></item></channel></rss>