Hello,
I've got a C# winapp that communicates with a java app to retrieve data over tcp. Now I want to add a progressbar for the waiting and showing that the download of the data is busy. Because at this moment the winapp freezes until it has all the data from the java.
Now I was wondering how I could program it. Because I assume that the java should return something from time to time to set the progressbar in the c#.
I guess I need to do it with threads, but I'm not really sure on how to do it.
If somebody has some other ideas or examples, that would be great.
Thanks in advanced