| Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Web for ActiveX Topic: Webtool with VB6 and VB.NET |
| SystemUp From: Norwood, NJ USA Posts: 23 Member Since: 01/11/02 |
posted July 8, 2002 9:50 PM I am using the webtool with a program written in VB6 and in a service written in VB.Net. When I do a Post in the VB6 code, it works and sends back the data, but using the same code in VB.NET, I get no data back. |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted July 9, 2002 9:51 AM Hi, The following worked for me. Hope it helps, -ken Dim result As String result = "" Http1.Url = "www.dart.com/PostSample.asp" Http1.Post("City=Rome", , result) Debug.WriteLine(result) |
| Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|