Program updating a textbox does not work

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
<span style="font-size:x-small <font size="2
I am trying to show the evolution of a value during a for statement in a textbox. This program works if I use the console instead a form control. Would you mind to help me? What I am doing wrong? Thanks in advance.
</font>

<span style="color:#0000ff; font-size:x-small
<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small for<span style="font-size:x-small (<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small long<span style="font-size:x-small
i = 0; i < 100; i++)
{
<font size="2

</font>

<span style="color:#2b91af; font-size:x-small <span style="color:#2b91af; font-size:x-small Thread<span style="font-size:x-small .Sleep(2000);<font size="2

Longitude.Text =
</font>

<span style="color:#a31515; font-size:x-small <span style="color:#a31515; font-size:x-small "Hola"<span style="font-size:x-small + i;
<span style="font-size:x-small }

View the full article
 
Back
Top