I need a Windows DLL that allows posting data to specific webpage. A good example is ISX, which is excellent in downloading, but unfortunately doesn't support POST request.
This will be used to build a portable application in VB6. Because winsock.ocx is not always available and requires registration, I'm looking for a registration-free native alternative.
Are there any similar DLLs available?
Need something simple and straightforward, like PostData (url, data)
.