Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unassigned local variable Pin
OriginalGriff29-Jun-09 21:53
mveOriginalGriff29-Jun-09 21:53 
GeneralRe: Unassigned local variable Pin
gwithey30-Jun-09 0:38
gwithey30-Jun-09 0:38 
QuestionWIA Video Problem...?? Pin
S K Y29-Jun-09 20:44
S K Y29-Jun-09 20:44 
AnswerRe: WIA Video Problem...?? Pin
Nuri Ismail29-Jun-09 21:08
Nuri Ismail29-Jun-09 21:08 
GeneralRe: WIA Video Problem...?? Pin
S K Y29-Jun-09 21:38
S K Y29-Jun-09 21:38 
GeneralRe: WIA Video Problem...?? Pin
Nuri Ismail29-Jun-09 22:01
Nuri Ismail29-Jun-09 22:01 
GeneralRe: WIA Video Problem...?? Pin
S K Y29-Jun-09 22:16
S K Y29-Jun-09 22:16 
AnswerRe: WIA Video Problem...?? Pin
Nuri Ismail29-Jun-09 22:22
Nuri Ismail29-Jun-09 22:22 
AnswerRe: WIA Video Problem...?? Pin
Christian Graus30-Jun-09 0:13
protectorChristian Graus30-Jun-09 0:13 
QuestionMediaplayer version checking Pin
rakeshs31229-Jun-09 20:24
rakeshs31229-Jun-09 20:24 
AnswerRe: Mediaplayer version checking Pin
stancrm29-Jun-09 20:41
stancrm29-Jun-09 20:41 
GeneralRe: Mediaplayer version checking Pin
rakeshs31229-Jun-09 20:50
rakeshs31229-Jun-09 20:50 
AnswerRe: Mediaplayer version checking Pin
Akhmad Suaidi29-Jun-09 21:41
Akhmad Suaidi29-Jun-09 21:41 
QuestionHow can i convert a List to Dataset? Pin
Alim1234529-Jun-09 20:04
Alim1234529-Jun-09 20:04 
AnswerRe: How can i convert a List to Dataset? Pin
himanshu256129-Jun-09 20:53
himanshu256129-Jun-09 20:53 
QuestionDatabe create by Programmatically but Password not create Pin
khosnur29-Jun-09 19:01
khosnur29-Jun-09 19:01 
AnswerIgnore repost Pin
Manas Bhardwaj29-Jun-09 22:00
professionalManas Bhardwaj29-Jun-09 22:00 
QuestionCreate database in windows mobile but dont create password Pin
khosnur29-Jun-09 18:48
khosnur29-Jun-09 18:48 
AnswerRe: Create database in windows mobile but dont create password Pin
himanshu256129-Jun-09 20:57
himanshu256129-Jun-09 20:57 
QuestionCreate Custom Control Pin
satsumatable29-Jun-09 17:34
satsumatable29-Jun-09 17:34 
AnswerRe: Create Custom Control Pin
dan!sh 29-Jun-09 17:50
professional dan!sh 29-Jun-09 17:50 
GeneralRe: Create Custom Control Pin
Rajesh R Subramanian29-Jun-09 22:39
professionalRajesh R Subramanian29-Jun-09 22:39 
GeneralRe: Create Custom Control Pin
EliottA30-Jun-09 2:55
EliottA30-Jun-09 2:55 
QuestionNetwork connections detecting Pin
steve_rm29-Jun-09 14:51
steve_rm29-Jun-09 14:51 
AnswerRe: Network connections detecting Pin
Eslam Afifi29-Jun-09 16:44
Eslam Afifi29-Jun-09 16:44 
Why search by adapter name! It can be renamed. There is the NetworkInterfaceType property in the NetworkInterface class so you can know if an adapter is a GenericModem, Ethernet...
Network.IsAvailable[^] indicates network availability (which can be just a LAN without internet access). NetworkInterface.OperationalStatus indicates network adapter state. Both don't indicate internet access which I assume it's what you seek. In this case, use the System.Net.NetworkInformation.Ping class.

Eslam Afifi

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.