Jump to content

  •  

  • iBotModz CBox


    Photo

    Need VB help.


    • This topic is locked This topic is locked
    3 replies to this topic

    #1 SmokiestGrunl

    SmokiestGrunl

      Australian Retired Staff

    • Retired Staff

    • 3,888 posts
    • Joined: 02-September 07
    • Gender:Male
    • Location:Australia

    Posted 31 October 2008 - 12:37 AM

    I need help with dragging image boxes around the form, much like a card game.....

    #2 sillybob123

    sillybob123

      I am a homo.

    • Members+

    • 541 posts
    • Joined: 08-May 08
    • Gender:Male
    • Location:The Computer/Xbox

    Posted 31 October 2008 - 06:00 AM

    Hey sorry i cant particularly help tell you but i presume it involves something like the drag and drop feature i have seen it somewhere online wish i could have been more help!

    #3 saheton

    saheton

      Apprentice Grade 2

    • Members+

    • 19 posts
    • Joined: 07-October 07

    Posted 12 April 2009 - 05:27 PM

    you could try to see if this would work, im not sure if its possible, but you get the idea.

    IF img_HALO.clicked = true then
    img_HALO.left = cursor.left.

    and the same for the .top. so basically you make the .left and the .top variables that same as the cursor when its clicked, just 'drop' the image box once you stop holding the mouse. thats the way i'd go about it anyways.

    #4 SmokiestGrunl

    SmokiestGrunl

      Australian Retired Staff

    • Retired Staff

    • 3,888 posts
    • Joined: 02-September 07
    • Gender:Male
    • Location:Australia

    Posted 12 April 2009 - 05:40 PM

    I can't even remember why I wanted to know this anymore, topic locked.