Results for the OLE \"process which started\"Getting owner process (PID) -Hello... I have the PID (or handle, or window title, or whatever you want) of a process.. And I would like to know how to find out by which process this is owned. I.e. I want to get the PID of the process that started/owns my PID. For example how do i get the PID of explorer.exe Howto get parent Process PID - How can i get the PID of the Process which started me (my exe) - I'm seeking for the PID from the cmd.exe process (my program is started from an batch-job). Kill a process that was started via another process - Ok, I have a service application that starts a process (with the Process.Start() method) but when I shutdown my service I can issue a Process.Kill() and it does indeed kill my process but it leaves any child processes open and that begins a runaway adventure with my processor. In th Capture PID of Process initiating App - Is there an API which can be used to identify the process which started a secondary application. The primary application is a purchased software package, and for help issues links to a VB application. I do not know how the call is made to start the second VB application. I have che [2008] Process started/terminated event - Hi all, I need to know when a one of a few certain processes is started so that I can close it before it appears on the screen. Originally I was using Process.GetProcesses in a timer that runs every 50ms to check for when a new process of a certain name was started. However, not onl Checking Process ID still running - Hi y'all. Having started a process using Shell(), which returns me the process ID, how can I check whether or not the process is still running? I know I can look for an app with a certain string title but I may have more than one running with the same name and I need to be able to di [2005] Hide window of a process that has already started - I did some searching on the subject, and all I could find was how to hide the window of a process that YOU are starting. Is there anyway to hide the window of a process that is already started? Check log file - I need to check a txt file for a certain value and if that value is found to write to result to a txt file. The tricky part is that it is a on going log file and the entry would be in there from the previous day. For instance here is a copy of part of the log 08/10/05 01:36:14 Fini Process trouble.. - Hi guys.. I'm going to open a web link in a form using the process way: Process.Start("http://www.abcde.com") Now, if the finally user closes my program, there's a way to know if the process started before is already open, and in that case close it? Thank You.. Help me somebody -- >Terminate process - Hi all. i need some help here. how can i terminate a process that allready started (in memory)? i did some codes that terminate process but i had to start the process by myself and then close it. i want to terminate a process that allready in memory!!. (process like in Creating an event handler to find out when a process starts - Hi everyone. Me again. I have a little problem I hope somebody help me. I know how to create an event handler to a process such as notepad so that when the process is exited, some kind of event is triggered eg. private Process NPad; ... Process[] p = Process.GetProcessesByName [2005] how could i get the process time using tickcount() mehtod. - helo, i am using tickcount method to get the total count of time when system was started till now. in the meantime if i want to get the time of some specific running process or function inside my code of c#. how i will do that. i simplify it in other way that, how to calcult how to - in between a process. - hi, i'm performing copy, compact, getfilesize and delete operations on access db file of 400 mb size. when these operations are undergoing i do need to show some kind of progress bar coz these all process takes lots of time. but when any of these process is started neither settimer Cancel Process/button help pls - I am creating an application in VB6 which cycles through 10,000 records in a database - once the process has started how can I stop it without pressing ctrl break? Thanks in advance. MMX help -Terminate Process- help - Hi all. i need some help here. how can i terminate a process that allready started (in memory)? i did some codes that terminate process but i had to start the process myself and then close it. i want to terminate one that allready in memory!!. plz help me ThnX planc Hiding then Unhiding a Process - If you start an exe file by using a Process, you can set certain ProcessStartInfo parameters beforehand, such as CreateNoWindow = True (to hide the process), as in this example: Dim myExe As New Process Dim p As New System.Diagnostics.ProcessStartInfo p.FileName = "cm how to post WM_QUIT to a process started by someone else - Hi, I have a COM Server running and i want to close it. I dont want to terminate the process. I want to send WM_QUIT to it such that it terminates normally. Can some one help me.. Thanks in advance.. Pradeep Update.exe issue - using 100% CPU - hello, while working, my PC started to slow down (like opening a file, or a folder etc got slow down) which was't the case before. the last time it happened, i thought that TClock.exe, a spurious application installed maybe after i clicked a link which i should not have, installed t Loading a process ONLY after loading a form - hi~!~! say i've a form (which is my main program too) which needs to be loaded. after loading it i want some process to be started automatically ONLY after the form has been loaded. is there a way to trigger my process? what i've been able to do is to load my processes while the Still sorta new to VB...Menu Question - I have a process that is started when clicking on a start button. I want to add a choice of how this process is started. So i have an options drop down menu with the 2 choices. I want choice (a) to be the default choice when the form is loaded. I have the checked option in the |