H Herfried K. Wagner [MVP] Dec 11, 2003 #2 * "Konrad said: How to Abort thread having Thread Id? Click to expand... \\\ Public Declare Auto Function TerminateThread Lib "kernel32.dll" ( _ ByVal hThread As IntPtr, _ ByVal dwExitCode As Int32 _ ) As Boolean ///
* "Konrad said: How to Abort thread having Thread Id? Click to expand... \\\ Public Declare Auto Function TerminateThread Lib "kernel32.dll" ( _ ByVal hThread As IntPtr, _ ByVal dwExitCode As Int32 _ ) As Boolean ///
H Herfried K. Wagner [MVP] Dec 11, 2003 #4 * "Konrad said: It doesn't work. Click to expand... Mhm... You didn't mention where the thread handle is coming from... But why do you need this functionality?
* "Konrad said: It doesn't work. Click to expand... Mhm... You didn't mention where the thread handle is coming from... But why do you need this functionality?