<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Login form VB.Net</title>
	<atom:link href="http://codereflex.net/login-form-vb-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflex.net/login-form-vb-net/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Jun 2013 21:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: SyedAsadAhmed</title>
		<link>http://codereflex.net/login-form-vb-net/#comment-1428</link>
		<dc:creator>SyedAsadAhmed</dc:creator>
		<pubDate>Tue, 04 Sep 2012 04:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://codereflex.net/?p=432#comment-1428</guid>
		<description><![CDATA[Hey esai:

send us your complete code at webmaster@codereflex.net in order to debug your code correctly.]]></description>
		<content:encoded><![CDATA[<p>Hey esai:</p>
<p>send us your complete code at <a href="mailto:webmaster@codereflex.net">webmaster@codereflex.net</a> in order to debug your code correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esai</title>
		<link>http://codereflex.net/login-form-vb-net/#comment-1427</link>
		<dc:creator>esai</dc:creator>
		<pubDate>Mon, 03 Sep 2012 17:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://codereflex.net/?p=432#comment-1427</guid>
		<description><![CDATA[hi, i am having trouble displaying my registration form after clicking the register button. the registration form is in a try catch code. It showed at first debug , but after debugging again , it only shows the same log in form:
here is my code for the registration form;
      Label1.Text = &quot;&quot;        End If    End Sub
    Private Sub ButtnReg_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtnReg.Click        Try            My.Settings.Username = TextBox1.Text            My.Settings.Password = TextBox2.Text            My.Settings.Confirm = TextBox3.Text            My.Settings.Status = True            My.Settings.Save()            MsgBox(&quot;You have successfully registered&quot;, 1, Title:=&quot;&quot;)            Application.Restart()                   Catch ex As Exception
        End Try        MsgBox(&quot; Couldn&#039;t create account, try again&quot;)    End SubEnd Class


my register button is in the log in form, i want to show the register form after I have clicked 
the register button;


here is the code I made;


 Private Sub regbttnlog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles regbttnlog.Click        Dim form As New registrationform        form.Show()        Me.Close()        form = Nothing


Pls..I really need this for our school project, i need help badly...


best regards!
]]></description>
		<content:encoded><![CDATA[<p>hi, i am having trouble displaying my registration form after clicking the register button. the registration form is in a try catch code. It showed at first debug , but after debugging again , it only shows the same log in form:<br />
here is my code for the registration form;<br />
      Label1.Text = &#8220;&#8221;        End If    End Sub<br />
    Private Sub ButtnReg_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtnReg.Click        Try            My.Settings.Username = TextBox1.Text            My.Settings.Password = TextBox2.Text            My.Settings.Confirm = TextBox3.Text            My.Settings.Status = True            My.Settings.Save()            MsgBox(&#8220;You have successfully registered&#8221;, 1, Title:=&#8221;")            Application.Restart()                   Catch ex As Exception<br />
        End Try        MsgBox(&#8221; Couldn&#8217;t create account, try again&#8221;)    End SubEnd Class</p>
<p>my register button is in the log in form, i want to show the register form after I have clicked<br />
the register button;</p>
<p>here is the code I made;</p>
<p> Private Sub regbttnlog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles regbttnlog.Click        Dim form As New registrationform        form.Show()        Me.Close()        form = Nothing</p>
<p>Pls..I really need this for our school project, i need help badly&#8230;</p>
<p>best regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Asad Ahmed</title>
		<link>http://codereflex.net/login-form-vb-net/#comment-1227</link>
		<dc:creator>Syed Asad Ahmed</dc:creator>
		<pubDate>Mon, 02 Jan 2012 04:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://codereflex.net/?p=432#comment-1227</guid>
		<description><![CDATA[standard datasets]]></description>
		<content:encoded><![CDATA[<p>standard datasets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: water damage restoration</title>
		<link>http://codereflex.net/login-form-vb-net/#comment-1226</link>
		<dc:creator>water damage restoration</dc:creator>
		<pubDate>Mon, 02 Jan 2012 01:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://codereflex.net/?p=432#comment-1226</guid>
		<description><![CDATA[Should a custom data table be used for this or the standard asp datasets? good article.]]></description>
		<content:encoded><![CDATA[<p>Should a custom data table be used for this or the standard asp datasets? good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://codereflex.net/login-form-vb-net/#comment-1223</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Mon, 26 Dec 2011 14:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://codereflex.net/?p=432#comment-1223</guid>
		<description><![CDATA[i want to all the commands of vb to make an application software.]]></description>
		<content:encoded><![CDATA[<p>i want to all the commands of vb to make an application software.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: codereflex.net @ 2013-06-19 12:13:15 by W3 Total Cache -->