Click here to Skip to main content
15,909,445 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Calling .Net-DLLs from regular, unmanaged C++ Pin
Roman Rodov31-Mar-04 14:41
Roman Rodov31-Mar-04 14:41 
GeneralRe: Calling .Net-DLLs from regular, unmanaged C++ Pin
Eric Schaefer1-Apr-04 22:08
Eric Schaefer1-Apr-04 22:08 
GeneralRe: Calling .Net-DLLs from regular, unmanaged C++ Pin
Mike Dimmick5-Apr-04 2:32
Mike Dimmick5-Apr-04 2:32 
Generalrichtextbox removing highlight from selected text Pin
Member 33109630-Mar-04 19:54
Member 33109630-Mar-04 19:54 
GeneralPrompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 12:19
Kris Morness30-Mar-04 12:19 
GeneralRe: Prompt to add files when inserted MISSING Pin
Heath Stewart30-Mar-04 13:04
protectorHeath Stewart30-Mar-04 13:04 
GeneralRe: Prompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 13:13
Kris Morness30-Mar-04 13:13 
GeneralRe: Prompt to add files when inserted MISSING Pin
Heath Stewart30-Mar-04 13:15
protectorHeath Stewart30-Mar-04 13:15 
GeneralRe: Prompt to add files when inserted MISSING Pin
Kris Morness30-Mar-04 14:30
Kris Morness30-Mar-04 14:30 
QuestionSend mail thru Lotus Notes ? Pin
MrBean29-Mar-04 21:29
MrBean29-Mar-04 21:29 
AnswerRe: Send mail thru Lotus Notes ? Pin
Daniel Turini29-Mar-04 21:41
Daniel Turini29-Mar-04 21:41 
GeneralCompiling project developed in VC 6.0 .NET Compiler Pin
Vini Deep29-Mar-04 20:48
Vini Deep29-Mar-04 20:48 
GeneralRe: Compiling project developed in VC 6.0 .NET Compiler Pin
Colin Angus Mackay29-Mar-04 22:10
Colin Angus Mackay29-Mar-04 22:10 
GeneralRe: Compiling project developed in VC 6.0 .NET Compiler Pin
Vini Deep29-Mar-04 23:06
Vini Deep29-Mar-04 23:06 
QuestionHow to soft reset PDA (Pocket PC) in VB.net CF Pin
maithoa29-Mar-04 16:46
maithoa29-Mar-04 16:46 
AnswerRe: How to soft reset PDA (Pocket PC) in VB.net CF Pin
Roman Rodov30-Mar-04 15:44
Roman Rodov30-Mar-04 15:44 
GeneralRe: How to soft reset PDA (Pocket PC) in VB.net CF Pin
maithoa1-Apr-04 14:17
maithoa1-Apr-04 14:17 
GeneralSystem.PlatformNotSupportedException when call a webservice on a Windows 2003 PC Pin
maithoa29-Mar-04 16:02
maithoa29-Mar-04 16:02 
GeneralSystem.Type Object Pin
Dan Broomall29-Mar-04 8:36
Dan Broomall29-Mar-04 8:36 
GeneralRe: System.Type Object Pin
Andy Brummer29-Mar-04 16:14
sitebuilderAndy Brummer29-Mar-04 16:14 
GeneralRe: System.Type Object Pin
Roman Rodov29-Mar-04 18:12
Roman Rodov29-Mar-04 18:12 
GeneralSend and receive file on VB.NET Pin
Anonymous29-Mar-04 3:08
Anonymous29-Mar-04 3:08 
GeneralRe: Send and receive file on VB.NET Pin
Colin Angus Mackay29-Mar-04 3:49
Colin Angus Mackay29-Mar-04 3:49 
GeneralRe: Send and receive file on VB.NET Pin
Anonymous29-Mar-04 4:30
Anonymous29-Mar-04 4:30 
GeneralRe: Send and receive file on VB.NET Pin
Colin Angus Mackay29-Mar-04 5:26
Colin Angus Mackay29-Mar-04 5:26 
Anonymous wrote:
Can you give few line example?

It would be better if you got a book on the subject. C# Network Programming by Richard Blum[^] is quite a good book on the subject. (Although all the examples in the book are in C# it is really the .NET Framework that is the important part. So everything mentioned will work for C#, VB.NET, Fujitsu COBOL.NET or whatever).

You will probably find that there is a better way from the book. You haven't really mentioned what you are trying to do, other than sending a file via TCP/IP (which is a bit vague and doesn't take into account things like people having firewalls that block your connection. You may decide a better way is using a web service - which would send the file via HTTP and therefor pass through a firewall)




"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.