<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Program Development</title>
		<link>http://billyad2000.darkbb.com/program-development-f8/-t1.htm</link>
		<description>If I need help in any aspect of vb.net programming then this is where I will ask for it.</description>
		<lastBuildDate>Thu, 05 Nov 2009 13:34:09 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Program Development</title>
			<url>http://i76.servimg.com/u/f76/13/26/71/00/media_10.jpg</url>
			<link>http://billyad2000.darkbb.com/program-development-f8/-t1.htm</link>
		</image>
		<item>
			<title>Embeded Media Player for episode screen capture.</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/embeded-media-player-for-episode-screen-capture-t739.htm</link>
			<dc:creator>billyad2000</dc:creator>
			<description>I am in the process of adding screenshot scraping and screen capture.



It is the screen capture that I am looking at changing.



At the moment MC uses ffmpeg via an automatic commandline function to return a screenshot xx no of seconds into an episode.



I have been looking at the possibility of adding an embedded media player so that a person can browse to a suitable frame and capture it directly. Apparently the MS media Player component won't work because of the overlay, but there  ...</description>
			<category>Program Development</category>
			<pubDate>Thu, 05 Nov 2009 13:34:09 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/embeded-media-player-for-episode-screen-capture-t739.htm#2690</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/embeded-media-player-for-episode-screen-capture-t739.htm</guid>
		</item>
		<item>
			<title>Help wanted with an old issue</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/help-wanted-with-an-old-issue-t679.htm</link>
			<dc:creator>billyad2000</dc:creator>
			<description>This is regards to an issue that is as old as MC and relates to what happens when a website such as TMDB or TVDB is down.



Here is an example of the code that is used;

Code:            Dim wrGETURL As WebRequest

            wrGETURL = WebRequest.Create&#40;url&#41;

            Dim thisProxy As New WebProxy&#40;&quot;thisproxy&quot;, 80&#41;

            thisProxy.BypassProxyOnLocal  ...</description>
			<category>Program Development</category>
			<pubDate>Fri, 09 Oct 2009 17:21:48 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/help-wanted-with-an-old-issue-t679.htm#2420</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/help-wanted-with-an-old-issue-t679.htm</guid>
		</item>
		<item>
			<title>TV Shows section suggestion</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/tv-shows-section-suggestion-t591.htm</link>
			<dc:creator>Pr.Sinister</dc:creator>
			<description><![CDATA[Hi,
<br />

<br />
When you decide to work on the TV Show section, i would like to suggest you take a look at the program called TVRename.
<br />

<br />
It is available at <a href="http://tvrename.com/" target="_blank">http://tvrename.com/</a>
<br />

<br />
The way he programmed the way you add new shows from the Folder Monitor tab is great. The whole interface/features are pretty
<br />
slick so you may get some inspiration to make MC even more kickass!
<br />

<br />
-Pr.]]></description>
			<category>Program Development</category>
			<pubDate>Wed, 29 Jul 2009 23:17:27 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/tv-shows-section-suggestion-t591.htm#2018</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/tv-shows-section-suggestion-t591.htm</guid>
		</item>
		<item>
			<title>Want an Installer?</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/want-an-installer-t291.htm</link>
			<dc:creator>dbareis</dc:creator>
			<description>Hi,



Let me know if you want me to create a script which will build a Windows Installer msi for you, for info see:



     http://dennisbareis.com/makemsi.htm



You'd probably want at least:



    * Validate .NET installed to at least remove these user issues.

    * Install into user profile (per-user installs)

    * Shortcuts for PGM + Readme

    * Shortcuts to support and doco

    * Install of one version uninstalls another



Bye,

Dennis </description>
			<category>Program Development</category>
			<pubDate>Fri, 02 Jan 2009 20:49:55 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/want-an-installer-t291.htm#959</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/want-an-installer-t291.htm</guid>
		</item>
		<item>
			<title>Interested?</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/interested-t138.htm</link>
			<dc:creator>tiben20</dc:creator>
			<description>I got the knowledge to right a module class for media companion in vb 2008 for getting every info direct from the db file instead of exporting to xml if your interested just let me know</description>
			<category>Program Development</category>
			<pubDate>Wed, 05 Nov 2008 19:31:10 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/interested-t138.htm#507</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/interested-t138.htm</guid>
		</item>
		<item>
			<title>MultiThreading, Using controls accross threads.</title>
			<link>http://billyad2000.darkbb.com/program-development-f8/multithreading-using-controls-accross-threads-t96.htm</link>
			<dc:creator>billyad2000</dc:creator>
			<description>In order to take this program to the next step it will be necessary to change this into a multi-threaded application. As an example I would like to allow the program to scan for, and add new movies, while keeping the rest of the program useable.



The first problem I have come across with this is that controls can only be accessed from the same thread that created them. I have read that the way around this is to use the Invoke method, I am having difficulty working out exactly how this works.



Could  ...</description>
			<category>Program Development</category>
			<pubDate>Fri, 17 Oct 2008 12:29:19 GMT</pubDate>
			<comments>http://billyad2000.darkbb.com/program-development-f8/multithreading-using-controls-accross-threads-t96.htm#335</comments>
			<guid>http://billyad2000.darkbb.com/program-development-f8/multithreading-using-controls-accross-threads-t96.htm</guid>
		</item>
	</channel>
</rss>