Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: MAKING A HTML EDITOR Pin
Colin Angus Mackay10-Jan-06 20:58
Colin Angus Mackay10-Jan-06 20:58 
AnswerRe: MAKING A HTML EDITOR Pin
Dave Kreskowiak11-Jan-06 5:26
mveDave Kreskowiak11-Jan-06 5:26 
GeneralRe: MAKING A HTML EDITOR Pin
shopi3014-Jan-06 12:53
shopi3014-Jan-06 12:53 
QuestionGetting coordinates of a piepeace??? Pin
Mukesh Kumar Gupta10-Jan-06 18:13
Mukesh Kumar Gupta10-Jan-06 18:13 
AnswerRe: Getting coordinates of a piepeace??? Pin
leppie10-Jan-06 18:46
leppie10-Jan-06 18:46 
QuestionSocket Programming help Pin
DocH0liday10-Jan-06 17:29
DocH0liday10-Jan-06 17:29 
AnswerRe: Socket Programming help Pin
leppie10-Jan-06 18:48
leppie10-Jan-06 18:48 
AnswerRe: Socket Programming help Pin
Dave Kreskowiak11-Jan-06 4:46
mveDave Kreskowiak11-Jan-06 4:46 
DocH0liday wrote:
I'm trying too make a program that can Control Port Flooding..When a port gets flooded the socket will Close the port, Establish a New Port (without loosing current connection)...


Not possible, even in the slightest part. You have to close the socket to change the port number. This will disconnect the client connection immediately. The client will not have any idea what the new port number is unless you try to tell it over the flooded connection.

You also don't have any access to another applications sockets. You can't close a connection that another application opened.


DocH0liday wrote:
Most Firewalls,Chat Clients ect dont really do a good job of being able to control this problem


There's a reason for this! It's not possible to do reliably! How is the firewall going to know, and tell the difference between, good and bad traffic on those ports?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 10:47 Wednesday 11th January, 2006
GeneralRe: Socket Programming help Pin
DocH0liday11-Jan-06 6:28
DocH0liday11-Jan-06 6:28 
GeneralRe: Socket Programming help Pin
Dave Kreskowiak11-Jan-06 11:01
mveDave Kreskowiak11-Jan-06 11:01 
GeneralRe: Socket Programming help Pin
DocH0liday11-Jan-06 14:20
DocH0liday11-Jan-06 14:20 
GeneralRe: Socket Programming help Pin
Dave Kreskowiak11-Jan-06 17:06
mveDave Kreskowiak11-Jan-06 17:06 
GeneralRe: Socket Programming help Pin
DocH0liday11-Jan-06 17:10
DocH0liday11-Jan-06 17:10 
GeneralRe: Socket Programming help Pin
Dave Kreskowiak12-Jan-06 8:15
mveDave Kreskowiak12-Jan-06 8:15 
QuestionOverwrite an image after unload it from a picture box control Pin
t800t810-Jan-06 17:16
t800t810-Jan-06 17:16 
AnswerRe: Overwrite an image after unload it from a picture box control Pin
Christian Graus10-Jan-06 17:38
protectorChristian Graus10-Jan-06 17:38 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
t800t810-Jan-06 17:58
t800t810-Jan-06 17:58 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
Christian Graus10-Jan-06 17:59
protectorChristian Graus10-Jan-06 17:59 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
t800t810-Jan-06 18:01
t800t810-Jan-06 18:01 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
Christian Graus10-Jan-06 18:02
protectorChristian Graus10-Jan-06 18:02 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
t800t810-Jan-06 18:14
t800t810-Jan-06 18:14 
GeneralRe: Overwrite an image after unload it from a picture box control Pin
Dave Kreskowiak11-Jan-06 5:23
mveDave Kreskowiak11-Jan-06 5:23 
Questionhow to resolve overlapped region Pin
s o v a n n10-Jan-06 14:37
s o v a n n10-Jan-06 14:37 
AnswerRe: how to resolve overlapped region Pin
Christian Graus10-Jan-06 14:53
protectorChristian Graus10-Jan-06 14:53 
GeneralRe: how to resolve overlapped region Pin
s o v a n n10-Jan-06 16:07
s o v a n n10-Jan-06 16:07 

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.