|
-
Feb 14th, 2006, 03:00 PM
#1
Thread Starter
Junior Member
VB Socket Sending File
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.
-
Feb 14th, 2006, 03:18 PM
#2
Re: VB Socket Sending File
-
Feb 14th, 2006, 05:32 PM
#3
Re: VB Socket Sending File
-
Feb 14th, 2006, 08:06 PM
#4
Re: VB Socket Sending File
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.
-
Feb 15th, 2006, 10:48 AM
#5
Re: VB Socket Sending File
 Originally Posted by vitoto
Hi guys, any can help me in sample code using socket and not winsocket object please.
This tells me he does not want to use Winsock.
Have a look into the CSocket class.
-
Feb 15th, 2006, 11:42 AM
#6
Re: VB Socket Sending File
 Originally Posted by Hack
This tells me he does not want to use Winsock.
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 API
-
Feb 19th, 2006, 08:42 PM
#7
New Member
Re: VB Socket Sending File
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.
-
Feb 20th, 2006, 09:06 AM
#8
Re: VB Socket Sending File
 Originally Posted by joyfulljack
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 Control
-
Feb 20th, 2006, 02:31 PM
#9
Thread Starter
Junior Member
Re: VB Socket Sending File
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.
-
Feb 23rd, 2006, 01:04 AM
#10
New Member
Re: VB Socket Sending File
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
-
Feb 23rd, 2006, 05:33 AM
#11
Re: VB Socket Sending File
 Originally Posted by joyfulljack
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.
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|