Thread: Drop Down List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Lines.. Only. || Sprites suck.

  2. The Following 2 Users Say Thank You to Stephen For This Useful Post:

    markoj (09-07-2010),Yepikiyay (09-07-2010)

  3. #17
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    GTM
    u can always make the "hight" value of the box increase when u open a group
    that is how i do it and others do it





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  4. #18
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by freedompeace View Post
    I've seen 5 people with the VS 2010 logo as their avatar on MPGH already.

    It takes about 5 minutes to make, and maximum of an hour to perfect.
    I was the first to have it . And no it takes more like 7 minutes since you have to extract the icon /.

  5. The Following User Says Thank You to mmbob For This Useful Post:

    J (09-07-2010)

  6. #19
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by mmbob View Post
    I was the first to have it . And no it takes more like 7 minutes since you have to extract the icon /.
    Or you can just google Visual Studio 2010 logo png xD Thats where I got the one for my sig /

  7. #20
    Xlilzoosk8rX's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    the-ville, PA
    Posts
    358
    Reputation
    24
    Thanks
    53
    you can always just add groups or folders.
    but i think that if your asking how to add it you wont know how
    to code for it to function properly.
    Do a bit more research on D3D and directX applications.

  8. #21
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Or just get whits Base(hans & gellins combined by him)
    Fix a few simple errors and redo the hook and you got a whole menu with Folders, or "drop Down lists"
    Dont ban me

  9. #22
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by markoj View Post
    Or just get whits Base(hans & gellins combined by him)
    Fix a few simple errors and redo the hook and you got a whole menu with Folders, or "drop Down lists"
    correct me if am wrong but......
    i think that he already have folders and he want the box behind it to extend and retract with the folders like for example when he opens the menu there should be a small box and he want that when he open a folder the box will get bigger
    (like hahaz's hack)
    and this is how i do it
    i make the open folder function change the hight and the y value of the box.





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  10. #23
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by GodHack2 View Post
    correct me if am wrong but......
    i think that he already have folders and he want the box behind it to extend and retract with the folders like for example when he opens the menu there should be a small box and he want that when he open a folder the box will get bigger
    (like hahaz's hack)
    and this is how i do it
    i make the open folder function change the hight and the y value of the box.
    Set the values of the box to the menu + like 20.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  11. The Following User Says Thank You to whatup777 For This Useful Post:

    GodHack2 (09-07-2010)

  12. #24
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    I Looked at hans + Gellins base Combined. thats to advanced for me lol

  13. #25
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by GameTrainerMaker View Post
    I Looked at hans + Gellins base Combined. thats to advanced for me lol
    Its your base(Gellins) with Hans menu? If anything, hans menu is alot more noob friendly than Gellins.

  14. #26
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Its simple. Especially adding things like movable menu and resizing boxes.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  15. #27
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Oh So You Want You DrawBox To Resize With Your Folders??

  16. #28
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Code:
    DrawBox(Menux, menuy, menuwidth+10, menuheight+10, COLOR)
    This is off the top of my head but this is the general Idea.
    Use this for Moveable Menu.

    Code:
    bool IsMouseOver( int x, int y, int w, int h )
    {
    	bool bover;
    	POINT cur;
    	GetCursorPos(&cur);
    	if( cur.x >= x && cur.x <= x + w && cur.y >= y && cur.y <= y + h){
    		bover = true;
    	} else {
    		bover = false;
    	}
    	return bover;
    }
    <- Need this.
    Last edited by whatup777; 09-07-2010 at 10:11 AM.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  17. The Following User Says Thank You to whatup777 For This Useful Post:

    GodHack2 (09-07-2010)

  18. #29
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Believe it or not, but this is the wrong section.

    Wondering why people call him Gorfag when everyone's few previous hooks were from him releasing his. Tsk tsk.

  19. The Following User Says Thank You to Void For This Useful Post:

    IcySeal (09-07-2010)

  20. #30
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Void View Post
    Believe it or not, but this is the wrong section.

    Wondering why people call him Gorfag when everyone's few previous hooks were from him releasing his. Tsk tsk.
    Gorfag is targeted toward people that abuse his hack and telekill + aimbot 24/7.

    Not Gordon himself.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  21. The Following User Says Thank You to whatup777 For This Useful Post:

    GameTrainerMaker (09-07-2010)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. (REQUEST)Drop down menu source code?
    By IownzDAworldz in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 06-18-2010, 09:29 AM
  2. Drop Down Menu Disappear?
    By AirforceSS in forum Combat Arms Help
    Replies: 9
    Last Post: 06-09-2010, 06:21 AM
  3. drop down menu
    By rob7601 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 12-17-2009, 04:58 AM
  4. Community Ban List Down
    By User1 in forum Combat Arms Discussions
    Replies: 23
    Last Post: 11-05-2009, 06:36 AM
  5. Playing Gunzonline When it's down
    By CrazyDeath in forum Gunz General
    Replies: 18
    Last Post: 02-09-2006, 12:24 PM