goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
Hi, all.
My client app calls Database compoenent object using remoting call. When I call method that does long time job.
I want to show the status of progress of the job.
In just window form, I can do this..
But, In remoting environment How can I get a status of job?
Can I pass Interface Window Form's TextBox reference so that the method writes its status to the TextBox passed?
Is it possible? How can I handle this problem?
My client app calls Database compoenent object using remoting call. When I call method that does long time job.
I want to show the status of progress of the job.
In just window form, I can do this..
But, In remoting environment How can I get a status of job?
Can I pass Interface Window Form's TextBox reference so that the method writes its status to the TextBox passed?
Is it possible? How can I handle this problem?