PDA

View Full Version : Windows Server 2003 Problem


ianhull
12-15-2004, 06:50 AM
Hi all,

I have a little issue with closing a program from a client machine on server 2003.

When the client tries to exit the program "which was not made with AMS" it fails to do so.

Can anyone here help me to have a floating buton which will try to close the program?

Thanks in advance

Ian

ianhull
12-15-2004, 08:11 AM
I seem to have solved this issue but now I have found another problem.

I need to terminate a process and I do not have a clue where to start.

Please help.

Thanks

Brett
12-15-2004, 08:49 AM
Start with the actions:

Window.Close
Window.EnumerateProcesses
Window.EnumerateTitles

ianhull
12-15-2004, 10:33 AM
Thanks Brett but I am a beginner at all this.

Could you helpme with some sample code?

I need to end a proccess of file.exe which is running in the background, I do not see the window.

Thanks for all you help.

Brett
12-15-2004, 11:20 AM
Try this post that I made in the SUF70 forum:

http://www.indigorose.com/forums/showthread.php?t=9045

The code should work fine in AMS50 Pro.

ianhull
12-15-2004, 12:04 PM
Thanks Brett,

Your a star, saving me again.

Kind regards

Ian