Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COthey will be running on same os. both exe. currently i am able to send enter command. But after first enter command a popup appears like messagebox.show but at that confirm it fails. So my current way is not exactly same as keybaoard enter command. because on keyboard when i press enter it also works with that messagebox.show style confirm button
      singulars
    2. COIf you're trying to send an Enter Keypress to a built-in dialog box, then I would suggest replacing the dialog with your own so that you can control it's behavior more easily. If this is not an option (because you don't have the source code for example), then the only other thing that I can think of would be to somehow enumerate all of the window objects in the system, then drill down until you find the dialog box and the button you want to control, and then call it's keypress method. I'm not sure however if this will work with a DotNet application, and it's a very messy hack at best.
      singulars
    3. COIt just occurred to me that you might be trying to automate a test. If that is the case, there are testing tools you might use that will handle this sort of situation. If this is simply to provide a means to remotely control an application programmatically, then perhaps you may need to rethink your reasons for doing so, as there may be a better way to deal with the situation that has led you to want to do things in this way. :-)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload