Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sebastiaan
  • Content: Threads
  • Order by date
  1. sebastiaan

    ActionEvent and Array..?

    I have an array of togglebuttons; JToggleButton JToggelButt[] = new ToggleButton[100]; later in the actionevent i want to know which button is clicked! with e.GetActionObject() i can get the label of the button but not the number of the array! Because i want to change the backcolor of the...
  2. sebastiaan

    JToggleButton

    I have an array of togglebuttons; JToggleButton JToggelButt[] = new ToggleButton[100]; later in the actionevent i want to know which button is clicked! with e.GetActionObject() i can get the label of the button but not the number of the array! Because i want to change the backcolor of the...
  3. sebastiaan

    replay mouse movement

    how, can i replay the captured mousemovements in another application? I can catch the movements made before and store it, but how can i replay it later-on? I hope someone has a code for that..... thanx.

Part and Inventory Search

Back
Top