I'm in the process of engineering an interactive windows app gui that has 3 textboxes that have use shell input and output, I was going to stream the text and have each one running a thread, but it seems messy, but then I had another idea of using a .dat file to temparily hold output and a thread would be used to constantly resfresh text in the box, that would be even messier and slower but I feel it would be easier. if any of this makes sense, any advice on which one I should choose.
↧