Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionNo. of pages spooled to printer in C# Pin
Bijon Roy16-Mar-06 14:45
Bijon Roy16-Mar-06 14:45 
QuestionUsing Named Pipes with C#?? Pin
Phil C16-Mar-06 13:55
Phil C16-Mar-06 13:55 
AnswerRe: Using Named Pipes with C#?? Pin
mcljava17-Mar-06 4:46
mcljava17-Mar-06 4:46 
GeneralRe: Using Named Pipes with C#?? Pin
Phil C18-Mar-06 20:41
Phil C18-Mar-06 20:41 
GeneralRe: Using Named Pipes with C#?? Pin
mcljava19-Mar-06 17:29
mcljava19-Mar-06 17:29 
GeneralRe: Using Named Pipes with C#?? Pin
Phil C19-Mar-06 22:59
Phil C19-Mar-06 22:59 
QuestionProblem Occured - IP address Pin
Jijo BP16-Mar-06 13:48
Jijo BP16-Mar-06 13:48 
AnswerRe: Problem Occured - IP address Pin
Phil C16-Mar-06 14:03
Phil C16-Mar-06 14:03 
Not sure if this is a direct answer to your problem or not, but are you sure your machine can even see the other one with the way the IP addresses are set up?

In other words, what are the subnet masks on the machine.

If either one is set to the standard 255.255.255.0 these two machines will not be able to see one another regardless of how your program is coded becaues the network mask blocks/prevents all IP traffic except on your local network.

Quick way to test it is to pull up a command prompt on your machine then type:
ping 192.168.1.23...if you get a reply then all should be ok.

By the way, as I was checking back in your message to make sure I typed the right IP address, I notice your program reads:

string ips = “192.168.0.23” ;

Shouldn't that be "192.168.1.23";???????????????
GeneralRe: Problem Occured - IP address Pin
Jijo BP16-Mar-06 14:54
Jijo BP16-Mar-06 14:54 
GeneralRe: Problem Occured - IP address Pin
Phil C16-Mar-06 15:14
Phil C16-Mar-06 15:14 
QuestionResponse.BinaryWrite to open/save word doc Pin
missy416-Mar-06 13:13
missy416-Mar-06 13:13 
QuestionSOAP and wsdl Pin
allenmpcx16-Mar-06 11:21
allenmpcx16-Mar-06 11:21 
QuestionLimitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 10:38
Erik Davidson16-Mar-06 10:38 
AnswerRe: Limitations on parameters for Interfaces? Pin
leppie16-Mar-06 15:02
leppie16-Mar-06 15:02 
GeneralRe: Limitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 19:25
Erik Davidson16-Mar-06 19:25 
QuestionRegular Expressions in C# Pin
conrado716-Mar-06 9:52
conrado716-Mar-06 9:52 
AnswerRe: Regular Expressions in C# Pin
Curtis Schlak.16-Mar-06 10:02
Curtis Schlak.16-Mar-06 10:02 
GeneralRe: Regular Expressions in C# Pin
conrado716-Mar-06 11:21
conrado716-Mar-06 11:21 
AnswerRe: Regular Expressions in C# Pin
leppie16-Mar-06 15:08
leppie16-Mar-06 15:08 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 0:57
conrado717-Mar-06 0:57 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 1:04
leppie17-Mar-06 1:04 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 2:27
conrado717-Mar-06 2:27 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 2:48
leppie17-Mar-06 2:48 
QuestionTabPage activation on Form Load Pin
zaboboa16-Mar-06 9:06
zaboboa16-Mar-06 9:06 
AnswerRe: TabPage activation on Form Load Pin
Ed.Poore16-Mar-06 11:54
Ed.Poore16-Mar-06 11:54 

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.