Board index » cppbuilder » sending info over the internet

sending info over the internet


2005-10-17 03:01:43 AM
cppbuilder46
How would I be able to send information over the internet to a specific
IP, using bcb4?
 
 

Re:sending info over the internet

Malcolm VanOrder wrote:
Quote
How would I be able to send information over the internet to a specific
IP, using bcb4?
That depends complete of the type of serverprogram that runs 'behind' that IP
where you want to send information to. What do you have in mind?
Hans.
 

Re:sending info over the internet

I dont know if FastNET component will install on BCB4 or not because I'm
using BCB5,
but if you may use it, I can guide some easy jobs with FastNET which is
capable to send some information over the web by TCP/IP format I think. :-)
"Malcolm VanOrder" < XXXX@XXXXX.COM >wrote in message
Quote
How would I be able to send information over the internet to a specific
IP, using bcb4?

 

{smallsort}

Re:sending info over the internet

Re:sending info over the internet

I actually meant ICS
and a better link :
www.overbyte.be/eng/products/ics.html
 

Re:sending info over the internet

I got there but have no idea what to do.
Peter wrote:
Quote
I actually meant ICS
and a better link :
www.overbyte.be/eng/products/ics.html



 

Re:sending info over the internet

"Malcolm VanOrder" < XXXX@XXXXX.COM >wrote:
Quote
How would I be able to send information over the internet to a
specific IP, using bcb4?
For starters, use the TClientSocket / TServerSocket components that come
with BCB.
Could you maybe state what you want to send so we can help ?
Jonathan
 

Re:sending info over the internet

It's a set of components that allow you to send and retrieve information via
the internet.
E.g. POST and GET support etc.
-------------------------------------------------------
"Malcolm VanOrder" < XXXX@XXXXX.COM >wrote in message
Quote
I got there but have no idea what to do.
 

Re:sending info over the internet

i recongnize those component names (probably from delphi) but can't find
them in bcb4
Jonathan Benedicto wrote:
Quote
"Malcolm VanOrder" < XXXX@XXXXX.COM >wrote:

>How would I be able to send information over the internet to a
>specific IP, using bcb4?
>

For starters, use the TClientSocket / TServerSocket components that come
with BCB.

Could you maybe state what you want to send so we can help ?

Jonathan



 

Re:sending info over the internet

Malcolm VanOrder wrote:
Quote
i recongnize those component names (probably from delphi) but can't
find them in bcb4
Under the Internet tab, they should be the first two.
Jonathan