Click here to Skip to main content
15,919,422 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get "Precision" and "Scale" of a Decimal bound column in code ? Pin
darkelv17-Mar-06 2:43
darkelv17-Mar-06 2:43 
QuestionCOM Interop and Indigo on Windows Server 2003 Pin
Optimus Chaos16-Mar-06 21:03
Optimus Chaos16-Mar-06 21:03 
QuestionRemote Shutdown and Processes Pin
fjlv200516-Mar-06 20:14
fjlv200516-Mar-06 20:14 
AnswerRe: Remote Shutdown and Processes Pin
Jijo BP16-Mar-06 23:00
Jijo BP16-Mar-06 23:00 
GeneralRe: Remote Shutdown and Processes Pin
fjlv200516-Mar-06 23:26
fjlv200516-Mar-06 23:26 
Questionhow to embed a external application into a winform? Pin
iiiwabibitoiii16-Mar-06 20:06
iiiwabibitoiii16-Mar-06 20:06 
Questionadd code to installer package Pin
sohne16-Mar-06 19:10
sohne16-Mar-06 19:10 
QuestionLocalization issue with UserControls Pin
Pixinger7716-Mar-06 18:21
Pixinger7716-Mar-06 18:21 
Questionusing reference in runtime Pin
vatzcar16-Mar-06 18:14
vatzcar16-Mar-06 18:14 
AnswerRe: using reference in runtime Pin
Vikram A Punathambekar16-Mar-06 19:33
Vikram A Punathambekar16-Mar-06 19:33 
GeneralRe: using reference in runtime Pin
vatzcar16-Mar-06 20:23
vatzcar16-Mar-06 20:23 
Questionregarfin session state Pin
samasavinirs16-Mar-06 18:08
samasavinirs16-Mar-06 18:08 
Questionload image in asp.net page --using c# Pin
deepak116-Mar-06 17:48
deepak116-Mar-06 17:48 
QuestionExpand/Collapse a category in property grid Pin
Tulika Shrivastava16-Mar-06 17:34
Tulika Shrivastava16-Mar-06 17:34 
QuestionPropertyGrid Control Pin
deepscyberpulse16-Mar-06 16:30
deepscyberpulse16-Mar-06 16:30 
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 

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.