Home All Groups Group Topic Archive Search About

Eject the CD/DVD tray

Author
20 Feb 2006 3:55 AM
Joe Cool
OK, I know you have to be able to do this. I have searched VB help,
this newsgroup, and google in general and I can't find any sample code
or instructions on how to eject the cd/dvd device tray from VB code.
Someone PLEASE help!!!

Author
20 Feb 2006 4:39 AM
Chris
Joe Cool wrote:
> OK, I know you have to be able to do this. I have searched VB help,
> this newsgroup, and google in general and I can't find any sample code
> or instructions on how to eject the cd/dvd device tray from VB code.
> Someone PLEASE help!!!

http://www.codeproject.com/cs/media/CDPlayer.asp

Chris
Author
20 Feb 2006 9:48 AM
Herfried K. Wagner [MVP]
"Joe Cool" <joec***@home.net> schrieb:
> OK, I know you have to be able to do this. I have searched VB help,
> this newsgroup, and google in general and I can't find any sample code
> or instructions on how to eject the cd/dvd device tray from VB code.

Opening and closing the CD-ROM drive
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=setcddoorstatus&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
27 Feb 2006 11:46 PM
Joe Cool
On Mon, 20 Feb 2006 10:48:07 +0100, "Herfried K. Wagner [MVP]"
<hirf-spam-me-here@gmx.at> wrote:

>"Joe Cool" <joec***@home.net> schrieb:
>> OK, I know you have to be able to do this. I have searched VB help,
>> this newsgroup, and google in general and I can't find any sample code
>> or instructions on how to eject the cd/dvd device tray from VB code.
>
>Opening and closing the CD-ROM drive
><URL:http://dotnet.mvps.org/dotnet/faqs/?id=setcddoorstatus&lang=en>

Worked perfectly. Thanks.