Hello All, i'm working on a project which requires a mobile device connected with a computer running a service written in VB6. They exchange data as text strings and I have learned from the examples found here to use AsyncStreamsText do do it. It works fine.
But now, when the computer receive determined text message, it should send not another text but a pdf file. And in this case I guess AsyncStreams should me more appropriate. I have a few questions:
Can I have both methods running in the same program?
Is possible send files by using AsyncStreamsText?
Thanks in advance for your help
But now, when the computer receive determined text message, it should send not another text but a pdf file. And in this case I guess AsyncStreams should me more appropriate. I have a few questions:
Can I have both methods running in the same program?
Is possible send files by using AsyncStreamsText?
Thanks in advance for your help