Answered by:
Communicate Vb.net Form from Webpage

Question
-
Please help me.... I do not know how to communicate form VB.net with a webpage, meaning that when I send a data string, then the results shown on the form VB.net, so the webpage of the server sends the data string to form vb.net. can anyone know how to communicate it? thanks before ...really - really need helpSunday, April 24, 2011 8:52 PM
Answers
-
On 4/24/2011 4:52 PM, BYOKEMAN wrote:> Please help me.... I do not know how to communicate form VB.netwith a> webpage, meaning that when I send a data string, then the results shown> on the form VB.net, so the webpage of the server sends the data string> to form vb.net. can anyone know how to communicate it? thanks before> ...really - really need helpYou need to use a Web service that can be consumed my the Web Page andthe Windows form applications for communications between the two programs.Sunday, April 24, 2011 10:08 PM
-
Hi Byokeman,
Welcome to the MSDN Forum.
Here is a code sample at the codeproject: http://www.codeproject.com/KB/vb/vbwebservice.aspx, please take a look at it.
I hope this will be helpful.
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Friday, May 6, 2011 11:28 AM
All replies
-
On 4/24/2011 4:52 PM, BYOKEMAN wrote:> Please help me.... I do not know how to communicate form VB.netwith a> webpage, meaning that when I send a data string, then the results shown> on the form VB.net, so the webpage of the server sends the data string> to form vb.net. can anyone know how to communicate it? thanks before> ...really - really need helpYou need to use a Web service that can be consumed my the Web Page andthe Windows form applications for communications between the two programs.Sunday, April 24, 2011 10:08 PM
-
thanks for reply....
may be you have an example how to use web service that can communicate to form vb.net ...?
I need an example please...
Wednesday, April 27, 2011 7:03 PM -
Hi Byokeman,
Welcome to the MSDN Forum.
Here is a code sample at the codeproject: http://www.codeproject.com/KB/vb/vbwebservice.aspx, please take a look at it.
I hope this will be helpful.
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Friday, May 6, 2011 11:28 AM -
Hi Byokeman,
Thanks for posting in the MSDN Forum.
Any update? I have marked Darnold and my own replies as answer, if you think it provides no help, please unmark it, and feel free to let me know your any concerns.
Thank you for your understanding and support.
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Tuesday, May 10, 2011 2:37 AM