VBA

Moderators: PavlinII
Number of threads: 1673
Number of posts: 3078

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Sending stuff over the net. Posted by Dedic on 22 Mar 2002 at 6:18 AM
Does anyone know how I could send a file or a message over my permament internet connection to somebody whith a similar connection. He should have a program to recive it and I should have something to send it with. Right? Are there any VBA-instructions that could I could use?

Report
Re: Sending stuff over the net. Posted by DarQ on 26 Mar 2002 at 3:12 AM
: Does anyone know how I could send a file or a message over my permament internet connection to somebody whith a similar connection. He should have a program to recive it and I should have something to send it with. Right? Are there any VBA-instructions that could I could use?
:

Use a Winsocket control. With that one you can connect the 2 comps by entering the IP numbers and local and remote ports.


Greetz from DarQ

Report
Re: Sending stuff over the net. Posted by HardCoded on 2 Apr 2002 at 8:59 AM
: : Does anyone know how I could send a file or a message over my permament internet connection to somebody whith a similar connection. He should have a program to recive it and I should have something to send it with. Right? Are there any VBA-instructions that could I could use?
: :
:
: Use a Winsocket control. With that one you can connect the 2 comps by entering the IP numbers and local and remote ports.
:
:
: Greetz from DarQ
:
As always, DarQ is right.I would just like to add that the winsocket is an external file, ocx.The same can be made with API.More complicated, yes, but your app gets a diferent look( sort of hard coding :) ).

Report
Re: Sending stuff over the net. Posted by DarQ on 2 Apr 2002 at 11:00 AM
: : : Does anyone know how I could send a file or a message over my permament internet connection to somebody whith a similar connection. He should have a program to recive it and I should have something to send it with. Right? Are there any VBA-instructions that could I could use?
: : :
: :
: : Use a Winsocket control. With that one you can connect the 2 comps by entering the IP numbers and local and remote ports.
: :
: :
: : Greetz from DarQ
: :
: As always, DarQ is right.I would just like to add that the winsocket is an external file, ocx.The same can be made with API.More complicated, yes, but your app gets a diferent look( sort of hard coding :) ).
:
:
Ha, "As always, DarQ is right."? Thanx dude. How u know that. You read every reply I post?
Greetz from DarQ

Report
Re: Sending stuff over the net. Posted by HardCoded on 3 Apr 2002 at 4:19 AM
: : : : Does anyone know how I could send a file or a message over my permament internet connection to somebody whith a similar connection. He should have a program to recive it and I should have something to send it with. Right? Are there any VBA-instructions that could I could use?
: : : :
: : :
: : : Use a Winsocket control. With that one you can connect the 2 comps by entering the IP numbers and local and remote ports.
: : :
: : :
: : : Greetz from DarQ
: : :
: : As always, DarQ is right.I would just like to add that the winsocket is an external file, ocx.The same can be made with API.More complicated, yes, but your app gets a diferent look( sort of hard coding :) ).
: :
: :
: Ha, "As always, DarQ is right."? Thanx dude. How u know that. You read every reply I post?
: Greetz from DarQ
:
lololol. I should say, I really don't know, but from the replys you make, you have done a nice work in helping and so, so, I guess theres nothing worng with being friendly, don't you?
It seems that you know your vb, so keep on it.




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.