<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Dan Fernandez - Demo of C# Express (pull images from Google)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<link></link>
	</image>
	<description>Dan Fernandez, here, demonstrates how to build a cool little application in Visual C# Express Edition (you can download that from the
Channel 9 Express site).&amp;nbsp; 

Follow along as Dan takes you through the 
demo&#39;s source code and gives you a visual tour of C# Express.

Make sure while you are at it you submit an application to Channel 9&#39;s 
Summer of Express contest&amp;nbsp;for a chance to win an XBox, Halo 2 and a year of Xbox live.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 00:02:56 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 00:02:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[i used to program a little, nothing serious. However I can see that these features look really good - really productive - well done.<br>
<br>
samuel<br>
<p>posted by moofish</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632264798710000000</link>
		<pubDate>Mon, 26 Jul 2004 23:04:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632264798710000000</guid>
		<dc:creator>moofish</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[How super cool!&nbsp; The more I see the more I like C# Express!<br>
<br>
Asynch Background Worker (reporting progress (do work, report change, run worker completed))&nbsp;is super powerful and easy, easy to use!&nbsp; Next, the general RAD stuff is really impressive.&nbsp; This video is a great example of how easy it is to add, edit and debug
 complexish code.&nbsp; In debug, intellisense works in the watch window and you can view html from memory (variables)&nbsp;in a visualizer window.&nbsp; Daniel shows how to use a dictionary with a key and an image class (keeping images in memory and never writing them to
 disc).&nbsp; <br>
<br>
RAD tools demonstrated include showing how to easily add the fully qualified name for a resource or add using to the top of the code with the appropriate namespace for missing data types.&nbsp; Refactor and extract method are demonstrated which allow you to take
 a piece of code an set it as a new function.&nbsp; You can see definitions of functions without jumping to the definition of the function.&nbsp; You can click definitions, 'surround with' to automatically add a try catch.&nbsp; Next, you can call a function without adding
 the stub for the new call.&nbsp; The IDE then will offer to create the method stub for the new function and it will create the stub with the correct return (or void) and add necessary data types to the definition.&nbsp;&nbsp;Code snippet expansions ('For Each' for example)
 will write out for you and you just pick a variable name, type and a collection to use for your for each and it's written.&nbsp; Now you can just add the code you want to execute for each whatever.&nbsp; Rename refactoring is shown&nbsp;to rename variables and objects in
 the program and it will change the reference in all comments, strings and code.&nbsp; You can use rename refactoring to rename a progress bar for example.&nbsp;
<br>
<br>
Thanks, Daniel, for another great demo!<p>posted by gswitz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632264854730000000</link>
		<pubDate>Tue, 27 Jul 2004 00:37:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632264854730000000</guid>
		<dc:creator>gswitz</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Thanks Samuel and Geoff, definitely appreciate it&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
I've added a walkthrough of the code and some of the UI for the application <a href="http://blogs.msdn.com/danielfe/archive/2004/07/26.aspx">
on my blog</a>&nbsp;if people want to know more about how the application works.<br>
&nbsp;<br>
Thanks,<br>
-Dan<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265017240000000</link>
		<pubDate>Tue, 27 Jul 2004 05:08:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265017240000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Thank you! great show! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> C# Express realy rocks, any news on next beta?<br>
keep the good work<br>
<br>
/Tyko<p>posted by Tyko</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265147920000000</link>
		<pubDate>Tue, 27 Jul 2004 08:46:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265147920000000</guid>
		<dc:creator>Tyko</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Nice post. Though I do not have either of the two required OS (XP or Windows 2003 Server) to run the Express Editions of VC# or VB, I'd like to see the code that gets the return string from the HTML query passed to Google. Can you guys please post the
 code for the GetGoogleImages() function?<br>
<br>
The search and replace is a good thing if it actually looks up object references and renames only those that actually match the object. I hope it doesn't simply perform a text-based search like what we already have. Consider this:<br>
<br>
udtChild.Foo();<br>
udtChildren.Goo();<br>
<br>
I want to rename udtChild, which is an instance of a control, to udtBar. With a text-based search and replace, I end up with the unwanted scenario where all occurances of udtChild become udtBar, including the occurance of the substring udtChild in udtChildren.
 So, in effect, my code becomes:<br>
<br>
udtBar.Foo();<br>
udtBarren.Goo();<br>
<br>
which is not so great. Thanks for the great post. <br>
<p>posted by Sathyaish Chakravarthy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265231710000000</link>
		<pubDate>Tue, 27 Jul 2004 11:06:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265231710000000</guid>
		<dc:creator>Sathyaish Chakravarthy</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Kind of unfortunate that when Dan was demonstrating the IntelliSense <strong>
Try Catch</strong> feature that he set the exception as System.Exception. A missed opportunity to teach newbie programers a best practice of not catching System.Exception.<p>posted by Gimped</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265310910000000</link>
		<pubDate>Tue, 27 Jul 2004 13:18:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265310910000000</guid>
		<dc:creator>Gimped</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Thanks Sathyaish,<br>
<br>
One thing to note about your post is that you can install C# Express on Windows 2000 as well as XP and 2003. I'm not sure if this helps you, but I wanted to make sure you knew.&nbsp; You can find the system requirements
<a href="http://lab.msdn.microsoft.com/express/vcsharp/readme/default.aspx">here</a>.<br>
<br>
<p><em>Visual C# Express can be installed on any of the following systems:</em></p>
<ul>
<li><em>Microsoft Windows® 2003 Server™ </em></li><li><em>Windows XP </em></li><li><em>Windows 2000</em> </li></ul>
To your question about how refactoring works, you are correct, we use the power of the compiler to find the exact references that need to be changed when invoking a refactoring rather then a using a simple search and replace.&nbsp; The goal being that when you invoke
 a refactoring, you can trust that it's change the right code.&nbsp; For more information, you&nbsp;might want to see
<a href="http://blogs.msdn.com/jaybaz_ms/">Jay Bazuzi's blog</a> which can provide more detail into how we've implemented
<a href="http://blogs.msdn.com/jaybaz_ms/category/4688.aspx">refactoring</a>.<br>
<br>
Also, you can find the source code for the&nbsp;entire project, including the GetGoogleImages code
<a href="http://channel9.msdn.com/Photos/ZippedFiles/GoogleImagesSample_final.zip">
here</a>.<br>
<br>
Thanks,<br>
-Dan&nbsp;&nbsp;&nbsp;<br>
<br>
<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265382550000000</link>
		<pubDate>Tue, 27 Jul 2004 15:17:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265382550000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<p>Tyko,<br>
<br>
We haven't announced when Beta 2 will be available yet, stay tuned....<br>
<br>
<br>
Gimped,<br>
<br>
I hear what you're saying with not explaining try/catch, but what I was trying to show was how the tool makes adding try/catch statements easier rather then best practices for try/catch. The ResetForm method doesn't have an &quot;expected&quot; exception so I set it
 as System.Exception to catch any exception.&nbsp;I was going to add the try/catch code for the WebRequest where I could catch the System.Net.WebException type and see if the error was a 404 error, but it involved lots more&nbsp;time, code and&nbsp;might have been confusing
 for someone who hasn't programmed with the System.Net namespace before.<br>
<br>
Thanks,<br>
-Dan&nbsp;<br>
<br>
</p>
<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265395150000000</link>
		<pubDate>Tue, 27 Jul 2004 15:38:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265395150000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Hello, Dan!<br>
<br>
I was itching to say thanks, but the slow connection wouldn't let me. Finally, I've made my way through.<br>
<br>
Like always, you guys are amazing. I gather you put up the link to the zipped source code only after my post? Amazing! Thanks a big bunch, Dan.<br>
<br>
It comes as news to me, and in that a pleasant one that I can run VS Express on Windows 2000 as well. Thanks for that info. I really didn't know that. I recollect reading something about...but never mind. I am way too forgetful.<br>
<br>
I actually tried installing both, VB Express as well as VC# Express Editions on my PC around the time the betas were released. Also scraped through the instructions that said it appears to hang after the first reboot, while installation. But when I tried, it
 looked as though it had hung even prior to the first boot. There was a blank progress bar, and after a seemingly endless wait, no progress. So, I dropped the idea.<br>
<br>
I thought if there have been major changes to the .NET Base Class Libraries, then I might as well stick to .NET 1.1, because I'm supposed to be doing a project on VC# with VS2003 in this month or the next. We've already started. So I didn't chase the idea.<br>
<br>
Thanks again, Dan. I am excited about the way you guys are treating us all on Channel 9. In general, I'm overwhelmed by the responses and the attitude Microsoft employees have towards others. I guess that is another trait that makes people like Microsoft.<br>
<p>posted by Sathyaish Chakravarthy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265440130000000</link>
		<pubDate>Tue, 27 Jul 2004 16:53:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265440130000000</guid>
		<dc:creator>Sathyaish Chakravarthy</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[This is the first great C# Express demo' shown on this site. Well done!<br>
<br>
One wish for refactoring stuff: I would like new code to not only appear at the end of the code file (per class) but the ability to route auto-gen'ed code to
<i>regions </i>would be great as well.<br>
<br>
Another wish: to be able to sort any block of lines of code alphanumerically.<br>
<p>posted by rasx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265485220000000</link>
		<pubDate>Tue, 27 Jul 2004 18:08:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265485220000000</guid>
		<dc:creator>rasx</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<p>More&nbsp;VS express stuff please <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
Maybe a video on how to save data in different ways like, databases, textfiles, inis, the registry, xml files&nbsp;and/or any other method(s).<br>
&nbsp;<br>
Is the final version going to be a free download or will it cost money?<br>
<br>
C# is pretty fun i must say, tough&nbsp;a bit&nbsp;hard to learn&nbsp;when the only prior&nbsp;&quot;programming experience&quot; you have is asp, php and mirc script.
<br>
But it will probably be much easier when the help is done.<br>
<br>
<br>
<br>
<br>
<br>
</p>
<p>posted by Deamer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265684670000000</link>
		<pubDate>Tue, 27 Jul 2004 23:41:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632265684670000000</guid>
		<dc:creator>Deamer</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[hi, here can you find a very nice video by Dan(the man) how to save data in database, textfiles and xml <a href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040219csharpdf/manifest.xml">http&#58;&#47;&#47;msdn.microsoft.com&#47;msdntv&#47;episode.aspx&#63;xml&#61;episodes&#47;en&#47;20040219csharpdf&#47;manifest.xml</a> have fun!<p>posted by Tyko</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266060460000000</link>
		<pubDate>Wed, 28 Jul 2004 10:07:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266060460000000</guid>
		<dc:creator>Tyko</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[rasx said:<br>
<br>
<blockquote><i>Another wish: to be able to sort any block of lines of code alphanumerically</i>.<br>
</blockquote>
<br>
That almost cracked me up until I read it again and noticed the word <i>block</i>, and I understood it must mean the ability to sort Region directives alphanumerically.<br>
<br>
I thought somene was asking the IDE to be able to sort source code lines alphanumerically. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<p>posted by Sathyaish Chakravarthy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266190460000000</link>
		<pubDate>Wed, 28 Jul 2004 13:44:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266190460000000</guid>
		<dc:creator>Sathyaish Chakravarthy</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Hehe looks great! keep up the great work all you guys on the C# and whidbey teams. Im up here in redmond as I write this, visiting the U of W and MS. I look forward to working with you guys some day. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br>
<br>
And just out of curiosity I stopped by the MS recruiting center and they had some convention thing at the park? what was that all about...<br>
<br>
<p>posted by crispybit</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266438110000000</link>
		<pubDate>Wed, 28 Jul 2004 20:36:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632266438110000000</guid>
		<dc:creator>crispybit</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[I just had a play around with this and made various changes.<br>
<br>
I added another couple of worker methods so that the program is more asynchronous. I got rid of the progress bar and made the images populate the image list as they are being retrieved. When it has fetched all the thumbnails the program then goes and fetches
 all the higher resolution images. You can click on an image in the imagelist at any time and it will either display the thumbnail or the high resolution image if it has been retrieve by then.<br>
<br>
I also added the ability to save the high resolution mages to your harddrive.<br>
<br>
It's only the second thing I've ever written in C# so forgive me if I've made some terrible mistake. Any comments would be appreciated.<br>
<br>
My modified code is <a href="http://www.silverelectron.com/googlesampleupdate.zip">
here</a><br>
<p>posted by eddwo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632270304320000000</link>
		<pubDate>Mon, 02 Aug 2004 08:00:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632270304320000000</guid>
		<dc:creator>eddwo</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[What font is it that they are using for these demos? They really stand out and could come in handy sometimes.<p>posted by Wukkuan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632270509920000000</link>
		<pubDate>Mon, 02 Aug 2004 13:43:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632270509920000000</guid>
		<dc:creator>Wukkuan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[C# is very useful. I know C, so it made more sense to learn C# instead of VB. I still use C when I write console applications (its just faster to code), but for Windows apps, C# is my pick.<br>
<p>posted by b0b</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632271777380000000</link>
		<pubDate>Wed, 04 Aug 2004 00:55:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632271777380000000</guid>
		<dc:creator>b0b</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Hi Wukkuan,<br>
<br>
I use Arial Black (size 14). It's a very readable font from a far distance because of it's thickness and it's my preferred demo font.<br>
<br>
Thanks,<br>
-Dan<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632271854820000000</link>
		<pubDate>Wed, 04 Aug 2004 03:04:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632271854820000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Hi i've just built the Google image searcher for my students and I was wondering how to intergrate the copy and paste functions into the app, so when they do a search for images using this app they can copy from the app and then they can paste the image
 that they copied into another app like MS Word2003.<br>
<br>
I am a very basic programmer.<br>
<br>
Any help would be great&nbsp;<p>posted by nite2kx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632368932660000000</link>
		<pubDate>Wed, 24 Nov 2004 11:41:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632368932660000000</guid>
		<dc:creator>nite2kx</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<p dir="ltr">I think the best way to allow the copy ability is to add a context menu option called Copy Image and then set its click Event&nbsp;code to the following:<br>
<br>
private void copy_click(object sender, EventArgs e)<br>
{<br>
&nbsp;ClipBoard.SetDataObject(detailedPicture.Image,true);<br>
}<br>
<br>
I might add this only copies the image thats in the detailedPictures box AKA the big picture <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
This will allow you to paste into what ever... <br>
</p>
<p>posted by wacko</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632372056330000000</link>
		<pubDate>Sun, 28 Nov 2004 02:27:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632372056330000000</guid>
		<dc:creator>wacko</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<p>Visual C# Express&nbsp;Edition features are really cool...&nbsp;Code maintainability and development are still more easy. Its great.</p>
<p>posted by Surendra</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632375766740000000</link>
		<pubDate>Thu, 02 Dec 2004 09:31:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632375766740000000</guid>
		<dc:creator>Surendra</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[I'm trying to duplicate the demo's functionality, but i keep getting threading access errors on my dowork function. As far as i can tell, nothing is accessing the main thread, but it keeps claiming that i am.<br>
<br>
<p>localhost.GalleryComponentDataSet myset=(localhost.GalleryComponentDataSet)e.Argument;</p>
<p>// int progress = 0;</p>
<p>// BackgroundWorker worker = sender as BackgroundWorker;</p>
<p>// worker.ReportProgress(progress&#43;&#43;);</p>
<p></p>
<p>//Load images</p>
<p>foreach (localhost.GalleryComponentDataSet.PicsRow row in myset.Pics)</p>
<p>{</p>
<p>try</p>
<p>{</p>
<p></p>
<p>error here--&gt;&gt;Stream ImageStream = new WebClient().OpenRead(&quot;http://localhost/newalpha/&quot;&#43;String.Format(&quot;ViewPhoto-{0}.aspx?Width=50&quot;,row.ID));</p>
<p>Image img = Image.FromStream(ImageStream);</p>
<p>//UrlAndImage.Add(System.Configuration.ConfigurationSettings.AppSettings[&quot;WebsitePath&quot;] &#43; String.Format(&quot;ViewPhoto-{0}.aspx&quot;, row.ID), img);</p>
<p>UrlAndImage.Add(&quot;http://localhost/newalpha/&quot;&#43; String.Format(&quot;ViewPhoto-{0}.aspx&quot;, row.ID), img);</p>
<p>}</p>
<p>catch</p>
<p>{ }</p>
<p>finally</p>
<p>{</p>
<p>// worker.ReportProgress(progress&#43;&#43;);</p>
<p>}</p>
<p>}</p>
<p>//Send result back to Form</p>
<p>e.Result = UrlAndImage;</p>
<p>posted by blackgold9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385416850000000</link>
		<pubDate>Mon, 13 Dec 2004 13:34:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385416850000000</guid>
		<dc:creator>blackgold9</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[my question is why are you passing in two vars??<br>
<br>
Stream ImageStream = new WebClient().OpenRead(&quot;http://localhost/newalpha/&quot;&#43;String.Format(&quot;ViewPhoto-{0}.aspx?Width=50&quot;,row.ID));<br>
<br>
I just want to be clear on that line of code...<p>posted by wacko</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385519210000000</link>
		<pubDate>Mon, 13 Dec 2004 16:25:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385519210000000</guid>
		<dc:creator>wacko</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[very very nice demo!<br>
<br>
great job, congratulations&nbsp;Dan!<br>
<br>
i want to&nbsp;have it now!!!<br>
<br>
Anthony<br>
<a href="http://www.mentores.net">http&#58;&#47;&#47;www.mentores.net</a><p>posted by anthonyar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385869330000000</link>
		<pubDate>Tue, 14 Dec 2004 02:08:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632385869330000000</guid>
		<dc:creator>anthonyar</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Thanks for the cool demo! I can't wait for Whidbey to be released!<p>posted by vbNullString</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632386002140000000</link>
		<pubDate>Tue, 14 Dec 2004 05:50:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632386002140000000</guid>
		<dc:creator>vbNullString</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Hello Dan, great application you made some time ago, its really interesting , i m having some difficult time trying to get it to work in newest Visual C# Express so i thought maybe you could help me solve this error.<br>
<br>
So the error is when i try to open the GoogleForm.cs in Designer wiew <br>
&quot;&quot;&quot;Warning&nbsp;&nbsp; &nbsp;1&nbsp;&nbsp; &nbsp;The designer cannot process the code at line 117: <br>
<br>
this.googleToolStrip.Raft = System.Windows.Forms.RaftingSides.Top;<br>
<br>
The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified.&nbsp; Please remove any changes and try opening the designer again.&nbsp;&nbsp; &nbsp;C:\Documents and Settings\sivnovagod\Desktop\googim3\GoogleImagesSample\GoogleForm.Designer.cs&nbsp;&nbsp;
 &nbsp;118&nbsp;&nbsp; &nbsp;0&nbsp;&nbsp; &nbsp;<br>
&quot;&quot;&quot;<br>
<br>
I also get a build error <br>
&quot;&quot;&quot;Error&nbsp;&nbsp; &nbsp;2&nbsp;&nbsp; &nbsp;The type or namespace name 'RaftingContainer' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)&nbsp;&nbsp; &nbsp;C:\Documents and Settings\sivnovagod\Desktop\googim3\GoogleImagesSample\GoogleForm.Designer.cs&nbsp;&nbsp;
 &nbsp;314&nbsp;&nbsp; &nbsp;38&nbsp;&nbsp; &nbsp;GoogleImagesSample&quot;&quot;&quot;<br>
<br>
Do you know a way around this?<br>
Id be very grateful for your help.<br>
<br>
Cheers<br>
Ivan Simurina<p>posted by sivko23</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632727647560000000</link>
		<pubDate>Fri, 13 Jan 2006 15:59:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632727647560000000</guid>
		<dc:creator>sivko23</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<blockquote>
<div>sivko23 wrote:</div>
<div><br>
So the error is when i try to open the GoogleForm.cs in Designer wiew <br>
&quot;&quot;&quot;Warning&nbsp;&nbsp; &nbsp;1&nbsp;&nbsp; &nbsp;The designer cannot process the code at line 117: <br>
<br>
this.googleToolStrip.Raft = System.Windows.Forms.RaftingSides.Top;<br>
<br>
The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified.&nbsp; Please remove any changes and try opening the designer again.&nbsp;&nbsp; &nbsp;C:\Documents and Settings\sivnovagod\Desktop\googim3\GoogleImagesSample\GoogleForm.Designer.cs&nbsp;&nbsp;
 &nbsp;118&nbsp;&nbsp; &nbsp;0&nbsp;&nbsp; &nbsp;<br>
&quot;&quot;&quot;<br>
<br>
I also get a build error <br>
&quot;&quot;&quot;Error&nbsp;&nbsp; &nbsp;2&nbsp;&nbsp; &nbsp;The type or namespace name 'RaftingContainer' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)&nbsp;&nbsp; &nbsp;C:\Documents and Settings\sivnovagod\Desktop\googim3\GoogleImagesSample\GoogleForm.Designer.cs&nbsp;&nbsp;
 &nbsp;314&nbsp;&nbsp; &nbsp;38&nbsp;&nbsp; &nbsp;GoogleImagesSample&quot;&quot;&quot;<br>
<br>
Do you know a way around this?<br>
Id be very grateful for your help.<br>
<br>
Cheers<br>
Ivan Simurina</div>
</blockquote>
<br>
<br>
<br>
Hey Ivan, <br>
<br>
Sorry for not responding sooner, but there is an updated version that works with the final release of Visual C# Express
<a href="http://www.danfernandez.com/view/view.aspx?ID=170">available here</a>. <br>
<br>
Thanks,<br>
-Dan<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632885069080000000</link>
		<pubDate>Fri, 14 Jul 2006 20:48:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c632885069080000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[
<p>Dear Sir <br>
i have downloaded the code and tried to run it&nbsp; but it gives following error , pl help me
<br>
<br>
Ajay <br>
<br>
Warning&nbsp;1&nbsp;The designer cannot process the code at line 117: </p>
<p>this.googleToolStrip.Raft = System.Windows.Forms.RaftingSides.Top;</p>
<p>The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified.&nbsp; Please remove any changes and try opening the designer again.&nbsp;C:\Documents and Settings\Administrator.AJAY\Desktop\GoogleImagesSample_final\GoogleImagesSample\GoogleForm.Designer.cs&nbsp;118&nbsp;0&nbsp;<br>
</p>
<p>posted by AjayParikh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c633386682490000000</link>
		<pubDate>Fri, 15 Feb 2008 10:30:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c633386682490000000</guid>
		<dc:creator>AjayParikh</dc:creator>
	</item>
	<item>
		<title>Re: Dan Fernandez - Demo of C# Express (pull images from Google)</title>
		<description>
			<![CDATA[Cab anybody share source code? Lnks are broken :(<p>posted by kdv</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c634316796790000000</link>
		<pubDate>Wed, 26 Jan 2011 23:01:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google#c634316796790000000</guid>
		<dc:creator>kdv</dc:creator>
	</item>
</channel>
</rss>