There is a websocket application made in c # of ftx stock exchange. It works fine on Console, but with WindowsForms, I can't transfer data onto textbox.
Is there a way to do this?
There is a websocket application made in c # of ftx stock exchange. It works fine on Console, but with WindowsForms, I can't transfer data onto textbox.
Is there a way to do this?
Copyright © 2021 Jogjafile Inc.
The code below receives data via websocket. But I can't import it into textBox in form1
In short, it needs to be integrated on the form. I don't want with console