Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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