jj
This commit is contained in:
@@ -171,7 +171,7 @@ Public Class ClassWindowAPI
|
||||
.ClassName = oClassBuilder.ToString,
|
||||
.ProcessId = oProcess.Id,
|
||||
.ProcessName = oProcess.ProcessName,
|
||||
.WindowTitle = oWindowTitle
|
||||
.WindowTitle = oWindowTitle.Replace(vbNullChar, String.Empty)
|
||||
}
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user