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!

Recent content by sebastiaan

  1. sebastiaan

    Winrunner Results Does anyone know how to....

    hello, you can copy the (expected or results) folder as whole to another location. Or you can copy all testresults into one folder belonging to one specific test, fe "testresult" without any statements in it! Simple open the results by clicking on the button in this empty script...
  2. 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...
  3. 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...
  4. 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