I have a thread that looks at the LAN and gathers data used to update a ListView.
Problem is that I cannot update ListView from a thread other than the UI.
The user pressed a key which fires off a query to a server on the LAN, then expects a ListView to show the data.
What’s the best way to do this LAN monitoring?
I have a thread that looks at the LAN and gathers data used to
Share
If I understand your question correctly, you would want something like this: