cheers,
Cameron
Yes it can. There are two options, namely COM interop and hosting the runtime. Before you go down that route, you might want to consider a solution I hinted in the JSON group some time ago that does not require a version of the .NET Framework at all:
http://tech.groups.yahoo.com/group/json/message/117
For more information on Microsoft Script Control eluded to in the message above, check out:
http://msdn2.microsoft.com/en-us/library/ms974586.aspx
Let's say you're using Jayrock to expose a JSON-RPC service. It wouldn't be too hard then to imagine how the JavaScript proxy that is automatically supplied for a service in Jayrock to be leveraged from VB6. See the small bit of VB6 code that I've attached here to illustrate this in action. I leave the rest of what you can do with this as an exercise for your imagination. :)
- Atif