1
Answer

VB6 in ASP.NET Web Service

rodcarls

rodcarls

20y
1.8k
1
I am creating a simple chat program....with a server and client. I use ASP.NET Web Service for server and vb.6 for client.....can anyone help to on how read the return xml file of my web service.asmx. example for my web service.asmx : Public Function AddNumber(byref a as integer, byref b as integer) as integer return a + b end Function now...how to make a vb.6 client to access this method above. Please help with this issues. Thanks, Rogelio
Answers (1)
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 11y
http://www.c-sharpcorner.com/UploadFile/63f5c2/chart-control-in-Asp-Net/