Jump to content

Recommended Posts

Posted

Hi all,

i am currently new with this tool AutoIt. I want to design the GUI for my realtek wireless Adapter. With the help of AutoIt Window Infos, i get this infos under the control tab:

Text Pin code: 97115625 (8digits)

This pin code is generated by Realtek and it is randomly generated, therefore it varies.

My question is how can i read this text i mean this pin code, because I need to auomate my GUI in such a way that I could read this pin code and write the pin code on my webpage inorder to access internet.

I will be grateful if someone can help.

Posted

  On 9/27/2012 at 12:26 PM, 'Hubert24 said:

My question is how can i read this text i mean this pin code

I laughed more than I should have... I mean, it's not like we can go back and correct our sentence, damn permanent characters eh?

Anyway, look into a function called "ControlRead", make sure you get the window title and id of the control that has the text.

Global $Read = ControlGetText("Window Title", "", "Control ID")
If $Read Then
      MsgBox(64, "Success", $Read)
Else
      MsgBox(16, "Error!", "Nothing was detected, make sure you have the correct Window Title and Control ID.")
EndIf
Posted

And make sure that you read the forum rules. Especially the part about auto-login:

"SPAM tools including instant messenger or forum auto-posters. This includes forum or site auto-login methods."

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

  On 9/27/2012 at 1:06 PM, 'water said:

And make sure that you read the forum rules. Especially the part about auto-login:

"SPAM tools including instant messenger or forum auto-posters. This includes forum or site auto-login methods."

I didn't know automating the ISP login thing was against the rules.

Hmmm, that sucks.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...