Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

select case

  • 22-03-2006 09: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, Registered Users 2 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