This one's a fixed version of the last one. Thanks to the help of others, i've included the CLOSE function... This is a ZIPPED version as well, so it comes with the EXE version and the source code! I still need help on figuring out how to control multiple CD drives
CD Tray Opener
--------------
Created by heresy using Microsoft Visual Basic 6.0
Compatible with: I'm not sure...
if you can figure out what version it works with,
please mail me the info. Thanks!
Description:
Opens and Closes the CD Tray. You can't choose what drive to open so far,
but me, and plenty other people are figuring that out.
File List:
frm0.frm
3Kb
frm0.frx
190b
frmAbout.frm
3Kb
frmAbout.frx
149b
open.bas
413b
open.vbp
1Kb
open.vbw
131b
readme.txt
1Kb
Similar code
A complete ping code using API Code and ICMP ! very easy
(Popularity: ) : Is a API code that allows the application to make a PING to host, just as the command "ping" made in the CMD of Windows, which will respond suitably Form On Top
(Popularity: ) : This will put your forms on top. Works good. It uses API calls to do this. Hope it helps you. Also Please visut my site, i got some video tutorials there about visual basic. A Better API Error Lookup
(Popularity: ) : Queries Windows for the meaning of an API error number, and allows you to search a range of numbers... the results get placed in a list Console API Class
(Popularity: ) : Visual Basic doesn't have the ability to read or write from the console. To accomplish this, the Win32 API exports a set of functions that interacts with a console window using handles. clsWinConsole is a simple VB class that encapsulates ...