Jump to content

ControlGetText don't work after click Back Button


Recommended Posts

Hi.

I tried to get text from textbox in setup file using ControlGetText(). it work fine, but when I click on Next Button and then click on Back Button, ControlGetText() don't read text from textbox anymore.

Local $title = "Window"

if WinExists(title) Then
    
    WinWaitActive($title, "")
    $readtext = ControlGetText($title, "", "[CLASS:TEdit; INSTANCE:1]")
    
    Msgbox(0, "", readtext)
Endif

 

Edited by behdadsoft
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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