Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois14-Feb-16 10:18
professionalKevin Marois14-Feb-16 10:18 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois14-Feb-16 10:26
professionalKevin Marois14-Feb-16 10:26 
GeneralRe: Determine Is App Is Running Remote Pin
Eddy Vluggen14-Feb-16 11:00
professionalEddy Vluggen14-Feb-16 11:00 
AnswerRe: Determine Is App Is Running Remote Pin
dandy7215-Feb-16 5:33
dandy7215-Feb-16 5:33 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois15-Feb-16 5:38
professionalKevin Marois15-Feb-16 5:38 
GeneralRe: Determine Is App Is Running Remote Pin
dandy7215-Feb-16 5:48
dandy7215-Feb-16 5:48 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois15-Feb-16 6:09
professionalKevin Marois15-Feb-16 6:09 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois15-Feb-16 6:48
professionalKevin Marois15-Feb-16 6:48 
Check this out:

I just ran the following:

string name1 = System.Net.Dns.GetHostName();
string name2 = Environment.UserDomainName;
string name3 = System.Net.Dns.GetHostEntry("").HostName;

At my office name1 is the PCName, name2 is the NetworkName and name3 is PCname.NetworkName

At home all 3 are the PCName

This clarifys the problem... I need a reliable way to determine if client is on the network.
If it's not broken, fix it until it is

GeneralRe: Determine Is App Is Running Remote Pin
dandy7215-Feb-16 9:23
dandy7215-Feb-16 9:23 
GeneralRe: Determine Is App Is Running Remote Pin
Kevin Marois15-Feb-16 9:31
professionalKevin Marois15-Feb-16 9:31 
GeneralRe: Determine Is App Is Running Remote Pin
dandy7215-Feb-16 9:41
dandy7215-Feb-16 9:41 
QuestionI have downloaded the source code of Open Source Extensible Enterprise n-tier Application Framework with Multilayered Architecture Pin
Malikdanish13-Feb-16 19:37
professionalMalikdanish13-Feb-16 19:37 
AnswerRe: I have downloaded the source code of Open Source Extensible Enterprise n-tier Application Framework with Multilayered Architecture Pin
Richard MacCutchan13-Feb-16 21:17
mveRichard MacCutchan13-Feb-16 21:17 
GeneralRe: I have downloaded the source code of Open Source Extensible Enterprise n-tier Application Framework with Multilayered Architecture Pin
Malikdanish13-Feb-16 21:58
professionalMalikdanish13-Feb-16 21:58 
QuestionShow only whole numbers on axis in chart Pin
CJ201013-Feb-16 6:21
CJ201013-Feb-16 6:21 
AnswerRe: Show only whole numbers on axis in chart Pin
Gerry Schmitz13-Feb-16 10:00
mveGerry Schmitz13-Feb-16 10:00 
Questionpartial or completely match rows in c# in a datagridview Pin
anyi2612-Feb-16 8:19
anyi2612-Feb-16 8:19 
AnswerRe: partial or completely match rows in c# in a datagridview Pin
Sascha Lefèvre12-Feb-16 10:00
professionalSascha Lefèvre12-Feb-16 10:00 
AnswerRe: partial or completely match rows in c# in a datagridview Pin
anyi2613-Feb-16 1:03
anyi2613-Feb-16 1:03 
GeneralRe: partial or completely match rows in c# in a datagridview Pin
Sascha Lefèvre13-Feb-16 1:35
professionalSascha Lefèvre13-Feb-16 1:35 
QuestionSemantic Types for Name-Strings Pin
Sascha Lefèvre11-Feb-16 3:07
professionalSascha Lefèvre11-Feb-16 3:07 
AnswerRe: Semantic Types for Name-Strings Pin
Richard Deeming11-Feb-16 3:37
mveRichard Deeming11-Feb-16 3:37 
GeneralRe: Semantic Types for Name-Strings Pin
Sascha Lefèvre11-Feb-16 4:49
professionalSascha Lefèvre11-Feb-16 4:49 
AnswerRe: Semantic Types for Name-Strings Pin
RugbyLeague11-Feb-16 3:37
RugbyLeague11-Feb-16 3:37 
GeneralRe: Semantic Types for Name-Strings Pin
Sascha Lefèvre11-Feb-16 4:50
professionalSascha Lefèvre11-Feb-16 4:50 

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.