<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to Create a Shortcut to Eject CD or DVD Drive</title>
	<atom:link href="http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/</link>
	<description>Tips and Tricks on Computing, Technology and Gadgets.</description>
	<pubDate>Thu, 04 Dec 2008 02:56:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: How to Create a Shortcut to Eject CD or DVD Drive (Excerpt) &#187; My Digital Life</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-468</link>
		<dc:creator>How to Create a Shortcut to Eject CD or DVD Drive (Excerpt) &#187; My Digital Life</dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-468</guid>
		<description>[...] reading How to Create a Shortcut to Eject CD or DVD Drive at Tip and [...]</description>
		<content:encoded><![CDATA[<p>[...] reading How to Create a Shortcut to Eject CD or DVD Drive at Tip and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EjectMe! Yahoo! Widget Download to Eject and Close Optical Drive from Desktop &#187; Tip and Trick</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-131</link>
		<dc:creator>EjectMe! Yahoo! Widget Download to Eject and Close Optical Drive from Desktop &#187; Tip and Trick</dc:creator>
		<pubDate>Fri, 04 Apr 2008 16:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-131</guid>
		<description>[...] or open, and, if motorized (notebook computer out of luck), close the optical drives. (Also see create Eject CD/DVD shortcut and create Close CD/DVD shortcut) EjectMe! works in all version of Windows operating system, [...]</description>
		<content:encoded><![CDATA[<p>[...] or open, and, if motorized (notebook computer out of luck), close the optical drives. (Also see create Eject CD/DVD shortcut and create Close CD/DVD shortcut) EjectMe! works in all version of Windows operating system, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create a Shortcut to Close the CD/DVD Drive &#187; Tip and Trick</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-83</link>
		<dc:creator>How to Create a Shortcut to Close the CD/DVD Drive &#187; Tip and Trick</dc:creator>
		<pubDate>Wed, 02 Apr 2008 16:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-83</guid>
		<description>[...] can create a shortcut to open or eject the CD/DVD drive, it&#8217;s time to create another shortcut to close the CD/DVD-ROM or CD/DVD burner or writer [...]</description>
		<content:encoded><![CDATA[<p>[...] can create a shortcut to open or eject the CD/DVD drive, it&#8217;s time to create another shortcut to close the CD/DVD-ROM or CD/DVD burner or writer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-75</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-75</guid>
		<description>VB.NET Code

&lt;code&gt;'private field:
Private setTrayStatus As Long
'API
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" _
 (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
  ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer


'use this code to open the tray:
setTrayStatus = mciSendString("Set CDAudio Door Open", Nothing, 0, 0)

'use this code to close the tray:
setTrayStatus = mciSendString("Set CDAudio Door Closed", Nothing, 0, 0)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>VB.NET Code</p>
<p><code>'private field:<br />
Private setTrayStatus As Long<br />
'API<br />
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" _<br />
 (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _<br />
  ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer</p>
<p>'use this code to open the tray:<br />
setTrayStatus = mciSendString("Set CDAudio Door Open", Nothing, 0, 0)</p>
<p>'use this code to close the tray:<br />
setTrayStatus = mciSendString("Set CDAudio Door Closed", Nothing, 0, 0)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deyaa Addeen Fahmy</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-70</link>
		<dc:creator>Deyaa Addeen Fahmy</dc:creator>
		<pubDate>Tue, 01 Apr 2008 08:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-70</guid>
		<description>Frankly I don't know, But I don't like using third party.
thanks .</description>
		<content:encoded><![CDATA[<p>Frankly I don&#8217;t know, But I don&#8217;t like using third party.<br />
thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-66</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Apr 2008 06:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-66</guid>
		<description>Not as I know of. If you manage to find a method using Windows internal DLL to eject CD-ROM drive, do share.</description>
		<content:encoded><![CDATA[<p>Not as I know of. If you manage to find a method using Windows internal DLL to eject CD-ROM drive, do share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deyaa Addeen Fahmy</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-65</link>
		<dc:creator>Deyaa Addeen Fahmy</dc:creator>
		<pubDate>Tue, 01 Apr 2008 05:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-65</guid>
		<description>Can I do this without third party?
Thanks a lot 4 efforts.</description>
		<content:encoded><![CDATA[<p>Can I do this without third party?<br />
Thanks a lot 4 efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Add Keyboard Shortcut (Hot Key) to Eject CD or DVD Drive &#187; Tip and Trick</title>
		<link>http://www.tipandtrick.net/2008/how-to-create-a-shortcut-to-eject-cd-or-dvd-drive/#comment-64</link>
		<dc:creator>How to Add Keyboard Shortcut (Hot Key) to Eject CD or DVD Drive &#187; Tip and Trick</dc:creator>
		<pubDate>Tue, 01 Apr 2008 05:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipandtrick.net/?p=125#comment-64</guid>
		<description>[...] to press the open or eject button to open the CD or DVD drive disc tray inconvenient, then you can create a shortcut to fast access the eject CD and DVD drive function. Shouldn&#8217;t it be nicer if user can also simply press a keyboard shortcut or keyboard [...]</description>
		<content:encoded><![CDATA[<p>[...] to press the open or eject button to open the CD or DVD drive disc tray inconvenient, then you can create a shortcut to fast access the eject CD and DVD drive function. Shouldn&#8217;t it be nicer if user can also simply press a keyboard shortcut or keyboard [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
