No of visitors who read this post:
322
Category:
Prog\Scripting Languages
Type:
Question
Author:
Raven roberts
I would like to have a GUI that has 4 overlapping embedded IEs. The 4 IEs should be doing simultaneous clicks and keystrokes. Please let me know if it is possible. If so, what are the codes?
- Login or Signup Now to post comments

This is actually possible but the question is what you have to do with it? It does not have any useful feature in the real life. There are a lot scenarios in which this thing sounds important but overall its of no use. However if you only want to have a demonstration, then you can see the following code.
#include <IE.au3>
Global $oIE[5] = [4,0,0,0,0]