<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Clint</title>
    <description>The latest articles on DEV Community by Clint (@clintsoftware).</description>
    <link>https://dev.to/clintsoftware</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F270967%2F0da2bb9a-a241-4417-900b-1a4fb5e85a4d.jpg</url>
      <title>DEV Community: Clint</title>
      <link>https://dev.to/clintsoftware</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/clintsoftware"/>
    <language>en</language>
    <item>
      <title>Android forms question</title>
      <dc:creator>Clint</dc:creator>
      <pubDate>Wed, 05 May 2021 19:21:01 +0000</pubDate>
      <link>https://dev.to/clintsoftware/android-forms-question-2edg</link>
      <guid>https://dev.to/clintsoftware/android-forms-question-2edg</guid>
      <description>&lt;p&gt;Hi all &lt;/p&gt;

&lt;p&gt;Is there a way to make Visual studio work with forms for creating android apps the same way it does when creating windows apps?&lt;/p&gt;

&lt;p&gt;If won't let me create forms and drag and drop controls as I want.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Clint&lt;/p&gt;

</description>
      <category>android</category>
      <category>forms</category>
    </item>
    <item>
      <title>Text Reader</title>
      <dc:creator>Clint</dc:creator>
      <pubDate>Thu, 14 Nov 2019 21:26:35 +0000</pubDate>
      <link>https://dev.to/clintsoftware/text-reader-3m8b</link>
      <guid>https://dev.to/clintsoftware/text-reader-3m8b</guid>
      <description>&lt;p&gt;Hi all I'm doing a c# course just got a problem at the moment. can someone please tell me why this isn't reading each line or confirm that I have all the code right for a text reader.&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    private void tSBtnOpen_Click(object sender, EventArgs e)
    {
        OpenFileDialog openFile = new OpenFileDialog();
        StreamReader myStreamReader = StreamReader.Null;

        openFile.InitialDirectory = "";

        if (openFile.ShowDialog() == DialogResult.OK) {
            myStreamReader = new StreamReader(openFile.FileName);

            string line = "";

            while (line != null)
            {
                line = myStreamReader.ReadLine();
                if (line != null)
                    textBox1.Text += line;

            }

            myStreamReader.Close();

        }

    }
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
      <category>help</category>
      <category>dotnet</category>
      <category>csharp</category>
    </item>
    <item>
      <title>DVD Player</title>
      <dc:creator>Clint</dc:creator>
      <pubDate>Wed, 13 Nov 2019 15:20:39 +0000</pubDate>
      <link>https://dev.to/clintsoftware/dvd-player-3e69</link>
      <guid>https://dev.to/clintsoftware/dvd-player-3e69</guid>
      <description>&lt;p&gt;Can someone please tell my how to play dvd files with c# code I can detect the dvd and the title of the disc playing avi and mp4 files works just not if there on a dvd drive. &lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    //Button to play dvd
    private void TStripBtnPlay_Click(object sender, EventArgs e)
    {
        //axWinMP.URL = "f:\\\\VTS_01_1.VOB";  //VIDEO_TS.IFO";
        //axWinMP.URL = "D:/videos/video.480p.mkv";

        axWinMP.URL = "f:/VIDEO_TS/VIDEO_TS.IFO";
        //axWinMP.m
        axWinMP.Ctlcontrols.play();
        //axWinMP.dvd.domain;
    }
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>dvd</category>
      <category>help</category>
    </item>
    <item>
      <title>Help posting please</title>
      <dc:creator>Clint</dc:creator>
      <pubDate>Wed, 13 Nov 2019 11:30:26 +0000</pubDate>
      <link>https://dev.to/clintsoftware/help-posting-please-4n4m</link>
      <guid>https://dev.to/clintsoftware/help-posting-please-4n4m</guid>
      <description>&lt;p&gt;I posted on your welcome page but nothings showing after i refresh&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
