<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by peoples</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/peoples/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by peoples</title>
		<link>http://channel9.msdn.com/Niners/peoples/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/peoples/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 11:25:29 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 11:25:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Problem sending an email.</title>
		<description><![CDATA[<p>Sorry got it working, I had the wrong port. Thanks anyway.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9fcb0aa4e8c24fd4bfd7a013012bd9a7#9fcb0aa4e8c24fd4bfd7a013012bd9a7</link>
		<pubDate>Tue, 13 Mar 2012 18:11:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9fcb0aa4e8c24fd4bfd7a013012bd9a7#9fcb0aa4e8c24fd4bfd7a013012bd9a7</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Problem sending an email.</title>
		<description><![CDATA[<p><pre class="brush: vb">Imports System.Net.Mail


Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim Mail As New MailMessage
        Mail.Subject = &quot;Test&quot;
        Mail.To.Add(&quot;username@yahoo.co.uk&quot;)
        Mail.From = New MailAddress(&quot;username@yahoo.co.uk&quot;)
        Mail.Body = &quot;Test Body&quot;

        Dim SMTP As New SmtpClient(&quot;smtp.mail.yahoo.co.uk&quot;)

        SMTP.EnableSsl = True
        SMTP.Credentials = New System.Net.NetworkCredential(&quot;username&quot;, &quot;password&quot;)
        SMTP.Port = &quot;110&quot;
        SMTP.Send(Mail)



    End Sub</pre></p><p>Can anyone see where I am going wrong ? It just comes up with an error, fail to send.</p><p>&nbsp;</p><p>~Thanks~</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9ef23c248a94493ba981a013011d1bbb#9ef23c248a94493ba981a013011d1bbb</link>
		<pubDate>Tue, 13 Mar 2012 17:18:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Problem-sending-an-email/9ef23c248a94493ba981a013011d1bbb#9ef23c248a94493ba981a013011d1bbb</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Learning C#</title>
		<description><![CDATA[<p>Cheers</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Learning-C/9672b756e5f84b668b57a0030161712e#9672b756e5f84b668b57a0030161712e</link>
		<pubDate>Sun, 26 Feb 2012 21:26:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Learning-C/9672b756e5f84b668b57a0030161712e#9672b756e5f84b668b57a0030161712e</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Changing the Font Stye without changing the Font Size</title>
		<description><![CDATA[<p>Ok, I feel a bit stupid now, that does work, I was editing the WRONG bit of code <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif?v=c9' alt='Sad' /></p><p>DAMN that's 2 days i've been stuck on that !!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Changing-the-Font-Stye-without-changing-the-Font-Size/76e82b8d8a434e6f947ca003015e9369#76e82b8d8a434e6f947ca003015e9369</link>
		<pubDate>Sun, 26 Feb 2012 21:16:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Changing-the-Font-Stye-without-changing-the-Font-Size/76e82b8d8a434e6f947ca003015e9369#76e82b8d8a434e6f947ca003015e9369</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Changing the Font Stye without changing the Font Size</title>
		<description><![CDATA[<p>Hi I have a Rich Text Box in VB, I want to select text and change the font style (bold/underline etc) but each time I do this i have to declare a new font and so it changes the font size also. Even if I get the current font size and use it as a variable.</p><p>&nbsp;</p><p>CurrentFontSize = Me.RichTextBox1.SelectionFont.Size</p><p>RichTextBox1.SelectionFont = NewFont(&quot;Comic Sans MS&quot;, CurrentFontSize, FontStyle.Bold)</p><p>Can u help with this, is there a way just to underline or strikeout text without havin the declare a new font ?</p><p>&nbsp;</p><p>Gregor.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Changing-the-Font-Stye-without-changing-the-Font-Size/ac6cac214afd4ee0bc3aa002015569ee#ac6cac214afd4ee0bc3aa002015569ee</link>
		<pubDate>Sat, 25 Feb 2012 20:43:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Changing-the-Font-Stye-without-changing-the-Font-Size/ac6cac214afd4ee0bc3aa002015569ee#ac6cac214afd4ee0bc3aa002015569ee</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Learning C#</title>
		<description><![CDATA[<p>tx</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Learning-C/a621b0e4fc914bb8beb49f7b00fe1cf8#a621b0e4fc914bb8beb49f7b00fe1cf8</link>
		<pubDate>Thu, 13 Oct 2011 15:25:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Learning-C/a621b0e4fc914bb8beb49f7b00fe1cf8#a621b0e4fc914bb8beb49f7b00fe1cf8</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Learning C#</title>
		<description><![CDATA[<p>Hi I just want to generate a random number between 1 and 3 and post the result to the text of a label on a form, but I cant, ToString the result, can anyone help ?</p><p>privatevoid button1_Click(object sender, EventArgs e)</p><p>&nbsp;&nbsp;{</p><p>&nbsp;&nbsp;Random rnd1 = new Random(3);</p><p>&nbsp;&nbsp;&nbsp;&nbsp;int n;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;n = rnd1.Next();</p><p>&nbsp;&nbsp;&nbsp;&nbsp;this.label1.Text = n.ToString;</p><p>&nbsp; }</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Learning-C/58cf645dc9fa4db9baf49f7b00fb2a5b#58cf645dc9fa4db9baf49f7b00fb2a5b</link>
		<pubDate>Thu, 13 Oct 2011 15:14:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Learning-C/58cf645dc9fa4db9baf49f7b00fb2a5b#58cf645dc9fa4db9baf49f7b00fb2a5b</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - differnence between Ref and Out</title>
		<description><![CDATA[<p>Ok thanks alot <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/differnence-between-Ref-and-Out/8eb4a37146be45d0bc519f5400fdfeb0#8eb4a37146be45d0bc519f5400fdfeb0</link>
		<pubDate>Sun, 04 Sep 2011 15:24:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/differnence-between-Ref-and-Out/8eb4a37146be45d0bc519f5400fdfeb0#8eb4a37146be45d0bc519f5400fdfeb0</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - differnence between Ref and Out</title>
		<description><![CDATA[<p>Hi, I am learning C# and i was wondering when you would use Out as opposed to Ref in a function call. I don't quite understand. I understand why &amp; when you would use Ref but not Out.</p><p>&nbsp;</p><p>Gregor</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/differnence-between-Ref-and-Out/4881c12e00a14a8f9b629f5300f7afca#4881c12e00a14a8f9b629f5300f7afca</link>
		<pubDate>Sat, 03 Sep 2011 15:01:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/differnence-between-Ref-and-Out/4881c12e00a14a8f9b629f5300f7afca#4881c12e00a14a8f9b629f5300f7afca</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">peoples said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">spivonious said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Can you recommend a good book for C# ?</p>
</div></blockquote>
<p>Just one more question, I think if you call the datetime value you get a format like 11/12/2009, is it just a case of parseing out the &quot;/&quot; to make up the file name I want to use it as ?</p>
<p>&nbsp;</p>
<p>Thanks</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/f8614ab03da6406db44f9deb000b2696#f8614ab03da6406db44f9deb000b2696</link>
		<pubDate>Mon, 28 Dec 2009 20:01:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/f8614ab03da6406db44f9deb000b2696#f8614ab03da6406db44f9deb000b2696</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">spivonious said:</div><div class="quoteText">
<p>I think you'd benefit by a good book on C#.</p>
<p>&nbsp;</p>
<p>As for your code, the Value property of the DateTimePicker is already a DateTime type (similar to VB's Date type). Just call ToString() on the Value property and you'll get the default string representation of the date.</p>
</div></blockquote>
<p>Can you recommend a good book for C# ?</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/09cec534fb494e8d97d49deb000b266b#09cec534fb494e8d97d49deb000b266b</link>
		<pubDate>Mon, 28 Dec 2009 19:59:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/09cec534fb494e8d97d49deb000b266b#09cec534fb494e8d97d49deb000b266b</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">peoples said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">W3bbo said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Thanks</p>
</div></blockquote>
<p>What does &quot;master of baiters&quot; mean <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>&nbsp;</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/fbd818843eb04530a1ad9deb000b2614#fbd818843eb04530a1ad9deb000b2614</link>
		<pubDate>Sun, 27 Dec 2009 13:26:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/fbd818843eb04530a1ad9deb000b2614#fbd818843eb04530a1ad9deb000b2614</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">peoples said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>For error handling, you're meant to use Try/Catch and Exceptions; The &quot;On Error Do Something&quot; in VB.NET is meant as a crutch for backwards compatibility with VB6 (i.e.
<em>never</em> use it in new projects).</p>
<p>&nbsp;</p>
<p>To see if a file exists or not:</p>
<p>&nbsp;</p>
<p>try {</p>
<p>&nbsp;&nbsp;&nbsp; FileStream fs = new FileStream(&quot;path to file&quot;);</p>
<p>} catch(FileNotFoundException fex) {</p>
<p>}</p>
<p>&nbsp;</p>
<p>...of course, you should never use exceptions for normal program flow, it's much better to test first:</p>
<p>&nbsp;</p>
<p>try {</p>
<p>&nbsp;&nbsp;&nbsp; if( File.Exists(&quot;path to file&quot;) ) {</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // do file operation here</p>
<p>&nbsp;&nbsp;&nbsp; } else {</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // show error message to user</p>
<p>&nbsp;&nbsp;&nbsp; }</p>
<p>} catch(IOException ex) {</p>
<p>}</p>
<p>&nbsp;</p>
<p>And as you're using C#, you might as well make use of the using() {} block to ensure your program doesn't shít itself if something bad happens in the file IO ops.</p>
</div></blockquote>
<p>Thanks</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/cacea763388a49b0ab2d9deb000b25ea#cacea763388a49b0ab2d9deb000b25ea</link>
		<pubDate>Sat, 26 Dec 2009 21:18:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/cacea763388a49b0ab2d9deb000b25ea#cacea763388a49b0ab2d9deb000b25ea</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">TommyCarlier said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">W3bbo said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Converting to string, substringing and parsing to integers is not really nice. And the DateTime-constructor you use is used wrongly: the first argument is the year and not the day.</p>
<p>Long live integer division and modulo:</p>
<p></p>
<pre class="brush: csharp">int d = 25122009;
DateTime date =
  new DateTime(
    d / 1000000,
    (d / 10000) % 100,
    d % 10000);</pre>
<p></p>
</div></blockquote>
<p>Why can the first argument not be the day ?</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/bcd2c1026609454198739deb000b24ff#bcd2c1026609454198739deb000b24ff</link>
		<pubDate>Sat, 26 Dec 2009 19:00:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/bcd2c1026609454198739deb000b24ff#bcd2c1026609454198739deb000b24ff</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<p>An &quot;int&quot; date?</p>
<p>&nbsp;</p>
<p>If you've got a DateTime instance, just call myDate.ToString(); you can optionally specify a format-string or predefined culture settings to get the right format (e.g. myDate.ToString(&quot;yyyy-MM-dd&quot;); or myDate.ToString(CultureInfo.CurrentCulture); )</p>
<p>&nbsp;</p>
<p>In .NET, every class inherits Object's .ToString() method, by default this method simply returns some basic information gained from Reflection, but some types (such as DateTime) override the behaviour. There is also the System.Convert class, but I find myself
 rarely using it (since it's nothing you can't do with the existing .TryParse / .Parse / .ToString methods.</p>
</div></blockquote>
<p>I got it you need () at the end of tostring !</p>
<p>&nbsp;</p>
<p>C# is new to me. Why does it not do the () in the dot completion system ?</p>
<p>&nbsp;</p>
<p>I got another question... In VB I use On Error Resume Next for errors, I need to write files and at times a file does not exist so i use the Error Handling to keep the code running. But I don't know how to do this in C# ???</p>
<p>&nbsp;</p>
<p>Thanks for help.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/38438398c84c4d6085e99deb000b2474#38438398c84c4d6085e99deb000b2474</link>
		<pubDate>Sat, 26 Dec 2009 18:00:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/38438398c84c4d6085e99deb000b2474#38438398c84c4d6085e99deb000b2474</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<p>An &quot;int&quot; date?</p>
<p>&nbsp;</p>
<p>If you've got a DateTime instance, just call myDate.ToString(); you can optionally specify a format-string or predefined culture settings to get the right format (e.g. myDate.ToString(&quot;yyyy-MM-dd&quot;); or myDate.ToString(CultureInfo.CurrentCulture); )</p>
<p>&nbsp;</p>
<p>In .NET, every class inherits Object's .ToString() method, by default this method simply returns some basic information gained from Reflection, but some types (such as DateTime) override the behaviour. There is also the System.Convert class, but I find myself
 rarely using it (since it's nothing you can't do with the existing .TryParse / .Parse / .ToString methods.</p>
</div></blockquote>
<p><em>I'm no good at this, this is my code.</em></p>
<p><font face="Consolas" size="2"><font face="Consolas" size="2">there is an error on the line, [string mydate.....&nbsp;]and the next one ????????</font></font></p>
<p>&nbsp;</p>
<p><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">int</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2"> thedate =
</font></font><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">this</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2">.dateTimePicker1.Value.Day
 &amp; </font></font><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">this</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2">.dateTimePicker1.Value.Month
 &amp; </font></font><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">this</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2">.dateTimePicker1.Value.Year;</font></font></p>
<p><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">string</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2"> mydate = thedate.ToString;</font></font></p>
<p><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff"><font face="Consolas" size="2" color="#0000ff">this</font></font></font><font face="Consolas" size="2"><font face="Consolas" size="2">.richTextBox1.SaveFile(mydate);</font></font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/b752a2b7ec4b454dbf649deb000b2446#b752a2b7ec4b454dbf649deb000b2446</link>
		<pubDate>Sat, 26 Dec 2009 17:40:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/b752a2b7ec4b454dbf649deb000b2446#b752a2b7ec4b454dbf649deb000b2446</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# Sting converstion</title>
		<description><![CDATA[<p>Hi I know its a simple question, but I was wondering how to convert a int (date) to a string in c#. I have just started c# after using VB for some time.</p>
<p>&nbsp;</p>
<p>Gregor.</p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/516010#516010</link>
		<pubDate>Sat, 26 Dec 2009 12:42:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/516010-C-Sting-converstion/516010#516010</guid>
		<dc:creator>peoples</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/peoples/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>