Click here to Skip to main content
15,901,283 members
Home / Discussions / C#
   

C#

 
GeneralRe: executing function in Parent FORM from Child FORM Pin
S. Senthil Kumar12-Feb-06 14:00
S. Senthil Kumar12-Feb-06 14:00 
GeneralRe: executing function in Parent FORM from Child FORM Pin
Colin Angus Mackay13-Feb-06 8:32
Colin Angus Mackay13-Feb-06 8:32 
GeneralRe: executing function in Parent FORM from Child FORM Pin
emran83413-Feb-06 8:23
emran83413-Feb-06 8:23 
GeneralRe: executing function in Parent FORM from Child FORM Pin
Colin Angus Mackay13-Feb-06 8:35
Colin Angus Mackay13-Feb-06 8:35 
QuestionMultiple Colored ProgressBar Pin
suchiate11-Feb-06 21:33
suchiate11-Feb-06 21:33 
AnswerRe: Multiple Colored ProgressBar Pin
Robert Rohde11-Feb-06 22:39
Robert Rohde11-Feb-06 22:39 
GeneralRe: Multiple Colored ProgressBar Pin
suchiate11-Feb-06 22:43
suchiate11-Feb-06 22:43 
GeneralRe: Multiple Colored ProgressBar Pin
Dario Solera11-Feb-06 23:42
Dario Solera11-Feb-06 23:42 
GeneralRe: Multiple Colored ProgressBar Pin
suchiate11-Feb-06 23:46
suchiate11-Feb-06 23:46 
GeneralRe: Multiple Colored ProgressBar Pin
User 665811-Feb-06 23:59
User 665811-Feb-06 23:59 
GeneralRe: Multiple Colored ProgressBar Pin
suchiate12-Feb-06 0:11
suchiate12-Feb-06 0:11 
QuestionDataList Control in Windows Forms Pin
Adel Khayata11-Feb-06 20:47
Adel Khayata11-Feb-06 20:47 
QuestionDNS .Resolve & .NET 2.0 Headache?? Pin
gman4411-Feb-06 18:24
gman4411-Feb-06 18:24 
I can type an IP address and receive Internet domain name and my workstation name however no other IPs of computers on our internal network will resolve to a thier machine name only to the same IP that is entered. What's up Microsoft????

I can say that before we switched over .NET 1.1 to 2.0 the Dns.Resolve(entry); would find a name for any IP, LAN or WAN.

Q. Any ideas??????????

[This is new .NET 2.0 method that replaced the former .Resolve method]

private void LookupIP(string entry)
{
try
{
IPHostEntry IP = Dns.GetHostEntry(entry);
txtBox2.Text = IP.HostName;
}
catch(Exception exception)
{
Questionhow to know where next Location is ? Pin
CiNN11-Feb-06 14:47
CiNN11-Feb-06 14:47 
QuestionC# XPath expression help Pin
eggie511-Feb-06 12:33
eggie511-Feb-06 12:33 
AnswerRe: C# XPath expression help Pin
George L. Jackson11-Feb-06 15:52
George L. Jackson11-Feb-06 15:52 
GeneralRe: C# XPath expression help Pin
eggie511-Feb-06 16:10
eggie511-Feb-06 16:10 
GeneralRe: C# XPath expression help Pin
eggie511-Feb-06 17:46
eggie511-Feb-06 17:46 
Questiona problem with SQL stored procedure , LIKE and '%' Pin
shabonaa11-Feb-06 11:06
shabonaa11-Feb-06 11:06 
AnswerRe: a problem with SQL stored procedure , LIKE and '%' Pin
Colin Angus Mackay11-Feb-06 13:37
Colin Angus Mackay11-Feb-06 13:37 
QuestionDNS Resolve problem in .NET 2.0??? Pin
gman4411-Feb-06 9:36
gman4411-Feb-06 9:36 
AnswerRe: DNS Resolve problem in .NET 2.0??? Pin
spirit_of_pak12-Feb-06 17:36
spirit_of_pak12-Feb-06 17:36 
GeneralRe: DNS Resolve problem in .NET 2.0??? Pin
gman4413-Feb-06 3:16
gman4413-Feb-06 3:16 
QuestionConditional Property Setters (friends in C#) Pin
Marc Clifton11-Feb-06 8:00
mvaMarc Clifton11-Feb-06 8:00 
AnswerRe: Conditional Property Setters (friends in C#) Pin
Kevin McFarlane11-Feb-06 8:45
Kevin McFarlane11-Feb-06 8:45 

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.