Hi guys, any can help me in sample code using socket and not winsocket object please.
how send string and file to server ?
Thank you.
Printable View
Hi guys, any can help me in sample code using socket and not winsocket object please.
how send string and file to server ?
Thank you.
You can check out these ones too.
http://www.vbforums.com/showthread.php?t=372036
http://www.vbforums.com/showthread.php?t=354670
If your looking to learn winsock, I would recommend starting with reading beginner winsock tutorials as they will explain every aspect of it and why its needed.
This tells me he does not want to use Winsock.Quote:
Originally Posted by vitoto
Have a look into the CSocket class.
Its not clear what he wants......... he said he doesnt want to use winsock object, maybe this means he doesnt want to use a winsock object from APIQuote:
Originally Posted by Hack
Hi vitoto
I just wanted to know will this work for wireless network, i am looking for a VB code that can communicate two wireless devices and send data. can u help me on that.
As long as there is a network connection (wireless or wired) or internet connection, two remote hosts can communicate via VB apps, the best method for coding the connection is the Microsoft Winsock ControlQuote:
Originally Posted by joyfulljack
Hi guys, so detail the problem you can read here :
http://forums.devbuzz.com/how_to_sen...m_39483/tm.htm
So, we not using Winsocket, we using this socket code and need extend :
http://www.elguille.info/colabora/pu...cketsVBNET.htm
Thank you.
hi everyone
i am working on PDA's, i am trying to send the files wirelessly, will the code that is posted here works on PDA's bcoz though i run the server code i cannot find the correct port that has to be specified can any one help me on this.
Thank you in advance
In VB go to Edit>Find and search for '.LocalPort' you will find the line of code which specifies the port.Quote:
Originally Posted by joyfulljack
Anyway, if you want to send files between PDA and your PC using your server app, your going to have to code a client app for the PDA, and im pretty sure it cant be done in VB