Results 1 to 7 of 7
  1. #1
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27

    [Source] Draw CheckBox

    This one was on my old PC i used to use.. don't no if it will still work or not..
    Credits are to whoever made it.


    Code:
    void DrawCheckBox(bool state,int x, int y, const char *txt,D3DCOLOR CBC, D3DCOLOR CBBC,D3DCLOR TC , LPDIRECT3DDEVICE9)
    {
    if(state)
    {
    FillARGB( x + 2, y - 2, 47,47 CBC,pDevice);
    DrawBorder(x,y,50,50,1, CBBC, pDevice);
    DrawString(x + 60 ,y, TC,pFont, txt);
    }else{
    DrawBorder(x,y,50,50,1, CBBC, pDevice);
    DrawString(x + 60 ,y, TC,pFont, txt);
    }
    }
    DrawCheckBox(true//is state true?,200//x,200//y,"Chams"//text,//color,//color,//color,pDevice);

  2. #2
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    This had already been released.
    Credits - DeadLinez

    Heres the link:
    https://www.mpgh.net/forum/207-combat...-function.html

  3. #3
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27
    Ohh.. didnt even see that post D: sorry.. if you have to remove this thread

  4. #4
    Lonely Tedy Bear's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Location
    Utah,Salt Lake Posts: 5,371 ►►►►Lonely-Tedy◄◄◄◄
    Posts
    1,541
    Reputation
    -151
    Thanks
    321
    My Mood
    Lonely
    Thank's for contributing
             

  5. #5
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    wow.... nice work on Solify checkbox base.... .-.

  6. #6
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Credit DeadLinez

  7. #7
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27
    Quote Originally Posted by Sixx93 View Post
    wow.... nice work on Solify checkbox base.... .-.
    who the fuck is Solify?


    Quote Originally Posted by eXaLtIc™ View Post
    Credit DeadLinez
    dont credit deadlinez.. cause it might no be his source!!

    as i said. credits to whoever made it

Similar Threads

  1. [Release] Draw CheckBox Function
    By _Fk127_ in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 11-30-2010, 04:32 PM
  2. [new source] drawing crosshair
    By undergroundhack in forum Programming Tutorials
    Replies: 2
    Last Post: 04-02-2010, 02:34 PM
  3. [Release + Source] Using GDI+ to draw a dot on the screen
    By Erinador in forum Visual Basic Programming
    Replies: 19
    Last Post: 01-11-2010, 08:32 PM
  4. [REQUEST]Source Code For "Remember Me" in a checkbox
    By Dreamer in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-28-2009, 03:22 AM
  5. [Source] Checkbox Menu by Str1k3r21 *D3D8*
    By phoenixraider in forum C++/C Programming
    Replies: 7
    Last Post: 03-31-2009, 05:24 PM