Results 1 to 9 of 9

Thread: [2005] simultaneous button click

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    14

    [2005] simultaneous button click

    Hello everybody,
    i'm making a program in vb 2005 and i have a problem...i m trying to make two buttons work(be clicked and selected) programmatically...by clicking a third button...the only problem is that i want the two buttons to work simultaneously...so here is my code

    Button2.PerformClick()
    Button2.Select()
    Button3.PerformClick()
    Button3.Select()

    this code is inside Button4 for example...
    now, this code performs only the methods for Button3 because it's the last one...
    how can i make the two buttons work simultaneously???
    i know that this approach is kind of wrong...but i would really appreciate your help...

    note:the two buttons contain .wav sounds that i have recorded(just to know)...

    thank you for your time
    sorry for my english...
    theodora
    Last edited by theopres; Oct 21st, 2008 at 09:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width