Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
AnswerRe: New to C# with Asp.Net!! Pin
blackjack21504-Jun-07 0:16
blackjack21504-Jun-07 0:16 
AnswerRe: New to C# with Asp.Net!! Pin
Sathesh Sakthivel4-Jun-07 2:01
Sathesh Sakthivel4-Jun-07 2:01 
Questiondrag drop javascript living together DHTMLEventHandler ? [modified] Pin
lulaleila3-Jun-07 23:18
lulaleila3-Jun-07 23:18 
QuestionMessage Queue Processing Pin
M. J. Jaya Chitra3-Jun-07 23:18
M. J. Jaya Chitra3-Jun-07 23:18 
AnswerRe: Message Queue Processing Pin
originSH3-Jun-07 23:41
originSH3-Jun-07 23:41 
GeneralThank you Pin
M. J. Jaya Chitra3-Jun-07 23:53
M. J. Jaya Chitra3-Jun-07 23:53 
GeneralRe: Thank you Pin
originSH3-Jun-07 23:57
originSH3-Jun-07 23:57 
QuestionNetwork Information Pull Pin
FatalPuls33-Jun-07 23:15
FatalPuls33-Jun-07 23:15 
I am currently attempting to write my first program for out company. What the program is to do is to pull all the local information of the network and SOMEHOW be able to tell the user their WAN ip or if no ip is found meaning the internet is down, it should say No WAN IP call ISP.

i have provided you with my code here to see if you can help me understand how to get this information.



using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void label1_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{

}

private void check_Click(object sender, EventArgs e)
{

}
private void Form1_Resize(object sender, System.EventArgs e)
{
if (FormWindowState.Minimized == WindowState)
Hide();
}


private void contextMenuStrip1_Opening(object sender, CancelEventArgs e)
{

}

private void toolStripMenuItem1_Click(object sender, EventArgs e)
{
{
Show();
WindowState = FormWindowState.Normal;
}

}

private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e)
{
{
Show();
WindowState = FormWindowState.Normal;
}
}


}
}

I have a picture of the program if need be
AnswerRe: Network Information Pull Pin
originSH3-Jun-07 23:42
originSH3-Jun-07 23:42 
GeneralRe: Network Information Pull Pin
Niiiissssshhhhhuuuuu4-Jun-07 0:53
Niiiissssshhhhhuuuuu4-Jun-07 0:53 
GeneralRe: Network Information Pull Pin
originSH4-Jun-07 1:35
originSH4-Jun-07 1:35 
GeneralRe: Network Information Pull Pin
Niiiissssshhhhhuuuuu4-Jun-07 2:12
Niiiissssshhhhhuuuuu4-Jun-07 2:12 
Questiondeveloping a Drawing Editor in C# using OpenGl Pin
a_david1233-Jun-07 23:00
a_david1233-Jun-07 23:00 
AnswerRe: developing a Drawing Editor in C# using OpenGl Pin
Ilya Verbitskiy3-Jun-07 23:17
Ilya Verbitskiy3-Jun-07 23:17 
AnswerRe: developing a Drawing Editor in C# using OpenGl Pin
blackjack21503-Jun-07 23:45
blackjack21503-Jun-07 23:45 
AnswerRe: developing a Drawing Editor in C# using OpenGl Pin
Christian Graus3-Jun-07 23:52
protectorChristian Graus3-Jun-07 23:52 
GeneralRe: developing a Drawing Editor in C# using OpenGl Pin
a_david1234-Jun-07 0:14
a_david1234-Jun-07 0:14 
GeneralRe: developing a Drawing Editor in C# using OpenGl Pin
Christian Graus4-Jun-07 0:17
protectorChristian Graus4-Jun-07 0:17 
GeneralRe: developing a Drawing Editor in C# using OpenGl Pin
a_david1234-Jun-07 0:30
a_david1234-Jun-07 0:30 
GeneralRe: developing a Drawing Editor in C# using OpenGl Pin
Christian Graus4-Jun-07 0:38
protectorChristian Graus4-Jun-07 0:38 
GeneralRe: developing a Drawing Editor in C# using OpenGl Pin
Dave Kreskowiak4-Jun-07 8:44
mveDave Kreskowiak4-Jun-07 8:44 
Questionpopulate datagrid Pin
matjame3-Jun-07 22:28
matjame3-Jun-07 22:28 
AnswerRe: populate datagrid Pin
M. J. Jaya Chitra3-Jun-07 22:45
M. J. Jaya Chitra3-Jun-07 22:45 
GeneralRe: populate datagrid Pin
matjame3-Jun-07 22:51
matjame3-Jun-07 22:51 
GeneralRe: populate datagrid Pin
matjame3-Jun-07 23:02
matjame3-Jun-07 23:02 

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.