I have Thread
, which generates a "query" (this works in a form
other than the main one) and I would like to send a variable of type string
(that is generated by the query) to be displayed in a Label
that is in the first From (main) automatically when it finishes making the "query" the thread.
I have encintado how to pass data from form
to another but in the examples you always have to press a button, or the label
or textbox
changes only when it opens ( show
).
I do not know if I explain myself, I want something that is more dynamic that at the moment of having an answer I can show it immediately in label
of form
principal ... I imagine how to activate the event textchange
or something like that .