Results 1 to 2 of 2
  1. #1
    XxTylerxX's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    MPGH
    Posts
    1,269
    Reputation
    14
    Thanks
    522

    [Tutorial]Open and Close cd tray

    Here is some simple codes to open and close the cd tray
    Open
    Code:
    { mciSendStringA("set CDAudio door open", rt, 127, 0); }
    Close
    Code:
    { mciSendStringA("set CDAudio door closed", rt, 127, 0); }
    Respect List:
    Nooby Banana
    Bombsaway
    Luke

  2. #2
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    its like a box
    nah but sirously gona test it tomorrow. ;D

    ojeah i'm getting C tommorow at school (1year earlier then i should get it but care the teacher said that i can do it.(i mean come on i make tutorials for the school. >.> and im in the 2nd semester of the education, and now im gona learn things of the 4th))


    *UPDATE*

    Can u add these codes too:
    Code:
    using System.Runtime.InteropServices;
    then underneath the form1:form
    {
    Code:
    [DllImport("winmm.dll", EntryPoint = "mciSendStringA")]
    public static extern void mciSendStringA(string lpstrCommand,
    string lpstrReturnString, long uReturnLength, long hwndCallback);
    
    string rt = "";
    Last edited by Kuro Tenshi; 05-18-2010 at 05:07 AM.
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

Similar Threads

  1. Replies: 9
    Last Post: 04-27-2010, 09:32 PM
  2. Replies: 4
    Last Post: 12-17-2009, 01:45 PM
  3. Video Tutorial (GP and vista help)
    By gudsoldier in forum Combat Arms Hacks & Cheats
    Replies: 49
    Last Post: 07-06-2009, 10:20 PM
  4. favrent anime opening and ending(music)
    By Doupleganger in forum Anime
    Replies: 3
    Last Post: 07-25-2007, 06:29 AM
  5. [Tutorial] Buy and equip 6th slot items
    By bagpiperdude90 in forum WarRock - International Hacks
    Replies: 19
    Last Post: 05-03-2007, 07:51 PM