<?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 valentina28</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/valentina28/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 valentina28</title>
		<link>http://channel9.msdn.com/Niners/valentina28/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/valentina28/Discussions</link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 17:29:32 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 17:29:32 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@spivonious, @evildictaitor thank you so much!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/8f93fdfb5dfb4d56b93ca03900f02a0f#8f93fdfb5dfb4d56b93ca03900f02a0f</link>
		<pubDate>Fri, 20 Apr 2012 14:34:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/8f93fdfb5dfb4d56b93ca03900f02a0f#8f93fdfb5dfb4d56b93ca03900f02a0f</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>Hi!&nbsp;I have a problem with my c# program. I will be very grateful if you could help me.</p><p>I have a test with <strong>10</strong> questions. When I resolve the test for the first time my questions.Count=10;&nbsp;When I resolve the test for the second time my questions.Count=20;&nbsp;</p><p>That's bad, because when I resolve the test for the second or third time my quiz repeats questions (I think <span>each time I resolve a quiz, the program reads the data from my file all over again and add it to my collection.</span>&nbsp;)</p><p>I have <pre class="brush: text">Collection&lt;question&gt; = questions new Collection&lt;question&gt; (); </pre> &nbsp; &nbsp;declared at the beginning of the &nbsp; &nbsp;<pre class="brush: text"> public partial class Form3 : Form</pre> &nbsp;.Thank you so much!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/19f0dfec8688493198eea03701464f1e#19f0dfec8688493198eea03701464f1e</link>
		<pubDate>Wed, 18 Apr 2012 19:48:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/19f0dfec8688493198eea03701464f1e#19f0dfec8688493198eea03701464f1e</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object#cfd37eccbaa3b43c3a304a02f008b16ee">evildictaitor</a>:Thank you! I will remember this. Unfortunately, at this time I don't know how to make a correlation between this code and my questions ....I take them from a Notepad file. Also, m<span>y questions are randomly selected to be displayed for each quiz I resolve.&nbsp;</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/9a0bfe23c64b47b9a78da03001442338#9a0bfe23c64b47b9a78da03001442338</link>
		<pubDate>Wed, 11 Apr 2012 19:40:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/9a0bfe23c64b47b9a78da03001442338#9a0bfe23c64b47b9a78da03001442338</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object#c5d53839efa154ddb857fa02a0142497f">spivonious</a>:Thank you for your help!&nbsp;<span class="hps">Can you</span><span>&nbsp;</span><span class="hps">recommend</span><span>&nbsp;me&nbsp;</span><span class="hps">any books?</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/e6e05fc949f24e2c9f87a02e00d4402f#e6e05fc949f24e2c9f87a02e00d4402f</link>
		<pubDate>Mon, 09 Apr 2012 12:52:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/e6e05fc949f24e2c9f87a02e00d4402f#e6e05fc949f24e2c9f87a02e00d4402f</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@spivonious:I know that they can seem stupid questions. Please understand me that I am a beginner to C#.</p><p>1.I have a collection for questions</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Collection&lt;question&gt; questions = new Collection&lt;question&gt;();<br>and also a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public class questions()&nbsp;{......}</p><p>The ImageList is from the Toolbox. The pictures from the ImageList appear in a PictureBox when I press the button Next_question.I don't have any collection for ImageList.</p><p>Should I create a collection for ImageList? What should I have in this collection?</p><p>2.For</p><p>public class TestQuestion<br>{</p><p>}</p><p>How could I give to this class &quot;Image&quot; and &quot;Question&quot; properties&nbsp;?</p><p>I am sorry again if my questions are stupid.Thanks for understanding!</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/277058f34a914c48ad2ca02a00b81896#277058f34a914c48ad2ca02a00b81896</link>
		<pubDate>Thu, 05 Apr 2012 11:10:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/277058f34a914c48ad2ca02a00b81896#277058f34a914c48ad2ca02a00b81896</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>Hi everyone!</p><p>I have a problem with my c# program.</p><p>I have a test with 10 questions.And also , I have 10 images added into an ImageList.My questions are randomly selected to be displayed for each quiz I resolve. I would like to have each question with its picture. How could I make a correlation between current_question and its picture from ImageList?&nbsp;</p><p>Thank you so much!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/122cb52b018a4e59aebba0290136b571#122cb52b018a4e59aebba0290136b571</link>
		<pubDate>Wed, 04 Apr 2012 18:51:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/122cb52b018a4e59aebba0290136b571#122cb52b018a4e59aebba0290136b571</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object#cfd9319f0d2eb48c7bbc3a020014c3286">spivonious</a>:Yes,&nbsp;&nbsp;the Timer component is from the toolbox.Thank you so much! Now it works.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/bc42ba1a8813443b8311a022013d64f1#bc42ba1a8813443b8311a022013d64f1</link>
		<pubDate>Wed, 28 Mar 2012 19:15:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/bc42ba1a8813443b8311a022013d64f1#bc42ba1a8813443b8311a022013d64f1</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>I have another problem, if you could help me.</p><p>I wrote a test questions and I used a timer.But a have a problem with it.</p><p>Even if I finish the test before the time is up, the timer continues to go on.And it happens to show me the message &quot;Time is up&quot; while I'm resolving another quiz. &nbsp;</p><p>(I mention that even if it appears &nbsp;&nbsp;MessageBox.Show(&quot;Time is up&quot;) &nbsp;it doesn't affect the timer in the other quiz.That timer continues to go on)</p><p>&nbsp;I made a collection for the questions.And at the end of the questions I have something like &nbsp;</p><p>if (number_of_the_question &gt; questions.Count)<br>{<br>MessageBox.Show(&quot;points: &quot; &#43; points);<br>}</p><p>Is it a possibility to make a corelation between message box&nbsp;and the stopping of the timer ?</p><p>Or, is there any way to make timer to stop if I finish the test before the time is up?</p><p>Thank you.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/3c39424cac68445c8652a0200141270b#3c39424cac68445c8652a0200141270b</link>
		<pubDate>Mon, 26 Mar 2012 19:29:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/3c39424cac68445c8652a0200141270b#3c39424cac68445c8652a0200141270b</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object#c53e40d061eda4f808ba7a02001248911">spivonious</a>:Thank you. It works!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/0b35f16a017a42fe9a43a0200133137d#0b35f16a017a42fe9a43a0200133137d</link>
		<pubDate>Mon, 26 Mar 2012 18:38:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/0b35f16a017a42fe9a43a0200133137d#0b35f16a017a42fe9a43a0200133137d</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object#c33069eb060374f8aa139a01f00a6885f">evildictaitor</a>:Thanks for the advice.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/ca4153df00614ffea87ea0200132e559#ca4153df00614ffea87ea0200132e559</link>
		<pubDate>Mon, 26 Mar 2012 18:37:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/ca4153df00614ffea87ea0200132e559#ca4153df00614ffea87ea0200132e559</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Noobie C# question; PONG</title>
		<description><![CDATA[<p>Hi everyone.</p><p>I need your help.</p><p>I know that when i press double click to a button in c#, it appears its code:&nbsp;</p><p>private void button1_Click(object sender, EventArgs e)<br>{... }</p><p>But what shall I do to appear this:</p><p>private void button1_Click_1(object sender, EventArgs e)<br>{...}</p><p>I mention that if I simply write</p><p>private void button1_Click_1(object sender, EventArgs e)<br>{...}</p><p>&nbsp; &nbsp; &nbsp;in the program, it doesn't have any effect.</p><p>Thanks a lot!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/5d4aeda3db0f41aa96b4a01f009d2d04#5d4aeda3db0f41aa96b4a01f009d2d04</link>
		<pubDate>Sun, 25 Mar 2012 09:32:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Noobie-Stupid-C-question-referencing-an-object/5d4aeda3db0f41aa96b4a01f009d2d04#5d4aeda3db0f41aa96b4a01f009d2d04</guid>
		<dc:creator>valentina28</dc:creator>
		<slash:comments>55</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/valentina28/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>