Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem I can't get past. Pin
Cory Borrow26-Jun-07 15:54
Cory Borrow26-Jun-07 15:54 
GeneralRe: Problem I can't get past. Pin
Christian Graus26-Jun-07 16:22
protectorChristian Graus26-Jun-07 16:22 
QuestionC#, IE, C++ & BHO's... getting a C# Explorer Toolbar to talk to a C++ BHO Pin
BenAnderson26-Jun-07 11:03
BenAnderson26-Jun-07 11:03 
Questionftp FtpWebRespose.GetRespone() Exception Pin
Mostafa Siraj26-Jun-07 8:43
Mostafa Siraj26-Jun-07 8:43 
QuestionUDP Error Pin
ramdil26-Jun-07 6:54
ramdil26-Jun-07 6:54 
AnswerRe: UDP Error Pin
Dave Kreskowiak26-Jun-07 7:07
mveDave Kreskowiak26-Jun-07 7:07 
GeneralRe: UDP Error Pin
ramdil26-Jun-07 7:50
ramdil26-Jun-07 7:50 
GeneralRe: UDP Error Pin
Dave Kreskowiak26-Jun-07 9:11
mveDave Kreskowiak26-Jun-07 9:11 
You've got both application opening the same port. That won't work.

The first application will launch and open the port. The second will fail every time because you can't have two applications listening on the same port.

Now, if you launch the first application and it fails, then some other application already has the port open, or, the port was never closed and released properly on the first run of your app.


A guide to posting questions on CodeProject[^]

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


GeneralRe: UDP Error Pin
ramdil27-Jun-07 3:20
ramdil27-Jun-07 3:20 
GeneralRe: UDP Error Pin
Dave Kreskowiak27-Jun-07 11:45
mveDave Kreskowiak27-Jun-07 11:45 
GeneralRe: UDP Error Pin
ramdil29-Jun-07 2:52
ramdil29-Jun-07 2:52 
QuestionAlways on top Pin
max2929726-Jun-07 6:09
max2929726-Jun-07 6:09 
AnswerRe: Always on top Pin
Luc Pattyn26-Jun-07 6:37
sitebuilderLuc Pattyn26-Jun-07 6:37 
AnswerRe: Always on top Pin
led mike26-Jun-07 6:54
led mike26-Jun-07 6:54 
GeneralRe: Always on top Pin
Ed.Poore26-Jun-07 8:42
Ed.Poore26-Jun-07 8:42 
GeneralRe: Always on top Pin
led mike26-Jun-07 8:49
led mike26-Jun-07 8:49 
AnswerRe: Always on top Pin
Ed.Poore26-Jun-07 8:42
Ed.Poore26-Jun-07 8:42 
AnswerRe: Always on top Pin
Dan Neely26-Jun-07 8:54
Dan Neely26-Jun-07 8:54 
QuestionRunning Applications Pin
max2929726-Jun-07 6:08
max2929726-Jun-07 6:08 
AnswerRe: Running Applications Pin
Luc Pattyn26-Jun-07 6:34
sitebuilderLuc Pattyn26-Jun-07 6:34 
Questionstart menu help Pin
Mabre of the Tadadas26-Jun-07 5:30
Mabre of the Tadadas26-Jun-07 5:30 
AnswerRe: start menu help Pin
Ed.Poore26-Jun-07 5:56
Ed.Poore26-Jun-07 5:56 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 7:54
Mabre of the Tadadas26-Jun-07 7:54 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 8:23
Mabre of the Tadadas26-Jun-07 8:23 
GeneralRe: start menu help Pin
Ed.Poore26-Jun-07 8:40
Ed.Poore26-Jun-07 8:40 

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.