Click here to Skip to main content
16,013,489 members
Home / Discussions / C#
   

C#

 
GeneralRe: Moving form without showing contents Pin
desto-tj19-Feb-10 21:08
desto-tj19-Feb-10 21:08 
GeneralRe: Moving form without showing contents Pin
Dan Mos20-Feb-10 21:16
Dan Mos20-Feb-10 21:16 
QuestionAbout property grid. Pin
gaferrero19-Feb-10 13:57
gaferrero19-Feb-10 13:57 
AnswerRe: About property grid. Pin
AspDotNetDev19-Feb-10 14:13
protectorAspDotNetDev19-Feb-10 14:13 
Questioninternet Pin
sanforjackass19-Feb-10 11:58
sanforjackass19-Feb-10 11:58 
AnswerRe: internet Pin
AspDotNetDev19-Feb-10 12:28
protectorAspDotNetDev19-Feb-10 12:28 
GeneralRe: internet Pin
sanforjackass19-Feb-10 12:40
sanforjackass19-Feb-10 12:40 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:46
protectorAspDotNetDev19-Feb-10 12:46 
You have to have the two computers figure out eachother's IP addresses somehow. Typically, this is done by having a server negotiate between them (the server tells each computer what the IP is of the other computer). Since most computers have dynamic IP addresses, that's about the only way to do it. However, if one of your computers is a "server" with a static IP, you can have the other computer connect to that computer, at which point it can tell the server what it's IP address is.

If you just want the IP address of each computer for testing purposes, you can visit http://www.whatismyip.com/ on each computer to get that information. If they are on the same network, you may have problems because they may appear to have the same IP address. I'm not sure how you'd handle that.
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:49
harold aptroot19-Feb-10 12:49 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:56
protectorAspDotNetDev19-Feb-10 12:56 
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:58
harold aptroot19-Feb-10 12:58 
GeneralRe: internet Pin
sanforjackass19-Feb-10 13:05
sanforjackass19-Feb-10 13:05 
JokeRe: internet Pin
Wamuti19-Feb-10 21:36
Wamuti19-Feb-10 21:36 
QuestionWebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 11:32
Matthew Klein19-Feb-10 11:32 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 12:02
protectorAspDotNetDev19-Feb-10 12:02 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 12:38
Matthew Klein19-Feb-10 12:38 
GeneralRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 13:18
protectorAspDotNetDev19-Feb-10 13:18 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Giorgi Dalakishvili19-Feb-10 23:00
mentorGiorgi Dalakishvili19-Feb-10 23:00 
QuestionAny one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 11:20
Seraph_summer19-Feb-10 11:20 
AnswerMessage Closed Pin
19-Feb-10 11:40
stancrm19-Feb-10 11:40 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 22:50
Seraph_summer19-Feb-10 22:50 
AnswerRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
dybs19-Feb-10 18:12
dybs19-Feb-10 18:12 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer20-Feb-10 3:29
Seraph_summer20-Feb-10 3:29 
QuestionEmbed SQL Express Pin
eddieangel19-Feb-10 10:59
eddieangel19-Feb-10 10:59 
AnswerRe: Embed SQL Express Pin
Not Active19-Feb-10 11:25
mentorNot Active19-Feb-10 11:25 

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.