Cool! Looks like that will do it. Now I just need to find a way to pipe the output (like say for a ping command) to a text box, if possible. I could pipe it to a text file and then read that in, but I would rather do it in realtime if possible. Is it even possible to do this with DX?
It seems that with a comboBox I can hard code things in the list, and then add things to the list as well. Am I correct in assuming that if I add something to the combo box it will remain in there even when the app is closed & reopened, but if I give the app to someone else, they will only get the hardcoded stuff in the list, and they will have to add whatever to the list? If so, this is fine (preferred actually).
Thanks!
Brain21