pass signature from ppc to server example

  • Thread starter Thread starter a
  • Start date Start date
A

a

anyone else try the example from MS where a signature is capture on a
ppc, then transferred to the server? It seems to connect to the server
from the ppc ok, but when I try and send it gives me 'Socket error.
Could not find resource assembly'.

Anyone else got this error and/ir know what it means?
 
anyone else try the example from MS where a signature is capture on a
ppc, then transferred to the server? It seems to connect to the server
from the ppc ok, but when I try and send it gives me 'Socket error.

I haven't, but I have found a modified sample that saves the signature
as a bitmap.


http://www.eggheadcafe.com/articles/dotnetcompactframework_capture_signature_to_file.asp

another one:

http://www.c-sharpcorner.com/Upload...rticleID=a0e1e46c-6b6b-4eec-9d05-c1d643f40844

Marcantonio
 
thanks, but actually i was interested in the transfer of data to the
server part, not the sig. capture part.

i simply want to copy some data...no more than 10 characters or so, of
data to a server through a wifi connection. Could I store the
characters in a file and simply copy that file to the server via the
file.copy method? I wasn't sure and that's why i started looking into
transferring via tcp/ip.

by the way, i needed to install a help .cab, and i now i see the
error:

'an existing connection was forcibly closed by the remote host.'

I have a firewall but I made sure I opened the port to accept the
connection and forward it to the server. I don't know what else to
try.
 
Back
Top