Jump to content

ceb0

Members
  • Posts

    4
  • Joined

  • Last visited

ceb0's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Dunno why i cant edit my post but here goes anyways. I wanna go a little deeper into my program I'm making. I have a GUI Window that is maximized. It has 5 tabs. Each Tab has a label across the top and a embedded IE window below. Looks alot like a tab based internet browser. The Label has info at what the script is doing, (IE. Refreshing the page, waiting, clicking a link, filling in a form, etc.) The embedded IE windows is where the action is taking place. This works fine, but I need to be able to run one in each tab at the same time. I'm trying to use includes and functions and I just cant figure out how to do this.
  2. Ah sorry your right, I wasn't thinking. Should have read the post slower ^.^
  3. Try this $var = DriveStatus( "h:\" ) MsgBox(4096,"Status",$var) Change H to your CD Drive letter. It will return "READY" if the CD drive is closed and "NOTREADY" if its open. Only way I know how to do what you are talking about.
  4. Ok I am making a program that runs a script in IE (using IE.au3). I have a GUI that has some tabs on it. Each tab has a different embedded IE window. I have one GUI script and a few IE scripts. Each IE script does something different to a different website. Before I just had each website open in a different browser window and muti scripts running. I want to make a GUI so I don't have to have 5 or so windows open at a time. I want each tab/window to be running a different script, the problem is that I need to be able to pass variables between the GUI script and the IE scripts. Anyways to do this? Hope that was clear enough to understand, I'm really bad at explaining stuff :/
×
×
  • Create New...