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

.NET (Core and Framework)

 
AnswerRe: Automatically generate Release Notes from code Pin
Pete O'Hanlon27-Nov-07 10:48
mvePete O'Hanlon27-Nov-07 10:48 
GeneralRe: Automatically generate Release Notes from code Pin
kozu27-Nov-07 10:59
kozu27-Nov-07 10:59 
GeneralRe: Automatically generate Release Notes from code Pin
Pete O'Hanlon27-Nov-07 11:18
mvePete O'Hanlon27-Nov-07 11:18 
GeneralRe: Automatically generate Release Notes from code Pin
kozu27-Nov-07 11:47
kozu27-Nov-07 11:47 
QuestionBinding IP address to modem connection. Pin
Mark Lese27-Nov-07 9:09
Mark Lese27-Nov-07 9:09 
AnswerRe: Binding IP address to modem connection. Pin
Dave Kreskowiak27-Nov-07 9:21
mveDave Kreskowiak27-Nov-07 9:21 
GeneralRe: Binding IP address to modem connection. Pin
Mark Lese27-Nov-07 9:25
Mark Lese27-Nov-07 9:25 
GeneralRe: Binding IP address to modem connection. Pin
Dave Kreskowiak27-Nov-07 10:00
mveDave Kreskowiak27-Nov-07 10:00 
Nope. There's nothing in the .NET BCL that will do this. In order to use IP, you have to use the system's network stack. In order to do that, you have to setup and start the connection outside of your application.

If you really want to transfer files and your writing code for both the server and client side of your app, look into finding an implementation of ZModem or XModem. This will allow you to transfer files over the direct modem connection without using TCP/IP or FTP.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Binding IP address to modem connection. Pin
Dexterus28-Nov-07 5:54
Dexterus28-Nov-07 5:54 
AnswerRe: Binding IP address to modem connection. Pin
Mike Dimmick28-Nov-07 6:20
Mike Dimmick28-Nov-07 6:20 
AnswerRe: Binding IP address to modem connection. Pin
Mehmet Suyuti Dindar28-Nov-07 20:53
Mehmet Suyuti Dindar28-Nov-07 20:53 
Questionvs2005 setup Pin
GaneshKumarVkm26-Nov-07 22:06
GaneshKumarVkm26-Nov-07 22:06 
AnswerRe: vs2005 setup Pin
Colin Angus Mackay26-Nov-07 22:57
Colin Angus Mackay26-Nov-07 22:57 
AnswerRe: vs2005 setup Pin
Pete O'Hanlon27-Nov-07 2:37
mvePete O'Hanlon27-Nov-07 2:37 
AnswerRe: vs2005 setup Pin
Vasudevan Deepak Kumar27-Nov-07 2:55
Vasudevan Deepak Kumar27-Nov-07 2:55 
QuestionHow to know which .NET framework servicepack version is used ? Pin
kaminem26-Nov-07 6:26
kaminem26-Nov-07 6:26 
AnswerRe: How to know which .NET framework servicepack version is used ? Pin
Luc Pattyn26-Nov-07 6:41
sitebuilderLuc Pattyn26-Nov-07 6:41 
AnswerRe: How to know which .NET framework servicepack version is used ? Pin
Mike Dimmick28-Nov-07 6:15
Mike Dimmick28-Nov-07 6:15 
Questionhow to convert an html file into pdf format(without lost of any information) Pin
chithra.r25-Nov-07 17:57
chithra.r25-Nov-07 17:57 
AnswerRe: how to convert an html file into pdf format(without lost of any information) Pin
Vasudevan Deepak Kumar25-Nov-07 18:09
Vasudevan Deepak Kumar25-Nov-07 18:09 
QuestionUDPClient "hangs" on second send/recieve Pin
BlueChippy25-Nov-07 7:04
BlueChippy25-Nov-07 7:04 
AnswerRe: UDPClient "hangs" on second send/recieve Pin
John_Allred28-Nov-07 13:26
John_Allred28-Nov-07 13:26 
QuestionChecking internet connection, the rigth approach Pin
Oshtri Deka25-Nov-07 5:34
professionalOshtri Deka25-Nov-07 5:34 
AnswerRe: Checking internet connection, the rigth approach Pin
Vasudevan Deepak Kumar25-Nov-07 18:11
Vasudevan Deepak Kumar25-Nov-07 18:11 
AnswerRe: Checking internet connection, the rigth approach Pin
John_Allred29-Nov-07 9:51
John_Allred29-Nov-07 9:51 

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.