<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Asaf Shelly - All Comments</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/</link><description>Microsoft MVP &amp;amp; Intel Black-Belt
</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Interview @ Intel IDF</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2011/10/15/interview-intel-idf.aspx#920983</link><pubDate>Thu, 27 Oct 2011 05:26:47 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:920983</guid><dc:creator>Ruari</dc:creator><description>&lt;p&gt;Nice one Asaf, well done!!&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=920983" width="1" height="1"&gt;</description></item><item><title>re: Dell Latitude On Reader 2.1 With Office 2010 Plus Problem</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2011/02/09/dell-latitude-on-reader-2-1-with-office-2010-plus-problem.aspx#839044</link><pubDate>Tue, 31 May 2011 20:10:42 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:839044</guid><dc:creator>Daryl</dc:creator><description>&lt;p&gt;I had the registry entry but had to uncheck &amp;quot;export calendar appointments&amp;quot;. That solved the problem. Thank you.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=839044" width="1" height="1"&gt;</description></item><item><title>re: Graphedit Error 0x8007048f: Device is not connected</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2011/02/09/graphedit-error-0x8007048f-device-is-not-connected.aspx#836970</link><pubDate>Sun, 22 May 2011 18:11:11 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:836970</guid><dc:creator>yuval slaz</dc:creator><description>&lt;p&gt;thanks it save me a lot of time&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=836970" width="1" height="1"&gt;</description></item><item><title>re: Dell Latitude On Reader 2.1 With Office 2010 Plus Problem</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2011/02/09/dell-latitude-on-reader-2-1-with-office-2010-plus-problem.aspx#831925</link><pubDate>Thu, 05 May 2011 21:28:40 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:831925</guid><dc:creator>SFink</dc:creator><description>&lt;p&gt;I had that registry entry already and unfortunately I still get the same error trying to run the configuration wizard for the dell reader v.2.1.3.1230&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=831925" width="1" height="1"&gt;</description></item><item><title>re: Dell Latitude On Reader 2.1 With Office 2010 Plus Problem</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2011/02/09/dell-latitude-on-reader-2-1-with-office-2010-plus-problem.aspx#818913</link><pubDate>Fri, 15 Apr 2011 20:20:43 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:818913</guid><dc:creator>Niall</dc:creator><description>&lt;p&gt;Excellent post&lt;/p&gt;
&lt;p&gt;Fixed in two minutes thanks to your post&lt;/p&gt;
&lt;p&gt;Niall&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=818913" width="1" height="1"&gt;</description></item><item><title>re: C# Activate Previous Application Instance</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/03/09/c-activate-previous-application-instance.aspx#540368</link><pubDate>Wed, 10 Mar 2010 10:26:47 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:540368</guid><dc:creator>AsafShelly</dc:creator><description>&lt;p&gt;I thought that it flashes the window on the task bar 3 times.&lt;/p&gt;
&lt;p&gt;Looks like you are right.&lt;/p&gt;
&lt;p&gt;Try this addition to the code:&lt;/p&gt;
&lt;p&gt;private void Form1_Activated(object sender, EventArgs e)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; if (FormWindowState.Minimized == WindowState)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;WindowState = FormWindowState.Normal;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=540368" width="1" height="1"&gt;</description></item><item><title>re: C# Activate Previous Application Instance</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/03/09/c-activate-previous-application-instance.aspx#540256</link><pubDate>Wed, 10 Mar 2010 08:21:10 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:540256</guid><dc:creator>Jasper</dc:creator><description>&lt;p&gt;Thank you for your replay. &lt;/p&gt;
&lt;p&gt; &amp;nbsp; I just don't have VS right now - but as far as I remember there's a problem (?) with SetForegroundWindow() function if the program that you want to set on foreground is minimized (or implement some kinda system tray technic to hide itself from taskbar). As I remember if app1 just minimized the SetForegroundWindow() from app2 just do nothing... :(&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=540256" width="1" height="1"&gt;</description></item><item><title>Verify Installation of a custom device using C#</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2009/12/29/winusb-net-component.aspx#539218</link><pubDate>Tue, 09 Mar 2010 15:57:38 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:539218</guid><dc:creator>Asaf Shelly</dc:creator><description>&lt;p&gt;Follow the link for&amp;nbsp;&lt;em&gt;Verify Installation of a custom device using C#&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=539218" width="1" height="1"&gt;</description></item><item><title>C# Activate Previous Application Instance</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/03/02/c-close-previous-application-instance.aspx#539216</link><pubDate>Tue, 09 Mar 2010 15:56:45 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:539216</guid><dc:creator>Asaf Shelly</dc:creator><description>&lt;p&gt;Continuing the following post and as an answer to Jasper: &lt;a rel="nofollow" target="_new" href="http://blogs.microsoft.co.il/blogs/asafshelly"&gt;blogs.microsoft.co.il/.../asafshelly&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=539216" width="1" height="1"&gt;</description></item><item><title>re: C# Close previous application instance</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/03/02/c-close-previous-application-instance.aspx#534366</link><pubDate>Thu, 04 Mar 2010 08:11:57 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:534366</guid><dc:creator>Jasper</dc:creator><description>&lt;p&gt;Can you show an example when new process does not close the old one but bring it to front ? &lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=534366" width="1" height="1"&gt;</description></item><item><title>OS Support for Locks &amp;#8211; Asaf Shelly | Drakz best Online Service</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/02/23/os-support-for-locks.aspx#528042</link><pubDate>Thu, 25 Feb 2010 07:48:52 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:528042</guid><dc:creator>OS Support for Locks – Asaf Shelly | Drakz best Online Service</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;OS Support for Locks &amp;amp;#8211; Asaf Shelly | Drakz best Online Service&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=528042" width="1" height="1"&gt;</description></item><item><title>FTP Configuration for Server 2008 - Asaf Shelly</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2010/02/11/ftp-configuration-for-server-2008.aspx#517592</link><pubDate>Sat, 13 Feb 2010 06:49:47 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:517592</guid><dc:creator>FTP Configuration for Server 2008 - Asaf Shelly</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;FTP Configuration for Server 2008 - Asaf Shelly&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=517592" width="1" height="1"&gt;</description></item><item><title>re: WinUSB .Net Component</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2009/12/29/winusb-net-component.aspx#514370</link><pubDate>Fri, 05 Feb 2010 07:59:13 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:514370</guid><dc:creator>chan1314</dc:creator><description>&lt;p&gt;hmm...&lt;/p&gt;
&lt;p&gt;i added anohter component, at the 2nd component, i unable to set shared device. if set, it will set back to null.&lt;/p&gt;
&lt;p&gt;in my code , i added share device manually, but it unable to received data from 2nd endpoint. the received event never trigger.&lt;/p&gt;
&lt;p&gt;thx&lt;/p&gt;
&lt;p&gt;chan&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=514370" width="1" height="1"&gt;</description></item><item><title>re: WinUSB .Net Component</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2009/12/29/winusb-net-component.aspx#503845</link><pubDate>Wed, 20 Jan 2010 05:39:39 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:503845</guid><dc:creator>AsafShelly</dc:creator><description>&lt;p&gt;Hi Chan,&lt;/p&gt;
&lt;p&gt;Was not really tested:&lt;/p&gt;
&lt;p&gt;Use two components,&lt;/p&gt;
&lt;p&gt;Set the &amp;quot;DeviceGuid&amp;quot; property on one component&lt;/p&gt;
&lt;p&gt;Set the &amp;quot;SharedDevice&amp;quot; property on the second component to point to the first.&lt;/p&gt;
&lt;p&gt;This is because there is only one handle to the device.&lt;/p&gt;
&lt;p&gt;There should not be a problem with that.&lt;/p&gt;
&lt;p&gt;Let me know how it works.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Asaf&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=503845" width="1" height="1"&gt;</description></item><item><title>re: WinUSB .Net Component</title><link>http://blogs.microsoft.co.il/blogs/asafshelly/archive/2009/12/29/winusb-net-component.aspx#503754</link><pubDate>Wed, 20 Jan 2010 02:30:46 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:503754</guid><dc:creator>chan1314</dc:creator><description>&lt;p&gt;hello.&lt;/p&gt;
&lt;p&gt;how to read/write to multiple endpoint ? &lt;/p&gt;
&lt;p&gt;thx &lt;/p&gt;
&lt;p&gt;chan&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=503754" width="1" height="1"&gt;</description></item></channel></rss>
