VB eqivalent to xmlhttp in kbasic

Questions regarding syntax

VB eqivalent to xmlhttp in kbasic

Postby dscapuano » Wed May 18, 2011 3:50 pm

I want to write a front end to a restful service. I have found how to do in .NET using the xmlhttp .net library routine.

1. Is there an equivalent to this routine in kbasic?
2. Is there another way to build a restful get/post routine in kbasic?

Thanks,
Dave Capuano :ugeek:
dscapuano
 
Posts: 7
Joined: Thu May 05, 2011 6:34 pm

Re: VB eqivalent to xmlhttp in kbasic

Postby berndnoetscher » Thu May 19, 2011 7:39 am

Hi

look at

http://www.kbasic.com/doku.php?id=stati ... pplication

Static Function LoadURLAsString(String) As String

lets you load a html web page.

Posting is not supported directly, sorry. Kbasic successor, Q7Basic will have it, coming soon.
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am

Re: VB eqivalent to xmlhttp in kbasic

Postby dscapuano » Thu May 19, 2011 12:55 pm

My alternative solution is to call the curl dll. I will try this and post the results.
dc
dscapuano
 
Posts: 7
Joined: Thu May 05, 2011 6:34 pm


Return to Coding Questions

cron