Jump to content

tokai6

Members
  • Posts

    9
  • Joined

  • Last visited

About tokai6

  • Birthday 09/27/1988

Profile Information

  • Location
    philipines
  • Interests
    C#
    Java

tokai6's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sorry must have misunderstood me... I want to find new ways to move the mouse.having only X,Y,Speed for parameters are too limited for me... I want to explore other options... Like using the WinAPI's _WinAPI_Mouse_Event($MOUSEEVENTF_MOVE , 200 , 200 )... Knowing more than one function wont hurt... And by the way the speed limit of mousemove is 1 to 100... lower than 1 makes it 1... and greater than 100 makes it 100... cheers... happy coding...
  2. Its been a while since I used autoit again. I wanted to make one of my old programs for practice. just to see if I still have it. The problem is that I want to move the mouse without using mouse move. I tried this before I used one of the posters dll file now i cant seem to find it. Any ideas? The more you give the better chance I get on finding the most efficient code. Even if it doesn't use DLLs. It would be good to... Thanks cheers...
  3. I'm just curios does Autoit have the capabilities to create its own Bandwidth Limiter? I just need an idea from where to start... No GUIs yet... Just the basic code that autoit can do it.. Regards...
  4. Thanks Mam/Sir this will do nicely... Problem solved...
  5. I tried the _IETagNameGetCollection but there are too much output for me handle... Thanks anyways for the info on _IETagNameGetCollection im using it now... until i find a better code ill use this one for now...
  6. I tried it... $oIE = _IECreate("*******.com") $o_form = _IEFormGetObjByName($oIE, 0) $o_TBox = _IEFormGetObjByName($o_form,"user_*") _IEFormElementSetValue($o_TBox,"USERNAME") it results to... --> IE.au3 V2.4-0 Warning from function _IEFormGetObjByName, $_IEStatus_NoMatch --> IE.au3 V2.4-0 Error from function _IEFormElementSetValue, $_IEStatus_InvalidDataType Yes its a public website... I just want to do a automatic login for it...
  7. thanks for replying... but i used it the problem is still there... the name changes everytime I reload the page...
  8. I've been using Autoit for sometime now... and now I am faced with this problem... How do I get the name of textbox in the Internet Explorer... I tried looking at the source of the page... the name is static(it changes everytime I load the page) and an ID seems to be missing or theres no ID at all <input name="user_89f7bf6f731c3a9cbc4418b63689f949" type="text" size="17" class="field_login"> thats the source... the alphanumeric after the "user_" is the one that changes...
  9. Doesnt work anymore,,, Maybe try too hook it to MU itself my help...
×
×
  • Create New...