<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:dc="https://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[BP Forums - VB.NET]]></title>
		<link>https://bpforums.info/</link>
		<description><![CDATA[BP Forums - https://bpforums.info]]></description>
		<pubDate>Thu, 14 May 2026 14:50:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Beautiful Womans in your town for night]]></title>
			<link>https://bpforums.info/showthread.php?tid=965</link>
			<pubDate>Mon, 10 Jun 2024 05:23:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=2168">iHOMEz</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=965</guid>
			<description><![CDATA[<a href="https://matchnow.info" target="_blank" rel="noopener" class="mycode_url">Prettys Womans from your town</a>]]></description>
			<content:encoded><![CDATA[<a href="https://matchnow.info" target="_blank" rel="noopener" class="mycode_url">Prettys Womans from your town</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to: Search files from a certain directory with Progressbar + Backgroundworker]]></title>
			<link>https://bpforums.info/showthread.php?tid=920</link>
			<pubDate>Tue, 31 Oct 2017 15:25:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=2199">ryanshane91</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=920</guid>
			<description><![CDATA[Hello Everyone, Admin. I'm new to this Forum and i want to ask how to search files from a certain directory with progressbar &amp; background worker?Â <br />
<br />
Code: (from the Admin-(Brandonio)) :<br />
----------------------------------------------------------------------------------------------------------<br />
<br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
<br />
Â  Â  Â  Â  BackgroundWorker1.RunWorkerAsync()<br />
<br />
Â  Â  End Sub<br />
<br />
<br />
<br />
Â  Â  Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork<br />
<br />
Â  Â  Â  Â  Dim directory = "Path"<br />
Â  Â  Â  Â  Dim files() As System.IO.FileInfo<br />
Â  Â  Â  Â  Dim dirinfo As New System.IO.DirectoryInfo(directory)<br />
Â  Â  Â  Â  files = dirinfo.GetFiles("*", IO.SearchOption.AllDirectories)<br />
Â  Â  Â  Â  For Each file In files<br />
Â  Â  Â  Â  Â  Â  ListBox1.Items.Add(file)<br />
Â  Â  Â  Â  Next<br />
<br />
Â  Â  End Sub<br />
<br />
----------------------------------------------------------------------------------------------------------<br />
But whenever i click the button, i get an error saying :Â <span style="color: #cc3333;" class="mycode_color">Cross-thread operation not valid: Control 'ListBox1' accessed from a thread other than the thread it was created on.</span><br />
----------------------------------------------------------------------------------------------------------<br />
I'm new in VB.NET and i'm making an application that cleans up the Temporary folder.<br />
Thank you. and uh, i like this forum.]]></description>
			<content:encoded><![CDATA[Hello Everyone, Admin. I'm new to this Forum and i want to ask how to search files from a certain directory with progressbar &amp; background worker?Â <br />
<br />
Code: (from the Admin-(Brandonio)) :<br />
----------------------------------------------------------------------------------------------------------<br />
<br />
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
<br />
Â  Â  Â  Â  BackgroundWorker1.RunWorkerAsync()<br />
<br />
Â  Â  End Sub<br />
<br />
<br />
<br />
Â  Â  Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork<br />
<br />
Â  Â  Â  Â  Dim directory = "Path"<br />
Â  Â  Â  Â  Dim files() As System.IO.FileInfo<br />
Â  Â  Â  Â  Dim dirinfo As New System.IO.DirectoryInfo(directory)<br />
Â  Â  Â  Â  files = dirinfo.GetFiles("*", IO.SearchOption.AllDirectories)<br />
Â  Â  Â  Â  For Each file In files<br />
Â  Â  Â  Â  Â  Â  ListBox1.Items.Add(file)<br />
Â  Â  Â  Â  Next<br />
<br />
Â  Â  End Sub<br />
<br />
----------------------------------------------------------------------------------------------------------<br />
But whenever i click the button, i get an error saying :Â <span style="color: #cc3333;" class="mycode_color">Cross-thread operation not valid: Control 'ListBox1' accessed from a thread other than the thread it was created on.</span><br />
----------------------------------------------------------------------------------------------------------<br />
I'm new in VB.NET and i'm making an application that cleans up the Temporary folder.<br />
Thank you. and uh, i like this forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Database error anyone help?]]></title>
			<link>https://bpforums.info/showthread.php?tid=917</link>
			<pubDate>Tue, 24 Jan 2017 23:54:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1931">sc2142</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=917</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Im trying to connect my vb.NET Application to my database witch is on my website. Im getting this error:Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">"An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dllÂ </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Additional information: Unable to connect to any of the specified MySQL hosts."Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">The error is being called on "sconnection.open()"Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Ive searched google and i cant find whats wrong. My site is through Hosting24. Code: <a href="http://pastebin.com/Gd4JCakQ" target="_blank" rel="noopener" class="mycode_url">http://pastebin.com/Gd4JCakQ</a></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Im trying to connect my vb.NET Application to my database witch is on my website. Im getting this error:Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">"An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dllÂ </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Additional information: Unable to connect to any of the specified MySQL hosts."Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">The error is being called on "sconnection.open()"Â </span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: small;" class="mycode_size">Ive searched google and i cant find whats wrong. My site is through Hosting24. Code: <a href="http://pastebin.com/Gd4JCakQ" target="_blank" rel="noopener" class="mycode_url">http://pastebin.com/Gd4JCakQ</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Krypton Toolkit Download]]></title>
			<link>https://bpforums.info/showthread.php?tid=910</link>
			<pubDate>Tue, 29 Mar 2016 03:55:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1">brandonio21</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=910</guid>
			<description><![CDATA[It has come to my attention that the Krypton Toolkit (ComponentFactory) is no longer available for download. Instead, theÂ <a href="https://www.componentsource.com/product/krypton-toolkit/downloads" target="_blank" rel="noopener" class="mycode_url">page</a>Â simply contains no download link.<br />
<br />
In the past, certain components of the software were free, while others were free for a limited number of days. In order to continue using the software indefinitely, a license key is needed.<br />
<br />
Since the files are no longer available from the ComponentFactory webpage, here is the link to 4.4<br />
<a href="http://www.megafileupload.com/nb2X/Krypton440.zip" target="_blank" rel="noopener" class="mycode_url"><br />
http://www.megafileupload.com/nb2X/Krypton440.zip</a><br />
<br />
(Apologies for the file provider.. it's a pretty big file)]]></description>
			<content:encoded><![CDATA[It has come to my attention that the Krypton Toolkit (ComponentFactory) is no longer available for download. Instead, theÂ <a href="https://www.componentsource.com/product/krypton-toolkit/downloads" target="_blank" rel="noopener" class="mycode_url">page</a>Â simply contains no download link.<br />
<br />
In the past, certain components of the software were free, while others were free for a limited number of days. In order to continue using the software indefinitely, a license key is needed.<br />
<br />
Since the files are no longer available from the ComponentFactory webpage, here is the link to 4.4<br />
<a href="http://www.megafileupload.com/nb2X/Krypton440.zip" target="_blank" rel="noopener" class="mycode_url"><br />
http://www.megafileupload.com/nb2X/Krypton440.zip</a><br />
<br />
(Apologies for the file provider.. it's a pretty big file)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RunAsAdmin]]></title>
			<link>https://bpforums.info/showthread.php?tid=908</link>
			<pubDate>Mon, 28 Sep 2015 19:14:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1">brandonio21</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=908</guid>
			<description><![CDATA[It was pointed out by a viewer of my original RunAsAdmin video that the files for RunAsAdmin have seemed to disappear from the web. I am putting them here for public access. If you are a viewer of the aforementioned video, the file that is of interest to you is "RunAsAdmin.zip", available here: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://bpforums.info/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=141" target="_blank" title="">RunAsAdmin.zip</a> (Size: 21.46 KB / Downloads: 2434)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
If you are a developer, you may download the source package here: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://bpforums.info/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=142" target="_blank" title="">RunAsAdmin_source.zip</a> (Size: 166.87 KB / Downloads: 2627)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[It was pointed out by a viewer of my original RunAsAdmin video that the files for RunAsAdmin have seemed to disappear from the web. I am putting them here for public access. If you are a viewer of the aforementioned video, the file that is of interest to you is "RunAsAdmin.zip", available here: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://bpforums.info/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=141" target="_blank" title="">RunAsAdmin.zip</a> (Size: 21.46 KB / Downloads: 2434)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
If you are a developer, you may download the source package here: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://bpforums.info/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=142" target="_blank" title="">RunAsAdmin_source.zip</a> (Size: 166.87 KB / Downloads: 2627)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using a string as an alias/nickname]]></title>
			<link>https://bpforums.info/showthread.php?tid=906</link>
			<pubDate>Thu, 04 Jun 2015 17:12:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1366">strawman83</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=906</guid>
			<description><![CDATA[So part of the application I am building is a user blog, where the user can submit new blog entries or view previous entries. I've managed to write to/read the blog entry to and from a text file, with a 9 digit date format in front of the entry.<br />
<br />
The problem I am having is that when I am loading the previous entries into a comboBox, it is loading all the text from the blog into each item of the comboBox.<br />
<br />
What I want to do is load the date of the blog into the comboBox only, and when the user clicks on said date the entire blog text file is loaded into a textBox.<br />
<br />
In the code below, I really need the blogAlias string to act as alias/nickname in the comboBox for the actual blog text. But I can't figure out how to do it.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>'Fill comboBox with array of previous blog entries<br />
<br />
While j &lt; blogLineCount<br />
<br />
 Â  Â  Â  Â  Â  blogAlias = blogArray(j).Substring(1,9)<br />
 Â  Â  Â  Â  Â  comboBox1.Items.Add(blogArray(j))<br />
 Â  Â  Â  Â  Â  j = j + 1<br />
<br />
<br />
End While</code></div></div>]]></description>
			<content:encoded><![CDATA[So part of the application I am building is a user blog, where the user can submit new blog entries or view previous entries. I've managed to write to/read the blog entry to and from a text file, with a 9 digit date format in front of the entry.<br />
<br />
The problem I am having is that when I am loading the previous entries into a comboBox, it is loading all the text from the blog into each item of the comboBox.<br />
<br />
What I want to do is load the date of the blog into the comboBox only, and when the user clicks on said date the entire blog text file is loaded into a textBox.<br />
<br />
In the code below, I really need the blogAlias string to act as alias/nickname in the comboBox for the actual blog text. But I can't figure out how to do it.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>'Fill comboBox with array of previous blog entries<br />
<br />
While j &lt; blogLineCount<br />
<br />
 Â  Â  Â  Â  Â  blogAlias = blogArray(j).Substring(1,9)<br />
 Â  Â  Â  Â  Â  comboBox1.Items.Add(blogArray(j))<br />
 Â  Â  Â  Â  Â  j = j + 1<br />
<br />
<br />
End While</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Read all lines from multiple text files.]]></title>
			<link>https://bpforums.info/showthread.php?tid=904</link>
			<pubDate>Sat, 30 May 2015 04:24:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1366">strawman83</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=904</guid>
			<description><![CDATA[Hello. Nice site. <br />
<br />
I just recently viewed on of the BP youtube tutorials on how to get all the files from a certain directory.<br />
<br />
I was wondering if there was a way of amending it so that every line of every text file in a directory could be stored into an array?<br />
<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hello. Nice site. <br />
<br />
I just recently viewed on of the BP youtube tutorials on how to get all the files from a certain directory.<br />
<br />
I was wondering if there was a way of amending it so that every line of every text file in a directory could be stored into an array?<br />
<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Filter each cell in dgv]]></title>
			<link>https://bpforums.info/showthread.php?tid=899</link>
			<pubDate>Fri, 24 Apr 2015 20:44:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1332">t3cho</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=899</guid>
			<description><![CDATA[I have the datagridview on my form and i want to filter it for current text in textbox1.<br />
<br />
Example i have fields<br />
Name,Lastname,Location,Town,Address. <br />
<br />
And if i enter in textbox1 value "John" i need to check each of those columns does any contain a value John and show on dgv.<br />
<br />
Anel]]></description>
			<content:encoded><![CDATA[I have the datagridview on my form and i want to filter it for current text in textbox1.<br />
<br />
Example i have fields<br />
Name,Lastname,Location,Town,Address. <br />
<br />
And if i enter in textbox1 value "John" i need to check each of those columns does any contain a value John and show on dgv.<br />
<br />
Anel]]></content:encoded>
		</item>
	</channel>
</rss>