in reply to Re: Help needed for using Win32::Setupsup module
in thread Help needed for using Win32::Setupsup module

I have checked the window which appeared after running "SETUP.EXE" and the cursor is focused on desired TEXTBOX. Actually it is a password field and when you type then it appears in "*****". But when I am sending keystorke using SendKey method it is not going in the TEXTFIELD. I have also examined when I manually type from keyboard at that point (i.e. when the window appears after running "SETUP.EXE") and it is going in the text field. Any pointers? TIA -Pijush
  • Comment on Re: Re: Help needed for using Win32::Setupsup module

Replies are listed 'Best First'.
Re: Re: Re: Help needed for using Win32::Setupsup module
by pijush (Scribe) on Nov 21, 2003 at 19:19 UTC
    Hi Monks, Thanks for reply. I have cracked the problem. Albannach, you were quite right. I have written code for sending "TAB" before sending text field value and positioning the cursor at desired test box and then send the text value and it is working fine. But I am not sure why it is not sending text value at the first chance although the cursor was in the appropriate text box. Thanks again. TIA -Pijush