I have the following code. The box appears in the middle of
the screen. How do I position it somewhere else?
lab1.1="Name"
addr1.101=""
d=.MultiInputBox~new("Your Name.","",lab1., addr1.)
Paul Swanson
I have the following REXX code running on Windows XP:
URL="http://www.BLAH BLAH BLAH.org"
myIE = .OLEObject~New("InternetExplorer.Application")
myIE~Width = 800
myIE~Height = 600
myIE~Visible = .True
myIE~Navigate( URL )
On occasion I get the following in a message box with an
offer to send...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.