Hey, awesome dave,

Try the MessageBox function.  You have to build a character string you
want displayed before hand.  Then call MessageBox with your string.

For example<

var string MyString

Let MyString = "name is "
  + GetWindowName (GetFocus ())
  + "Class is "
  + GetWindowClass (GetFocus ())
MessageBox (MyString)


-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to