Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

select case

Options
  • 22-03-2006 9:54am
    #1
    Closed Accounts Posts: 65 ✭✭


    vb question

    anyone out there know how to do this or if it is even possible i want to select 2 buttons of 2 arrays on 2 different forms and when they are both pressed do something else:

    on the first form i am trying this code

    case 1 and form2.command1.case 1 'am not sure how to figure this
    msgbox "you can know do that something"


    thanks guys


Comments

  • Registered Users Posts: 251 ✭✭atheist


    Hi Katie
    I am not a vb expert, but you will not be able to achive this in that way.
    You'r limit is the windows event loop that manages the user interface.
    What you will need to do is set variables with more than local scope with the status of the buttons and chech the mutual status of the two buttons as part of a loop within your program.


Advertisement