<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My sumptuous wall by Chro Khidr</title>
      <link>https://padlet.com/chro8604/g17wv9khkvx7</link>
      <description>Made with a curious mind</description>
      <language>en-us</language>
      <pubDate>2019-12-07 14:21:01 UTC</pubDate>
      <lastBuildDate>2019-12-07 14:34:27 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Programming</title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421170991</link>
         <description><![CDATA[<div>Lecture 7 <br>Message Box : pishandani payami user la layan software wata payameki gftugoiya la newan user w software.<br><br>Syntax :<br>MessageBox.Show(message text, Title.Buttons.Icon.Default button)==DialogResult<br><br>Example/<br>If ( MessageBox.Show (" Message","Titles","MessageBoxButtons.<br>YesNo, MessageBoxIcon.Question)==<br>DialogResult.Yes)<br>MessageBox.Show("Yes button is clicked");<br><br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:24:47 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421170991</guid>
      </item>
      <item>
         <title>Programming</title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171073</link>
         <description><![CDATA[<div>Lecture 8 <br><br>Arrays: krdareka ba kary denin bo pishandan w riz krdni zhmarakan <br>Ka la regay index nrx dadain ba array ka index hamisha zhmarayaki kamtra la array chunka ba sfr dast pe dakat .<br><br><br>Syntax : 1_data type[ ] array name = { nrx }<br> <br>2_data type [ ] array name =new data type [array size ] { nrx }<br><br>* la regay (for loop) array drust dakain <br><br>Examples/ int[ ] A={ 1,6,7,8,9,0,};<br>For (int x=0; x&lt;A.length; x++ )<br>Console.writeline( A[ x ] );<br><br><br><br>Foreach loop : bakari dahenin bo print krdni hamu elementakan <br><br>Example / String [ ] Name = {" chro","shanya","lavin" };<br>Foreach( string A in Name)<br>Message Box.Show(A);<br><br><br>Sort Array : wata riz krdni zhmarakan la bchukawa bo gawra yan ba pechawana <br><br>Examples/  riz krdni zhmarakan la bchukawa bo gawra <br><br>int[ ]a={ 3,6,7,8,9};<br>Array.sort(a );<br>Foreach(int b in a){<br>Console.writeLine (b);<br>}<br><br>La gawrawa bo bchuk <br>int[ ]a={ 3,6,7,8,9};<br>Array.sort(a );<br>Array.revers(a);<br>Foreach(int b in a){<br>Console.writeLine (b);<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:25:21 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171073</guid>
      </item>
      <item>
         <title>Programming</title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171222</link>
         <description><![CDATA[<div>Lectures 9 <br><br>List : one of the classes introduced by the System.Collection.Generics namespace is name list .<br>Syntax : <br>List &lt;data type &gt;List name = new List&lt; data <br>type&gt;();<br><br>Note: zyad krd yan srinaway nrx la naw list la regay amanawa dakret <br><br>List name.Add();<br>List name .remove();<br><br><br>Array list : lera da datwanin data type jywazman habet  ka pewisty ba converte krdn haya<br><br>Syntax: ArrayList  arraylist name = new ArrayList();<br><br><br>Exception Handling : britya law error ka la programakada dardakawet yan drust dabet <br>C# exception handling is built upon four keywords <br>Try : lera codakani programaka danusin<br>Catch: lera error dabinin <br>Finally: lera agar exception habet yan na aw krdaray ka daynusin jebaje dabet <br>Throw:<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:27:06 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171222</guid>
      </item>
      <item>
         <title></title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171301</link>
         <description><![CDATA[<div>Lectures 10 <br><br>Error <br>1_<br>Design time errors : aw error drust dabet la katy drust krdni programaka <br><br>Note : Asana bo dyari krdn chunka errorakan hellyan ba zher da det w rangyan jyawaza <br><br>Blue: edit and continue issues <br>Red: syntex errors <br>Green: compiler warnings <br><br>2_ Run _Time Error : aw error ka programaka dawastenet dway run krdn <br>3_ Logic errors : qurstrin error bo dizinawa chunka aw anjamay chawarey dakai awa nabiny <br><br>Object : xoman drusty dakain bo away daxli naw class bin wa aw shtanay ka la naw class dan datwanin la regay object bangya bkain .<br><br>System:<br>Class name  name of object = new class name as a method<br><br>Class : aw jegayaya ka datwanin ba sheway group ( variable , method ) daxl bkain <br>Constructor : methodeka ka haman nawy class habet la katekda jebaje dabet agar object habu .<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:27:54 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171301</guid>
      </item>
      <item>
         <title></title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171322</link>
         <description><![CDATA[<div>Lectures 11 <br><br>Method : komale codn bayakawa krdarek jebaje dakan <br><br>Syntax : &lt;Access specific &gt;&lt;Return type &gt;<br>&lt;Method Name &gt;( parameter list ) { <br>Method body }<br><br>Method type : <br>Static method : pewistman ba object nya bo away bangi bkain <br>Chunka wshay static det la dway wshay private yan public . <br><br>Non_static method : pewistman ba drust krdni object haya bo bang krdni .<br><br>Variable types :<br>1_local variable  : vriable defined inside methods.<br><br>2_instance variable : instance variable are variables within a class but outside any method .<br><br>3_class variable : class variable are variables declared with in a class outside any method with the static keywords .<br><br>Constant : aw variable ka nrxakanyan nagoret  .</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:28:13 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171322</guid>
      </item>
      <item>
         <title></title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171380</link>
         <description><![CDATA[<div>Lectures 12<br><br>Sevral controls <br><br>1_check box : aw control ya katek bakar det ka zyatr la halbzhardnekman habet .<br><br>2_Radio button : aw control ka datwanin tanya yak option halbzherin .<br><br>3_ Group box : control is container control that is used to place windows form child control in a group .<br><br>4_List box : provided a user interface to display a list of items each on a separate line.<br><br>5_Combo box : britya la lekdrawi newan listbox w textbox .<br><br> * Combo box dropDown style property <br>1_simple <br>2_DropDown <br>3_DropDown list <br><br>6_ picture box : provide a rectangular region for an image .<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:28:34 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171380</guid>
      </item>
      <item>
         <title></title>
         <author>chro8604</author>
         <link>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171418</link>
         <description><![CDATA[<div>Lectures 13<br><br>MenuStrip : the menustrip class is the foundation of menu functionality in windows form .<br><br>Common dialog box : komale controly tedaya ka ba hamuyan bayakawa dawtret common dialog box . <br><br>Type common : <br><br>Open file dialog <br>Save file dialog <br>Print dialog <br>Font dialog <br>Color dialog <br><br>* datwanin notepad drust bkain ba bakar henani :<br>1_ menuStrip <br>2_common dialog box<br>3_rich Textbox <br><br>Tool strip : bakar det bo drust krdni toolbar <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-12-07 14:28:55 UTC</pubDate>
         <guid>https://padlet.com/chro8604/g17wv9khkvx7/wish/421171418</guid>
      </item>
   </channel>
</rss>
