Results 1 to 1 of 1
Thread: Sending array of data to client
- 03-16-2010, 07:48 AM #1
Member
- Join Date
- Mar 2010
- Posts
- 2
- Rep Power
- 0
Sending array of data to client
Hi everyone, I would like to send an array of data from my client which is to be written in Java to a server written in vb6.
For example in vb6, to send an array of data to the receiving end, this is what I would do:
Any help will be appreciated. Thanks.Java Code:Dim arrMsg(0 to 4) as byte Dim testData1 as Long Dim testData2 as Long testData1 = 100000 testData2 = 200000 Call RtlMoveMemory(arrMsg(0), testData1, 4) Call RtlMoveMemory(arrMsg(4), testData2, 4) socket.SendData (arrMsg)
Similar Threads
-
Sending Text File --- Server-To-Client
By nigamsir in forum NetworkingReplies: 1Last Post: 03-08-2010, 03:45 PM -
Sending image file over serversocket to browser client
By maheshsk in forum Web FrameworksReplies: 1Last Post: 12-10-2009, 02:39 PM -
sending to client
By rob in forum New To JavaReplies: 1Last Post: 02-22-2009, 11:07 AM -
Sending a .Doc file from client to a server through socket
By amita_k29 in forum NetworkingReplies: 1Last Post: 02-10-2009, 09:16 AM -
sending jar files from client to server?
By gobinathm in forum New To JavaReplies: 2Last Post: 11-13-2007, 05:12 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks