Results 1 to 3 of 3
  1. #1
    [HP]Unique's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    138
    Reputation
    10
    Thanks
    13

    Buttons switching in between functons

    I need help changing functions
    EXP:

    When you click a buton it does one thing and when you click it again it does the opposite can you help

    Im using VB 08

  2. #2
    AlexRoid's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Your Mom's Bed Posts: 137,654
    Posts
    193
    Reputation
    11
    Thanks
    52
    My Mood
    Yeehaw
    @[HP]Unique
    I Use delphi but i think if u do like this, work:

    Create 2 buttons with same caption size and coordinates, then send button2 back and set it visible to false.


    ----BTN1----
    Code:
    Your Function;
    Button1.Visible:=False;
    Button2.Visible:=True;
    ----BTN2----
    Code:
    Your Function Reverse;
    Button1.Visible:=True;
    Button2.Visible:=False;
    Last edited by AlexRoid; 08-06-2011 at 10:45 PM.




    I'm trustable:



    Repect List:
    - nbn123
    - Resa2412
    - Ravallo
    - xedmurzinhoz


    Black List:
    - Lowkster [Scammed me]
    - [Cf]Tree [Scammed me]
    - Vinie3006 [Scammed My Acc from Lowkster]
    - Catalans1 [Try to scam me]

  3. #3
    [HP]Unique's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    138
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by AlexRoid View Post
    @[HP]Unique
    I Use delphi but i think if u do like this, work:

    Create 2 buttons with same caption size and coordinates, then send button2 back and set it visible to false.


    ----BTN1----
    Code:
    Your Function;
    Button1.Visible:=False;
    Button2.Visible:=True;
    ----BTN2----
    Code:
    Your Function Reverse;
    Button1.Visible:=True;
    Button2.Visible:=False;
    yah i kinda figured this out but why do i need 2 buttons when i can have 1 QQ

Similar Threads

  1. [Tutorial] Easily switch between Legit and Modded.
    By DanK in forum Vindictus Tutorials
    Replies: 12
    Last Post: 06-05-2011, 09:11 AM
  2. how to switch between my graphics card
    By RottenTomato in forum General
    Replies: 24
    Last Post: 05-20-2011, 03:53 PM
  3. How To Switch Between 2 Different Injected hacks ?
    By naraz75 in forum Combat Arms Help
    Replies: 13
    Last Post: 01-18-2011, 03:09 AM
  4. Banner/Button for advertising
    By Dave84311 in forum Help & Requests
    Replies: 17
    Last Post: 01-27-2006, 08:59 AM