i need to know if there any code that click with the wheel of the mouse and i need to know the code to make right click help = +rep
right click Code (Text): clickmouse(112,123,false); scoll bar I will find this for you I acidentally put wrong code now it is right SendArrowSilent(Number); Will send an arrow key depending on the number in-between the brackets to the selected client. If there is a "0" in between the brackets it will send the up arrow key, if there is a "1" will send the right arrow key, if there is a "2" it will send the down arrow key, if there is a "3" will send the left arrow key.
I just posted it I changed my original post. That is for arrow keys but it does the same as the wheels
but i dont need the code to scroll, i need the codes to make a click, in firefox when you click with the whell, it open the page in a new tab, thats what i need @@ hmmm maybe i can open in new tab with right click
is there a key combo it it is enter and tab here it it Code (Text): keydown(9) keydown(13) Wait (10) keyup(9) Keyup(13) Look up the key codes or it could be Code (Text): OpenWebPage('www.google.com") try that[/code]
i made the form of right click, open new tab, and works well thanks for the code, might be useful at the future