Recent content by nance

  1. N

    Close a program from another program

    Thank you for your program source, but I receive error 3233: DLL procedure <procedure> using an uninitialized MEMPTR. (3233) If a variable of MEMPTR datatype is defined as other than RETURN parameter inside a DLL internal procedure, then the DLL internal procedure expects the MEMPTR variable...
  2. N

    Close a program from another program

    Program A is a phone-tool. It opens a screen when you answer the phone and close it when you hang up. When the person wants additional information about who is calling, then I open a progress window. The person can click ok to close it. But when you hang up, it should also close the progress...
  3. N

    Close a program from another program

    :confused: I have an external program (=A) running (non progress). In that program I run a progress-window-program (=B) to view some parameters from program A. Now I want to launch another program from program A that closes program B. How ? Thank you for answering. :D
Top