Results 1 to 6 of 6
  1. #1
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy

    [Help] Importing other form items?

    How could i use a checkbox from form2 to form1?

    Form2 are the settings for Form1, so you need to know if checkbox1 is checked in Form2, so it can do something in Form1.

    How could you do that?

  2. #2
    MvRouC12's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Stalking Choobs
    Posts
    1,690
    Reputation
    13
    Thanks
    246
    My Mood
    Amused
    Quote Originally Posted by MugNuf View Post
    How could i use a checkbox from form2 to form1?

    Form2 are the settings for Form1, so you need to know if checkbox1 is checked in Form2, so it can do something in Form1.

    How could you do that?
    Code:
    If form2.checkbox1.checked = true then
    'code
    else
    'code
    end if

    [IMG]https://i986.photobucke*****m/albums/ae345/TripleSixPf/Okami-MvRouC12.jpg[/IMG]
    Quote Originally Posted by m_t_h View Post


    By stop playing AVA untill brasilian server comes.

    Do you guys really need to ruin EVERY game?
    [IMG]https://i175.photobucke*****m/albums/w148/Guitarman1157/dontforget.gif[/IMG]

  3. #3
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    WAT.

    Please reword!

  4. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    I think SSK answered what he needed !!

  5. #5
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by lolland View Post
    WAT.

    Please reword!
    Okay.

    I have a form thats for settings to another form.

    I have it so if you check them, and press the save button, it saves what checkboxes were saved.

    Now, how would i make it so if (lets say) checkbox1.checked = true, then it automatically shows something. But if it isn't checked, it doesn't automatically show that thing.

    So basically, the checkbox in form2 needs to automatically show something in form1.

    Quote Originally Posted by FLAMESABER View Post
    I think SSK answered what he needed !!
    I already tried that before i posted, it didn't work.

  6. #6
    MvRouC12's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Stalking Choobs
    Posts
    1,690
    Reputation
    13
    Thanks
    246
    My Mood
    Amused
    Quote Originally Posted by MugNuf View Post
    Okay.

    I have a form thats for settings to another form.

    I have it so if you check them, and press the save button, it saves what checkboxes were saved.

    Now, how would i make it so if (lets say) checkbox1.checked = true, then it automatically shows something. But if it isn't checked, it doesn't automatically show that thing.

    So basically, the checkbox in form2 needs to automatically show something in form1.



    I already tried that before i posted, it didn't work.
    my code works just fine. you just need to pre-load form 2 and set defaults, otherwise form2 would be "Blank"

    example on form1 load use this

    Code:
    form2.show()
    form2.checkbox1.checked = false
    'set other defaults
    form2.visible = false
    then to get to the settings just use

    Code:
    form2.visible = true
    Last edited by MvRouC12; 06-05-2010 at 05:16 AM.

    [IMG]https://i986.photobucke*****m/albums/ae345/TripleSixPf/Okami-MvRouC12.jpg[/IMG]
    Quote Originally Posted by m_t_h View Post


    By stop playing AVA untill brasilian server comes.

    Do you guys really need to ruin EVERY game?
    [IMG]https://i175.photobucke*****m/albums/w148/Guitarman1157/dontforget.gif[/IMG]

Similar Threads

  1. [Help Request] Using JA 1.7 Help and Others.
    By Sosolid2k in forum Combat Arms Help
    Replies: 5
    Last Post: 06-25-2011, 01:30 PM
  2. [TUT] How to go from one form to an other form [TUT]
    By mizzer3 in forum Visual Basic Programming
    Replies: 11
    Last Post: 01-13-2010, 04:22 AM
  3. NX Cash Hack Help?!?!?!? [IMPORTANT]
    By xfiredoomx in forum Combat Arms Help
    Replies: 14
    Last Post: 01-06-2010, 09:59 PM
  4. HELP IMPORTANT! how to not get jhacks detected
    By taker65432 in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 04-19-2009, 10:09 PM
  5. HELP: What other programs do I need to learn/start hacking?
    By ronyoung08 in forum General Hacking
    Replies: 0
    Last Post: 08-01-2008, 09:40 PM