Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code Pin
AmitGajjar6-Jun-12 18:39
professionalAmitGajjar6-Jun-12 18:39 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code PinPopular
BobJanova6-Jun-12 23:30
BobJanova6-Jun-12 23:30 
AnswerRe: understanding how to write code PinPopular
Alan Balkany7-Jun-12 5:02
Alan Balkany7-Jun-12 5:02 
AnswerRe: understanding how to write code Pin
Mycroft Holmes7-Jun-12 13:06
professionalMycroft Holmes7-Jun-12 13:06 
AnswerRe: understanding how to write code Pin
Abhinav S7-Jun-12 17:30
Abhinav S7-Jun-12 17:30 
QuestionHELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 14:33
Mikhail Radovilskiy6-Jun-12 14:33 
Help I don't know what I'm doing wrong.
the below code is in my form but I am getting
the results below from textBox3.Text = Convert.ToString(Dns.GetHostEntry("google.com"));
what returns into the textbox is System.Net.IPHostEntry
i try textBox3.Text = Convert.ToString(Dns.GetHostAddresses("google.com")); and i get System.Net.IPAddress[] in the textbox I tried a new project doing the same things and its still giving me this, IDE is VS2010 Visual C#
C#
using System;
using System.Net;
using System.Net.Sockets;
using System.Web;
using System.Net.NetworkInformation;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;


C#
private void Login_Load(object sender, EventArgs e)
{
    m_ChildForm = new MainChat(this);

    textBox3.Text = Convert.ToString(Dns.GetHostAddresses("www.google.com"));

}


modified 6-Jun-12 20:41pm.

AnswerRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 15:40
professionalPeter_in_27806-Jun-12 15:40 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 16:50
Mikhail Radovilskiy6-Jun-12 16:50 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 17:25
Mikhail Radovilskiy6-Jun-12 17:25 
GeneralRe: HELP resolving host to IP not working! Pin
Richard MacCutchan6-Jun-12 22:20
mveRichard MacCutchan6-Jun-12 22:20 
GeneralRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 17:30
professionalPeter_in_27806-Jun-12 17:30 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy7-Jun-12 4:44
Mikhail Radovilskiy7-Jun-12 4:44 
Questioncần giúp đỡ về code xe chuyển động Pin
ng0_gia6-Jun-12 7:36
ng0_gia6-Jun-12 7:36 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff6-Jun-12 8:21
mveOriginalGriff6-Jun-12 8:21 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
Abhinav S6-Jun-12 16:05
Abhinav S6-Jun-12 16:05 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
egenis6-Jun-12 18:40
egenis6-Jun-12 18:40 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff6-Jun-12 19:17
mveOriginalGriff6-Jun-12 19:17 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 7:23
egenis7-Jun-12 7:23 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff7-Jun-12 8:00
mveOriginalGriff7-Jun-12 8:00 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 18:53
egenis7-Jun-12 18:53 
QuestionHandle Touches in Windows to Hide/Show my Application Pin
danielnbarros6-Jun-12 3:54
danielnbarros6-Jun-12 3:54 
AnswerRe: Handle Touches in Windows to Hide/Show my Application Pin
Eddy Vluggen6-Jun-12 7:13
professionalEddy Vluggen6-Jun-12 7:13 
QuestionScreen Shot save C# ENG Pin
vlad5536-Jun-12 1:55
vlad5536-Jun-12 1:55 

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.