Click here to Skip to main content
15,892,517 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can't make array class data shown in a label Pin
Albert8325-Jan-06 16:48
Albert8325-Jan-06 16:48 
GeneralRe: Can't make array class data shown in a label Pin
Garry Stewart25-Jan-06 16:59
Garry Stewart25-Jan-06 16:59 
GeneralRe: Can't make array class data shown in a label Pin
Albert8325-Jan-06 17:19
Albert8325-Jan-06 17:19 
Questioncopy Pin
quarinteen23-Jan-06 14:49
quarinteen23-Jan-06 14:49 
AnswerRe: copy Pin
Dave Kreskowiak23-Jan-06 15:32
mveDave Kreskowiak23-Jan-06 15:32 
QuestionPlease Solve with me this network Problem Pin
snouto23-Jan-06 12:50
snouto23-Jan-06 12:50 
AnswerRe: Please Solve with me this network Problem Pin
Dave Kreskowiak23-Jan-06 15:28
mveDave Kreskowiak23-Jan-06 15:28 
AnswerRe: Please Solve with me this network Problem Pin
Garry Stewart23-Jan-06 20:35
Garry Stewart23-Jan-06 20:35 
As the first poster mentioned, you'll need to configure any local routing infrastructure to allow inbound traffic, but you will also have to consider inbound/outbound traffic from your ISP's point of view.

Make sure that their hardware doesn't block the ports you are trying to use, and maybe check up to see if they have an isolated "proxy only" environment or something similar. This is when the only outbound connection you are allowed to make is through a proxy server, in which case you may have to to detect you default proxy of your machine (System.Net.WebProxy.GetDefaultProxy()), or create your own proxy object and wrap the packets you're sending out in an HTTP request. Most IRC clients and servers will now send and accept HTTP encapsulated data in this manner. Not sure about other protocols, though.


Questioninvoke codefile from a path embedded in XML? Pin
mattica23-Jan-06 12:19
mattica23-Jan-06 12:19 
AnswerRe: invoke codefile from a path embedded in XML? Pin
snouto23-Jan-06 12:56
snouto23-Jan-06 12:56 
GeneralRe: invoke codefile from a path embedded in XML? Pin
mattica23-Jan-06 18:15
mattica23-Jan-06 18:15 
GeneralRe: invoke codefile from a path embedded in XML? Pin
lmoelleb23-Jan-06 21:32
lmoelleb23-Jan-06 21:32 
Questionkeyboard sequence Pin
quasi478523-Jan-06 11:54
quasi478523-Jan-06 11:54 
QuestionTurn of word wrapping on labels Pin
dbrenth23-Jan-06 10:52
dbrenth23-Jan-06 10:52 
AnswerRe: Turn of word wrapping on labels Pin
tarasn23-Jan-06 11:42
tarasn23-Jan-06 11:42 
AnswerRe: Turn of word wrapping on labels Pin
microsoc23-Jan-06 15:15
microsoc23-Jan-06 15:15 
AnswerRe: Turn of word wrapping on labels Pin
Dan Neely24-Jan-06 2:08
Dan Neely24-Jan-06 2:08 
GeneralRe: Turn of word wrapping on labels Pin
dbrenth24-Jan-06 5:29
dbrenth24-Jan-06 5:29 
Questionclass question Pin
Manu_8123-Jan-06 10:44
Manu_8123-Jan-06 10:44 
AnswerRe: class question Pin
Colin Angus Mackay23-Jan-06 11:22
Colin Angus Mackay23-Jan-06 11:22 
GeneralRe: class question Pin
Manu_8123-Jan-06 12:09
Manu_8123-Jan-06 12:09 
GeneralRe: class question Pin
Colin Angus Mackay23-Jan-06 22:19
Colin Angus Mackay23-Jan-06 22:19 
GeneralRe: class question Pin
Colin Angus Mackay23-Jan-06 22:23
Colin Angus Mackay23-Jan-06 22:23 
AnswerRe: class question Pin
Guffa23-Jan-06 11:26
Guffa23-Jan-06 11:26 
Questionobject[] initialization as a parameter Pin
clintsinger23-Jan-06 10:30
clintsinger23-Jan-06 10:30 

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.