<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>SEHE - Skype Event Handler Example - C# Project Example Using Skype4COM and API</title><link>http://code.msdn.microsoft.com/SEHE/Project/ProjectRss.aspx</link><description>SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.      SEHE was built using Microsoft Visual C&amp;#35; 2008 Express E...</description><item><title>NEW POST: Skype4Com.dll version question</title><link>http://code.msdn.microsoft.com/SEHE/Thread/View.aspx?ThreadId=1560</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;Before I found this example I downloaded the Skype4Com.dll from the Skype developer zone. But when I try and run the project from the template there are a few new methods missing in my dll. It seems the version here on the Download page is 1.0.31.0.&lt;br /&gt; &lt;br /&gt;Do you have a reference page or some information what version of the dll corresponds to what product version of the Skype software?&lt;br /&gt;I need to know which version of Skype my application would support. It would also be good if there is a place where I can track changes to the COM interface.&lt;br /&gt; &lt;br /&gt;It was strange that the download at the developer zone was from 2007 (1.0.28.2) :-).&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Karin&lt;br /&gt;
&lt;/div&gt;</description><author>Karin</author><pubDate>Tue, 14 Apr 2009 06:34:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Skype4Com.dll version question 20090414A</guid></item><item><title>NEW POST: an annoying problem</title><link>http://code.msdn.microsoft.com/SEHE/Thread/View.aspx?ThreadId=1120</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;linan_wang wrote:&lt;br /&gt;Hi,&lt;br /&gt;In a project I use skype call to pstn numbers (uk landline, specifically). The problem is that about 30% chance when the landline side already hung up, I did not receive the clsFinished notification in callStatusChanged event. I tried polling the call.PstnStatus, but it's always empty. &lt;br /&gt;Any suggestion is appreciated, especially after 10 days of 0 response from skype forum :(&lt;br /&gt;best regards&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Finished as a status can only be a status IF the call was ever in a &amp;quot;In Progress&amp;quot; state.&lt;br /&gt; &lt;br /&gt;Examples: &lt;br /&gt; &lt;br /&gt;You call a number, it is busy, you will never receive a call status of &amp;quot;Finished&amp;quot; because the call never was in a &amp;quot;In Progress&amp;quot; state, the call never really started, because the number called was busy. Your last call status will be &amp;quot;Busy&amp;quot;.&lt;br /&gt; &lt;br /&gt;You call a bad number, you also will never receive a call status of &amp;quot;Finished&amp;quot; because the call never was in a &amp;quot;In Progress&amp;quot; state, the call never really started, because the number called was not a valid telephone number. Your last call status will be &amp;quot;Call Failed&amp;quot;&lt;br /&gt; &lt;br /&gt;You call a number, but hang-up while it is ringing, before it is answered, you also will never receive a call status of &amp;quot;Finished&amp;quot; because the call never was in a &amp;quot;In Progress&amp;quot; state, the call never really started, because you cancelled the call. Your last call status will be &amp;quot;Cancelled&amp;quot;.&lt;br /&gt; &lt;br /&gt;You make a Skype to Skype call and the Skype name called as soon as they hear ringing, click the Red Button, Your last call status will be &amp;quot;Refused&amp;quot;.&lt;br /&gt; &lt;br /&gt;You call someone, someone answers, or an answering machine answers, you or the caller end the call, this will have a status of Finished because the call was in progress. Your last call status will be &amp;quot;Finished&amp;quot;.&lt;br /&gt; &lt;br /&gt;So, you ending the call, by using the red button, or the caller or called number ending the call after an &amp;quot;In Progress&amp;quot; status has been created, will then create a &amp;quot;Finished&amp;quot; status.&lt;br /&gt; &lt;br /&gt;At times there can be a slight delay when the distant end hangs up and you receive a Finished call status, this assumes that the call was in progress at sometime, I have never personally seen this delay to be over 10 seconds.&lt;br /&gt; &lt;br /&gt;So, this is doing exactly as it should, what or when did you expect to see a &amp;quot;Finished&amp;quot; call status? &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Mon, 29 Dec 2008 18:58:58 GMT</pubDate><guid isPermaLink="false">NEW POST: an annoying problem 20081229P</guid></item><item><title>NEW POST: an annoying problem</title><link>http://code.msdn.microsoft.com/SEHE/Thread/View.aspx?ThreadId=1120</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;In a project I use skype call to pstn numbers (uk landline, specifically). The problem is that about 30% chance when the landline side already hung up, I did not receive the clsFinished notification in callStatusChanged event. I tried polling the call.PstnStatus, but it's always empty. &lt;br /&gt;Any suggestion is appreciated, especially after 10 days of 0 response from skype forum :(&lt;br /&gt;best regards&lt;br /&gt;
&lt;/div&gt;</description><author>linan_wang</author><pubDate>Sat, 27 Dec 2008 05:44:57 GMT</pubDate><guid isPermaLink="false">NEW POST: an annoying problem 20081227A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free installation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and even logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE show you how to start Skype, as well, if it is not already started, and has many switches so you can experiment with the Skype API and Skype4COM methods, with no learning time required up-front.  SEHE will save you many hours of debugging, testing and educate you quickly on the proper methods to use to interface to Skype.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well. So you can enter API commands in real-time to see how you will need to code your program, if you are using the raw API.&lt;br /&gt; &lt;br /&gt;You can also add your code inside the event handlers already in place in SEHE projects created from the template to instantly see what your code will need to do and support when you build your real project. So, as you can see SEHE has many possible uses.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check, to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application, since all the Skype interface code for all events is already present in SEHE, it allows you to start using the Skype API right away, and play with what your application will do with the Skype API and SKype4COMLib, before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon:&lt;br /&gt; &lt;br /&gt;SEHE starts with Form1 displayed normal, not minimized.&lt;br /&gt;A NotifyIcon for SEHE is displayed.&lt;br /&gt;A Taskbar entry is displayed when SEHE is being displayed normally.&lt;br /&gt;A Taskbar enter is not displayed when SEHE is minimized.&lt;br /&gt;SEHE does not honor exit requests from the SEHE Form1 window using the &amp;quot;X&amp;quot;.&lt;br /&gt;SEHE displays a warning NotifyIcon Balloon Tip, when this type of Exit is attempted and SEHE minimzes to the System tray.&lt;br /&gt; &lt;br /&gt;Single Right Mouse Clicks on the NotifyIcon of SEHE will display a contextMenuStrip.&lt;br /&gt;Single Right Mouse Clicks on the SEHE Form window will display the same contextMenuStrip as NotifyIcon.&lt;br /&gt;Single Left Mouse Clicks on the NotifyIcon of SEHE will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt;Double Left Mouse Clicks on the SEHE Form window will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt; &lt;br /&gt;All of the above functionality was provided using no code in SEHE simply selecting these choices using Visual Studio Project User Settings and the TheNotifyIconExample Project Template.&lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;A Visual Studio C# Project Template that allows you to create Projects with SEHE in them at creation time , so you can be testing many things at one time, can be installed from the download page &lt;a href="http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; Note: Do NOT redistibute any projects with SEHE logic.&lt;br /&gt; &lt;br /&gt;SEHE projects created from the template will not build if the Skype4COMLib.dll is not registered on your system. A .bat file to register and unregister Skype4COMLib.dll is included on the download page here as well as the latest Skype4COMLib.dll.&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Wed, 03 Dec 2008 01:26:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081203A</guid></item><item><title>NEW POST: General Questions for SEHE</title><link>http://code.msdn.microsoft.com/SEHE/Thread/View.aspx?ThreadId=1022</link><description>&lt;div class="wikidoc"&gt;
Please feel free to ask any questions here.&lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Mon, 01 Dec 2008 00:09:24 GMT</pubDate><guid isPermaLink="false">NEW POST: General Questions for SEHE 20081201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free installation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and even logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE show you how to start Skype, as well, if it is not already started, and has many switches so you can experiment with the Skype API and Skype4COM methods, with no learning time required up-front.  SEHE will save you many hours of debugging, testing and educate you quickly on the proper methods to use to interface to Skype.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well. So you can enter API commands in real-time to see how you will need to code your program, if you are using the raw API.&lt;br /&gt; &lt;br /&gt;You can also add your code inside the event handlers already in place in SEHE projects created from the template to instantly see what your code will need to do and support when you build your real project. So, as you can see SEHE has many possible uses.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check, to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application, since all the Skype interface code for all events is already present in SEHE, it allows you to start using the Skype API right away, and play with what your application will do with the Skype API and SKype4COMLib, before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon:&lt;br /&gt; &lt;br /&gt;SEHE starts with Form1 displayed normal, not minimized.&lt;br /&gt;A NotifyIcon for SEHE is displayed.&lt;br /&gt;A Taskbar entry is displayed when SEHE is being displayed normally.&lt;br /&gt;A Taskbar enter is not displayed when SEHE is minimized.&lt;br /&gt;SEHE does not honor exit requests from the SEHE Form1 window using the &amp;quot;X&amp;quot;.&lt;br /&gt;SEHE displays a warning NotifyIcon Balloon Tip, when this type of Exit is attempted and SEHE minimzes to the System tray.&lt;br /&gt; &lt;br /&gt;Single Right Mouse Clicks on the NotifyIcon of SEHE will display a contextMenuStrip.&lt;br /&gt;Single Right Mouse Clicks on the SEHE Form window will display the same contextMenuStrip as NotifyIcon.&lt;br /&gt;Single Left Mouse Clicks on the NotifyIcon of SEHE will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt;Double Left Mouse Clicks on the SEHE Form window will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt; &lt;br /&gt;All of the above functionality was provided using no code in SEHE simply selecting these choices using Visual Studio Project User Settings and the THeNotifyIconExample Project Template.&lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;A Visual Studio C# Project Template that allows you to create Projects with SEHE in them at creation time , so you can be testing many things at one time, can be installed from the download page &lt;a href="http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; Note: Do NOT redistibute any projects with SEHE logic.&lt;br /&gt; &lt;br /&gt;SEHE projects created from the template will not build if the Skype4COMLib.dll is not registered on your system. A .bat file to register and unregister Skype4COMLib.dll is included on the download page here as well as the latest Skype4COMLib.dll.&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 13:01:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and even logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well. So you can enter API commands in real-time to see how you will need to code your program, if you are using the raw API.&lt;br /&gt; &lt;br /&gt;You can also add your code inside the event handlers already in place in SEHE projects created from the template to instantly see what your code will need to do and support when you build your real project. So, as you can see SEHE has many possible uses.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check, to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application, since all the Skype interface code for all events is already present in SEHE, it allows you to start using the Skype API right away, and play with what your application will do with the Skype API and SKype4COMLib, before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon:&lt;br /&gt; &lt;br /&gt;SEHE starts with Form1 displayed normal, not minimized.&lt;br /&gt;A NotifyIcon for SEHE is displayed.&lt;br /&gt;A Taskbar entry is displayed when SEHE is being displayed normally.&lt;br /&gt;A Taskbar enter is not displayed when SEHE is minimized.&lt;br /&gt;SEHE does not honor exit requests from the SEHE Form1 window using the &amp;quot;X&amp;quot;.&lt;br /&gt;SEHE displays a warning NotifyIcon Balloon Tip, when this type of Exit is attempted and SEHE minimzes to the System tray.&lt;br /&gt; &lt;br /&gt;Single Right Mouse Clicks on the NotifyIcon of SEHE will display a contextMenuStrip.&lt;br /&gt;Single Right Mouse Clicks on the SEHE Form window will display the same contextMenuStrip as NotifyIcon.&lt;br /&gt;Single Left Mouse Clicks on the NotifyIcon of SEHE will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt;Double Left Mouse Clicks on the SEHE Form window will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt; &lt;br /&gt;All of the above functionality was provided using no code in SEHE simply selecting these choices using Visual Studio Project User Settings and the THeNotifyIconExample Project Template.&lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;A Visual Studio C# Project Template that allows you to create Projects with SEHE in them at creation time , so you can be testing many things at one time, can be installed from the download page &lt;a href="http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; Note: Do NOT redistibute any projects with SEHE logic.&lt;br /&gt; &lt;br /&gt;SEHE projects created from the template will not build if the Skype4COMLib.dll is not registered on your system. A .bat file to register and unregister Skype4COMLib.dll is included on the download page here as well as the latest Skype4COMLib.dll.&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 12:58:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and even logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon:&lt;br /&gt; &lt;br /&gt;SEHE starts with Form1 displayed normal, not minimized.&lt;br /&gt;A NotifyIcon for SEHE is displayed.&lt;br /&gt;A Taskbar entry is displayed when SEHE is being displayed normally.&lt;br /&gt;A Taskbar enter is not displayed when SEHE is minimized.&lt;br /&gt;SEHE does not honor exit requests from the SEHE Form1 window using the &amp;quot;X&amp;quot;.&lt;br /&gt;SEHE displays a warning NotifyIcon Balloon Tip, when this type of Exit is attempted and SEHE minimzes to the System tray.&lt;br /&gt; &lt;br /&gt;Single Right Mouse Clicks on the NotifyIcon of SEHE will display a contextMenuStrip.&lt;br /&gt;Single Right Mouse Clicks on the SEHE Form window will display the same contextMenuStrip as NotifyIcon.&lt;br /&gt;Single Left Mouse Clicks on the NotifyIcon of SEHE will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt;Double Left Mouse Clicks on the SEHE Form window will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt; &lt;br /&gt;All of the above functionality was provided using no code in SEHE simply selecting these choices using Visual Studio Project User Settings and the THeNotifyIconExample Project Template.&lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;A Visual Studio C# Project Template that allows you to create Projects with SEHE in them at creation time , so you can be testing many things at one time, can be installed from the download page &lt;a href="http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; Note: Do NOT redistibute any projects with SEHE logic.&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 12:50:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130P</guid></item><item><title>UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008)</title><link>http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx?ReleaseId=1871</link><description></description><author></author><pubDate>Sun, 30 Nov 2008 11:32:06 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008) 20081130A</guid></item><item><title>UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008)</title><link>http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx?ReleaseId=1871</link><description></description><author></author><pubDate>Sun, 30 Nov 2008 11:23:28 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008) 20081130A</guid></item><item><title>UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008)</title><link>http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx?ReleaseId=1871</link><description></description><author></author><pubDate>Sun, 30 Nov 2008 11:22:57 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008) 20081130A</guid></item><item><title>CREATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008)</title><link>http://code.msdn.microsoft.com/SEHE/Release/ProjectReleases.aspx?ReleaseId=1871</link><description></description><author></author><pubDate>Sun, 30 Nov 2008 11:16:31 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: SEHE C-Sharp Project Template (Nov 30, 2008) 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and even logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon:&lt;br /&gt; &lt;br /&gt;SEHE starts with Form1 displayed normal, not minimized.&lt;br /&gt;A NotifyIcon for SEHE is displayed.&lt;br /&gt;A Taskbar entry is displayed when SEHE is being displayed normally.&lt;br /&gt;A Taskbar enter is not displayed when SEHE is minimized.&lt;br /&gt;SEHE does not honor exit requests from the SEHE Form1 window using the &amp;quot;X&amp;quot;.&lt;br /&gt;SEHE displays a warning NotifyIcon Balloon Tip, when this type of Exit is attempted and SEHE minimzes to the System tray.&lt;br /&gt; &lt;br /&gt;Single Right Mouse Clicks on the NotifyIcon of SEHE will display a contextMenuStrip.&lt;br /&gt;Single Right Mouse Clicks on the SEHE Form window will display the same contextMenuStrip as NotifyIcon.&lt;br /&gt;Single Left Mouse Clicks on the NotifyIcon of SEHE will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt;Double Left Mouse Clicks on the SEHE Form window will toggle between displaying the SEHE window and minimizing it.&lt;br /&gt; &lt;br /&gt;All of the above functionality was provided using no code in SEHE simply selecting these choices using Visual Studio Project User Settings and the THeNotifyIconExample Project Template.&lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:58:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using Microsoft ClickOnce technology from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:36:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE shows how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:35:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE show how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:34:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free intsallation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE show how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;http://code.msdn.microsoft.com/TheNotifyIconExample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: &lt;a href="http://skype.saveontelephonebills.com/SEHE/publish.htm" class="externalLink"&gt;Click Here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:33:21 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The Full Project, Heavily Commented is iIncluded.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE show how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;http://code.msdn.microsoft.com/TheNotifyIconExample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: http://skype.saveontelephonebills.com/SEHE/publish.htm&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded after installing  SEHE using the ClickOnce link above, by clicking the SEHE Link at the top of SEHE &amp;quot;Click For Help With This Program&amp;quot;.&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:25:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The Full Project, Heavily Commented is iIncluded.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE show how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;http://code.msdn.microsoft.com/TheNotifyIconExample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: http://skype.saveontelephonebills.com/SEHE/publish.htm&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;Full Project Source can be downloaded by clicking the SEHE Link at the top &amp;quot;Click For Help With This Program&amp;quot;&lt;br /&gt; &lt;br /&gt;SEHE can be removed at anytime via control panel and add/remove programs.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:24:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SEHE/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;SEHE is an example of how to use the Skype API. The Full Project, Heavily Commented is iIncluded.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full logging is supported as well as a SEHE provided both as a template and ClickOnce Project.&lt;br /&gt;&lt;br /&gt;SEHE also show how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially.
&lt;br /&gt; &lt;br /&gt;SEHE logs ALL Skype events produced from both the raw API as well as Skype4COMLib.&lt;br /&gt; &lt;br /&gt;SEHE has two display modes one shows just Skype4COMLib events and one shows raw API events with a command Window as well.&lt;br /&gt; &lt;br /&gt;SEHE Display: API Command Window and Skype4COM Events.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3992" alt="APIWindowNotHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE Display: Skype4COM events only, API window hidden.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=SEHE&amp;amp;DownloadId=3991" alt="APIWindowHidden.JPG " /&gt;&lt;br /&gt; &lt;br /&gt;SEHE show how to deal with Skype client attachment as well as Skype program authorization and will even prompt users with a web page using their default browser to download Skype if the Skype client is not found on the users computer.&lt;br /&gt; &lt;br /&gt;SEHE is a great test tool, to run along your application if needed as a sanity check to see what events are really being fired from the Skype client that your application maybe missing. &lt;br /&gt; &lt;br /&gt;SEHE also is a great way to quickly test code prior to building your program or application since all the Skype interface code for all events is already present, it allows you to start using the Skype API right away, and play with what your application will do before it is even created.&lt;br /&gt; &lt;br /&gt;SEHE uses TheNotifyIconExample logic for control of NotifyIcon, Taskbar dipslay, ContexTextMenuStrip assigment, sharing and display for Form1 and NotifyIcon. Mouse Click assignments, left and right, single and double for Form1 and NotifyIcon. &lt;br /&gt; &lt;br /&gt;TheNotifyIconExample is in the MSDN code gallery as well. &lt;br /&gt; &lt;br /&gt;More information can be found here about TheNotifyIconExample, &lt;a href="http://code.msdn.microsoft.com/TheNotifyIconExample" class="externalLink"&gt;http://code.msdn.microsoft.com/TheNotifyIconExample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;SEHE can be installed using ClickOnce from here: http://skype.saveontelephonebills.com/SEHE/publish.htm&lt;br /&gt; &lt;br /&gt;SEHE has links on the SEHE for ALL API and Skype4COM documentation, a Link back here to the MSDN code gallery, as well as a link for help in the Skype Forum for SEHE.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheUberOverLord</author><pubDate>Sun, 30 Nov 2008 09:22:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081130A</guid></item></channel></rss>