Data Flow between a web server and a computer
-
Hi, I want to show how my datas make progress ,while they are being sent from My Computer to the Web Server. Here is the scenerio : I have a web service and some pictures is being gone to the web server including my Web Service stuffs and my webservice takes the pictures and blah blah blah. and i send these pictures as byte and from my computer using a windows apps coded with c#.After i click on the send button,a little form must be appeared and show the progress how made to users. The datas are being sent to web server from my computer.as a result that i want to inform the users with a progressbar control . I hope I could descripe my problem to whom wanna help me. Thanks in advance.
I am not a perfect programmer,but i have perfect's programmers' habits.
-
Hi, I want to show how my datas make progress ,while they are being sent from My Computer to the Web Server. Here is the scenerio : I have a web service and some pictures is being gone to the web server including my Web Service stuffs and my webservice takes the pictures and blah blah blah. and i send these pictures as byte and from my computer using a windows apps coded with c#.After i click on the send button,a little form must be appeared and show the progress how made to users. The datas are being sent to web server from my computer.as a result that i want to inform the users with a progressbar control . I hope I could descripe my problem to whom wanna help me. Thanks in advance.
I am not a perfect programmer,but i have perfect's programmers' habits.
atarikg wrote:
i want to inform the users with a progressbar control
Just do it then. What exactly is your question? Opening a little form when you click on a button is very easy to do. Are you trying to figure out how to update the data flow metrics to the progressbar control?
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
atarikg wrote:
i want to inform the users with a progressbar control
Just do it then. What exactly is your question? Opening a little form when you click on a button is very easy to do. Are you trying to figure out how to update the data flow metrics to the progressbar control?
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
yeap. This is what exactly i want. How can i do that ?
Paul Conrad wrote:
Are you trying to figure out how to update the data flow metrics to the progressbar control?
I am not a perfect programmer,but i have perfect's programmers' habits.