<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>p2p.wrox.com Forums - Beginning VB 6</title>
		<link>http://p2p.wrox.com</link>
		<description>For coders who are new to Visual Basic, working in VB version 6 (not .NET).</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 15:22:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://p2p.wrox.com/images/misc/rss.jpg</url>
			<title>p2p.wrox.com Forums - Beginning VB 6</title>
			<link>http://p2p.wrox.com</link>
		</image>
		<item>
			<title>question about .exe file</title>
			<link>http://p2p.wrox.com/beginning-vb-6/76765-question-about-exe-file.html</link>
			<pubDate>Mon, 26 Oct 2009 14:52:22 GMT</pubDate>
			<description>When I convert a project to .exe in vb6, is it possible to load the file onto another computer? The reason why I ask is because I am getting a...</description>
			<content:encoded><![CDATA[<div>When I convert a project to .exe in vb6, is it possible to load the file onto another computer? The reason why I ask is because I am getting a &quot;Component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid&quot;</div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/beginning-vb-6-75/">Beginning VB 6</category>
			<dc:creator>dyung2</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/beginning-vb-6/76765-question-about-exe-file.html</guid>
		</item>
		<item>
			<title>Label Refresh</title>
			<link>http://p2p.wrox.com/beginning-vb-6/76761-label-refresh.html</link>
			<pubDate>Mon, 26 Oct 2009 09:24:00 GMT</pubDate>
			<description>Hi; I have a timer that executes my start button every 15 minutes which works fine but now I want the labels to refresh at the same time. I’ve played...</description>
			<content:encoded><![CDATA[<div>Hi; I have a timer that executes my start button every 15 minutes which works fine but now I want the labels to refresh at the same time. I’ve played around a bit but and did search other posts but can’t seem to get it right, here’s what I’ve got.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Private Sub tmrMinute_Timer()<br />
MinCount = MinCount + 1<br />
Label1.Caption = MinCount<br />
If (MinCount = 15) Then<br />
Call cmdstart_Click<br />
MinCount = 0<br />
End If<br />
lblMsgA.Refresh<br />
lblMsgB.Refresh<br />
lblMsgC.Refresh<br />
lblMsgD.Refresh<br />
End Sub</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/beginning-vb-6-75/">Beginning VB 6</category>
			<dc:creator>Janos</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/beginning-vb-6/76761-label-refresh.html</guid>
		</item>
	</channel>
</rss>
