M
Mamatha
Hi
I have a small application in VB.NET,it consists of one
form,one class and one module.I have declared one thread
globally in module to execute the function in the form.I
started that thread in a class.
In that function of the form i had wrote code like that :
Open a text file and reading contents from that file.
Now i want to display that content into a text control of
the form.But i was unable to display that.
I don't know the reason why its happend like that.
I want to display that text of the file into the
textcontrol of the form.
If anybody knows the solution please help me,this is very
urgent need for me.
Thanks in advance.
Mamatha
I have a small application in VB.NET,it consists of one
form,one class and one module.I have declared one thread
globally in module to execute the function in the form.I
started that thread in a class.
In that function of the form i had wrote code like that :
Open a text file and reading contents from that file.
Now i want to display that content into a text control of
the form.But i was unable to display that.
I don't know the reason why its happend like that.
I want to display that text of the file into the
textcontrol of the form.
If anybody knows the solution please help me,this is very
urgent need for me.
Thanks in advance.
Mamatha