Reg: Form Updatation
Hai Everyone
I have an application where there are TWO forms.
1. One form supports GUI for send commands to a ARM board(terminal).
2. The commands that I sent and responses that I receive should be updated on to the other form.
REQUIREMENT: The second form should be open all the time.
CURRENT IMPLEMENTATION :Initially i will call Form.Show()
And from then each time I get a new Message I will append to the form and call Refresh.
PROBLEM : So now the issue is I have polled a thread(that runs continuously) to do the updation on the second form.
But I see my second form being Hanged.(Nothing gets updated).
Please help me out.
With regards
Mani
|