Search results

  1. N

    Get widet handle from procedure

    Hi Im trying to get the handle of a widget but cant seem to get any further than a window. running the below will loop through all the procedures running but how would i get a handle to one of these so that i can chaneg the WINDOW-STATE def var v-hand as handle no-undo. def var v-hand2 as...
  2. N

    use an existing internet explorer process

    Hi I am trying to figure out how i can get progress to open an existing instance of internet explorer (if exists). I have the code to find if the process is running but how can i attache that process to an object to open it and pass a new url parameter. everything i try just keeps opening a...
  3. N

    check for open internet explorer window

    Hi I want to check to see if a browser window is currently open, hopefully by checking its locationname. however i am unable to find a way to check for a running process of iexplore in progress. i can get the browser window to open but would like to know if it is already open before...
Back
Top