Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: Saving picture to SQL (PictureBox) GDI Error Pin
Xmen Real 23-Mar-09 18:11
professional Xmen Real 23-Mar-09 18:11 
Questionhow to insert data grid view to table in MySQL database? Pin
rizchi23-Mar-09 12:23
rizchi23-Mar-09 12:23 
AnswerRe: how to insert data grid view to table in MySQL database? Pin
Mbah Dhaim23-Mar-09 23:12
Mbah Dhaim23-Mar-09 23:12 
Questionunable to upload a file using ftp Pin
T_Teef23-Mar-09 10:55
T_Teef23-Mar-09 10:55 
AnswerRe: unable to upload a file using ftp Pin
0x3c023-Mar-09 10:59
0x3c023-Mar-09 10:59 
GeneralRe: unable to upload a file using ftp Pin
T_Teef25-Mar-09 13:01
T_Teef25-Mar-09 13:01 
QuestionUnable to get IP Address using WMI and C# Pin
Buck_Murdock23-Mar-09 10:38
Buck_Murdock23-Mar-09 10:38 
AnswerRe: Unable to get IP Address using WMI and C# Pin
0x3c023-Mar-09 10:56
0x3c023-Mar-09 10:56 
Look into the System.Net.NetworkInformation namespace, in particular the NetworkInterface.GetAllNetworkInterfaces method. For each one you can call the GetPhysicalAddressMethod. That should make your code cleaner (and faster). This will also allow access to each interface's IP address using the UnicastAddresses property of the GetIpProperties() method
AnswerRe: Unable to get IP Address using WMI and C# Pin
Luc Pattyn23-Mar-09 11:45
sitebuilderLuc Pattyn23-Mar-09 11:45 
AnswerRe: Unable to get IP Address using WMI and C# Pin
Xmen Real 23-Mar-09 15:16
professional Xmen Real 23-Mar-09 15:16 
QuestionEvents Pin
CodingYoshi23-Mar-09 10:38
CodingYoshi23-Mar-09 10:38 
AnswerRe: Events Pin
Jimmanuel23-Mar-09 11:06
Jimmanuel23-Mar-09 11:06 
AnswerRe: Events Pin
Henry Minute23-Mar-09 11:21
Henry Minute23-Mar-09 11:21 
AnswerRe: Events Pin
Luc Pattyn23-Mar-09 11:49
sitebuilderLuc Pattyn23-Mar-09 11:49 
GeneralRe: Events Pin
CodingYoshi23-Mar-09 11:52
CodingYoshi23-Mar-09 11:52 
QuestionPoint Count between two points Pin
I Believe In GOD23-Mar-09 9:56
I Believe In GOD23-Mar-09 9:56 
AnswerRe: Point Count between two points Pin
Henry Minute23-Mar-09 10:23
Henry Minute23-Mar-09 10:23 
AnswerRe: Point Count between two points Pin
CPallini23-Mar-09 10:51
mveCPallini23-Mar-09 10:51 
GeneralRe: Point Count between two points Pin
Luc Pattyn23-Mar-09 11:52
sitebuilderLuc Pattyn23-Mar-09 11:52 
GeneralRe: Point Count between two points Pin
CPallini23-Mar-09 13:40
mveCPallini23-Mar-09 13:40 
NewsRe: Point Count between two points Pin
I Believe In GOD23-Mar-09 11:00
I Believe In GOD23-Mar-09 11:00 
Question/d:TRACE compiler flag for enabling tracing? Pin
Member 232448323-Mar-09 9:46
Member 232448323-Mar-09 9:46 
AnswerRe: /d:TRACE compiler flag for enabling tracing? Pin
Vitaliy Tsvayer23-Mar-09 9:51
Vitaliy Tsvayer23-Mar-09 9:51 
GeneralRe: /d:TRACE compiler flag for enabling tracing? Pin
Member 232448323-Mar-09 10:04
Member 232448323-Mar-09 10:04 
GeneralRe: /d:TRACE compiler flag for enabling tracing? Pin
Vitaliy Tsvayer23-Mar-09 10:17
Vitaliy Tsvayer23-Mar-09 10:17 

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.