
Originally Posted by
smUX
Try setting the textbox as multiline, the two boxes are the VbCrLf at the end of each line :-)
Note: If it *IS* multiline, copy one of the black boxes and go to immediate window then type "print asc("X")" (replace the X with the black box) and tell us the value :-)
That fixed it, thank you.
Also, in my code there is this line:
VB Code:
TerminateProcess ("notepad.exe")
How do I make it so that the TerminateProcess runs and will close every single process listed within the text file, rather than just the single one entered?