WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Sending Keystrokes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Capture Info in User Input Dialog Boxes

Keywords:    

Here's a handy little trick to capture informatin in a dialog box, and copy it to the clipboard.
SendKey("{END}")       ;Puts the cursor at the end of the line
SendKey("+{HOME}")   ;highlights the data to the beginning of string.
SendKey("^{INSERT}")  ;copies to the clipboard

Data can then be stuffed into a variable or text file, etc.


Article ID:   W13821
Filename:   Capturing Dialog Box Information.txt
File Created: 2001:01:05:13:22:28
Last Updated: 2001:01:05:13:22:28