<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.antiyes.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>www.antiyes.com - vb.net</title>
 <link>http://www.antiyes.com/taxonomy/term/33/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Close form after 10 seconds</title>
 <link>http://www.antiyes.com/close-form-after-10-seconds</link>
 <description>&lt;p&gt;
In response to &lt;a href=&quot;http://stackoverflow.com/questions/4506033/close-form-after-10-seconds&quot; title=&quot;http://stackoverflow.com/questions/4506033/close-form-after-10-seconds&quot;&gt;http://stackoverflow.com/questions/4506033/close-form-after-10-seconds&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;

&lt;/p&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;table class=&quot;vbnet geshifilter-vbnet&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;li1&quot;&gt;&lt;td style=&quot;width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;1
2
3
4
5
6
7
8
&lt;/pre&gt;&lt;/td&gt;&lt;td style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #FF8000;&quot;&gt;Public&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Class&lt;/span&gt; Form1
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;Private&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt; Button1_Click&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #FF8000;&quot;&gt;ByVal&lt;/span&gt; sender &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; System.&lt;span style=&quot;color: #FF0000;&quot;&gt;Object&lt;/span&gt;, &lt;span style=&quot;color: #FF8000;&quot;&gt;ByVal&lt;/span&gt; e &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; System.&lt;span style=&quot;color: #0000FF;&quot;&gt;EventArgs&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #FF8000;&quot;&gt;Handles&lt;/span&gt; Button1.&lt;span style=&quot;color: #0000FF;&quot;&gt;Click&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Dim&lt;/span&gt; frm2 &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF8000;&quot;&gt;New&lt;/span&gt; Form2&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frm2.&lt;span style=&quot;color: #0000FF;&quot;&gt;ShowDialog&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Class&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;

&lt;div class=&quot;geshifilter&quot;&gt;&lt;table class=&quot;vbnet geshifilter-vbnet&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;li1&quot;&gt;&lt;td style=&quot;width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
&lt;/pre&gt;&lt;/td&gt;&lt;td style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #0600FF;&quot;&gt;Imports&lt;/span&gt; System.&lt;span style=&quot;color: #0000FF;&quot;&gt;Timers&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #FF8000;&quot;&gt;Public&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Class&lt;/span&gt; Form2
&amp;nbsp;
&amp;nbsp; &amp;nbsp; Protected &lt;span style=&quot;color: #FF8000;&quot;&gt;Overrides&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt; OnLoad&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #FF8000;&quot;&gt;ByVal&lt;/span&gt; e &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; System.&lt;span style=&quot;color: #0000FF;&quot;&gt;EventArgs&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;MyBase&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;OnLoad&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;e&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Dim&lt;/span&gt; tmr &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF8000;&quot;&gt;New&lt;/span&gt; System.&lt;span style=&quot;color: #0000FF;&quot;&gt;Timers&lt;/span&gt;.&lt;span style=&quot;color: #0600FF;&quot;&gt;Timer&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tmr.&lt;span style=&quot;color: #0000FF;&quot;&gt;Interval&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;5000&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tmr.&lt;span style=&quot;color: #0000FF;&quot;&gt;Enabled&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;True&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tmr.&lt;span style=&quot;color: #0000FF;&quot;&gt;Start&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;AddHandler&lt;/span&gt; tmr.&lt;span style=&quot;color: #0000FF;&quot;&gt;Elapsed&lt;/span&gt;, &lt;span style=&quot;color: #804040;&quot;&gt;AddressOf&lt;/span&gt; OnTimedEvent
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;Private&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Delegate&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt; CloseFormCallback&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;Private&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt; CloseForm&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt; InvokeRequired &lt;span style=&quot;color: #FF8000;&quot;&gt;Then&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Dim&lt;/span&gt; d &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF8000;&quot;&gt;New&lt;/span&gt; CloseFormCallback&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #804040;&quot;&gt;AddressOf&lt;/span&gt; CloseForm&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Invoke&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;d, &lt;span style=&quot;color: #FF8000;&quot;&gt;Nothing&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;Else&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Close&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #FF8000;&quot;&gt;Private&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt; OnTimedEvent&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #FF8000;&quot;&gt;ByVal&lt;/span&gt; sender &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;Object&lt;/span&gt;, &lt;span style=&quot;color: #FF8000;&quot;&gt;ByVal&lt;/span&gt; e &lt;span style=&quot;color: #FF8000;&quot;&gt;As&lt;/span&gt; ElapsedEventArgs&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CloseForm&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Sub&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #0600FF;&quot;&gt;End&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;Class&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
 <comments>http://www.antiyes.com/close-form-after-10-seconds#comments</comments>
 <category domain="http://www.antiyes.com/category/tags/code">code</category>
 <category domain="http://www.antiyes.com/category/tags/programming">programming</category>
 <category domain="http://www.antiyes.com/category/tags/so">SO</category>
 <category domain="http://www.antiyes.com/category/tags/stackoverflow-response">stackoverflow response</category>
 <category domain="http://www.antiyes.com/category/programming/vbnet">vb.net</category>
 <enclosure url="http://www.antiyes.com/sites/default/files/CloseFormTimer.zip" length="29704" type="application/zip" />
 <pubDate>Wed, 22 Dec 2010 22:35:49 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">567 at http://www.antiyes.com</guid>
</item>
<item>
 <title>VB Drag &amp; Drop Files</title>
 <link>http://www.antiyes.com/vb-drag-drop-files</link>
 <description>&lt;p&gt;From &lt;a href=&quot;http://stackoverflow.com/questions/1774218/drag-file-and-reveal-text-vb-net&quot;&gt;this&lt;/a&gt; question on &lt;a href=&quot;http://stackoverflow.com/&quot;&gt;Stack Overflow&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img width=&quot;427&quot; vspace=&quot;5&quot; hspace=&quot;5&quot; height=&quot;108&quot; border=&quot;0&quot; src=&quot;/UserFiles/Image/dragdrop1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
  
&lt;div class=&quot;geshifilter&quot;&gt;&lt;table class=&quot;csharp geshifilter-csharp&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;li1&quot;&gt;&lt;td style=&quot;width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
&lt;/pre&gt;&lt;/td&gt;&lt;td style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;pre style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;Imports &lt;span style=&quot;color: #000000;&quot;&gt;System&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;Windows&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;Forms&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #0600FF;&quot;&gt;Public&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;Class&lt;/span&gt; Form1
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Private&lt;/span&gt; Sub TextBox1_DragEnter&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;ByVal sender &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;Object&lt;/span&gt;, ByVal e &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; DragEventArgs&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; Handles TextBox1.&lt;span style=&quot;color: #0000FF;&quot;&gt;DragEnter&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt; e.&lt;span style=&quot;color: #0000FF;&quot;&gt;Data&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;GetDataPresent&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;DataFormats.&lt;span style=&quot;color: #0000FF;&quot;&gt;FileDrop&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; Then
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.&lt;span style=&quot;color: #0000FF;&quot;&gt;Effect&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; DragDropEffects.&lt;span style=&quot;color: #0000FF;&quot;&gt;All&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt;
&amp;nbsp; &amp;nbsp; End Sub
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;Private&lt;/span&gt; Sub TextBox1_DragDrop&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;ByVal sender &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;Object&lt;/span&gt;, ByVal e &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; DragEventArgs&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; Handles TextBox1.&lt;span style=&quot;color: #0000FF;&quot;&gt;DragDrop&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt; e.&lt;span style=&quot;color: #0000FF;&quot;&gt;Data&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;GetDataPresent&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;DataFormats.&lt;span style=&quot;color: #0000FF;&quot;&gt;FileDrop&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; Then
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dim MyFiles&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; &lt;span style=&quot;color: #FF0000;&quot;&gt;String&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dim i &lt;span style=&quot;color: #0600FF;&quot;&gt;As&lt;/span&gt; Integer
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyFiles &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; e.&lt;span style=&quot;color: #0000FF;&quot;&gt;Data&lt;/span&gt;.&lt;span style=&quot;color: #0000FF;&quot;&gt;GetData&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;DataFormats.&lt;span style=&quot;color: #0000FF;&quot;&gt;FileDrop&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TextBox1.&lt;span style=&quot;color: #0000FF;&quot;&gt;Text&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; MyFiles&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#40;&lt;/span&gt;i&lt;span style=&quot;color: #000000;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End &lt;span style=&quot;color: #0600FF;&quot;&gt;If&lt;/span&gt;
&amp;nbsp; &amp;nbsp; End Sub
&amp;nbsp;
End &lt;span style=&quot;color: #FF0000;&quot;&gt;Class&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
 <comments>http://www.antiyes.com/vb-drag-drop-files#comments</comments>
 <category domain="http://www.antiyes.com/category/programming/microsoft">microsoft</category>
 <category domain="http://www.antiyes.com/category/tags/programming">programming</category>
 <category domain="http://www.antiyes.com/category/programming/vbnet">vb.net</category>
 <category domain="http://www.antiyes.com/category/tags/visual-basic">visual basic</category>
 <enclosure url="http://www.antiyes.com/sites/default/files/FileDragDrop.zip" length="66188" type="application/zip" />
 <pubDate>Sat, 21 Nov 2009 16:24:31 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">300 at http://www.antiyes.com</guid>
</item>
<item>
 <title>More Randomer - one year at a time</title>
 <link>http://www.antiyes.com/node/195</link>
 <description>&lt;p&gt;It&#039;s been a full year since our company&#039;s code was posted to &lt;a href=&quot;http://thedailywtf.com/&quot;&gt;the daily wtf&lt;/a&gt; at &lt;a href=&quot;http://thedailywtf.com/Articles/More-Randomer.aspx&quot;&gt;more randomer&lt;/a&gt; (&amp;lt;-- link to the more randomer post).&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;211&quot; width=&quot;600&quot; alt=&quot;dilbert on random numbers.&quot; src=&quot;/UserFiles/Image/dilbert2001182781025.gif&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The creator of &lt;a href=&quot;http://dosomethinghere.com/&quot;&gt;dosomethinghere.com&lt;/a&gt; saw the need for cupcakes, he also has a better comment on this occasion.&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;600&quot; width=&quot;480&quot; src=&quot;/UserFiles/Image/wtfcupcake(1).jpg&quot; alt=&quot;wtf cupcake&quot; /&gt;&lt;/p&gt;
</description>
 <category domain="http://www.antiyes.com/category/programming/c">c#</category>
 <category domain="http://www.antiyes.com/category/programming/vbnet">vb.net</category>
 <category domain="http://www.antiyes.com/category/programming/visual-studio">visual studio</category>
 <pubDate>Tue, 02 Jun 2009 18:48:40 +0000</pubDate>
 <dc:creator>johnboker</dc:creator>
 <guid isPermaLink="false">195 at http://www.antiyes.com</guid>
</item>
</channel>
</rss>


