Some tips please. How can you dock a VB form to the associated Extra! session it runs in, or is this not possible?
I am forever having to bring up my VB form and then go and get the Extra session. I have add a workaround which when you double click on the VB form it pops the Extra Session to...
Does anyone know how to put up a msg box and then close it without having to result to manual user input.
I can create the msg box but the code halts until the user presses the OK or Cancel keys.
I just need it to appear for a second or so and then get closed by the code.
You should be able to use the code as shown below to send any set of keys ie mimic written text or as you mention send function keys PF1 to PF24. I've not found any short cuts like the @e for enter.
Sess0.Screen.Sendkeys("<PF1>")
Or an enter would look like...
I use the following piece of code to read in text from an input file 1 line at a time and then output the results. It will loop through each line until it hits the eof.
' Set the default wait timeout value
g_HostSettleTime = 20 ' milliseconds
OldSystemTimeout& = System.TimeoutValue
If...
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.