Click here to Skip to main content
16,016,345 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 2:53
Guffa16-Jun-06 2:53 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' [modified] Pin
CornElvis16-Jun-06 3:06
CornElvis16-Jun-06 3:06 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 4:58
Guffa16-Jun-06 4:58 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
djo4ever21-Jun-06 0:45
djo4ever21-Jun-06 0:45 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Member 999003715-Apr-13 10:09
Member 999003715-Apr-13 10:09 
QuestionUnicode support for VB control Pin
kokatnur16-Jun-06 1:15
kokatnur16-Jun-06 1:15 
AnswerRe: Unicode support for VB control Pin
Dave Kreskowiak18-Jun-06 2:25
mveDave Kreskowiak18-Jun-06 2:25 
QuestionPing in VB.Net [modified] Pin
nitin_ion16-Jun-06 0:47
nitin_ion16-Jun-06 0:47 
I need to ping a system and need check the result (Reply from or Request Time Out)

so i used CreateObject("WScript.Shell")

but this does not run on Win 2000

This is the error i am getting
"System.MissingMemberException: Public member 'Exec' on type 'IWshShell2' not found. at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)"

I need a function which can run on any win OS.
Need help urgently

the function i am using

Dim strComputer As String = IP
Dim objShell = CreateObject("WScript.Shell")
Dim objScriptExec = objShell.Exec("ping -n 2 -w 100 " & strComputer)
Dim strPingResults = LCase(objScriptExec.StdOut.ReadAll)

If InStr(strPingResults, "reply from") Then

else

end if







-- modified at 6:50 Friday 16th June, 2006
AnswerRe: Ping in VB.Net Pin
Dave Kreskowiak16-Jun-06 1:53
mveDave Kreskowiak16-Jun-06 1:53 
QuestionDrag and drop applications in VB Pin
Kiran Pinjala16-Jun-06 0:43
Kiran Pinjala16-Jun-06 0:43 
AnswerRe: Drag and drop applications in VB Pin
Dave Kreskowiak16-Jun-06 1:51
mveDave Kreskowiak16-Jun-06 1:51 
Questionusing MSChart Pin
frisamkenya16-Jun-06 0:04
frisamkenya16-Jun-06 0:04 
AnswerRe: using MSChart Pin
Mekong River16-Jun-06 0:15
Mekong River16-Jun-06 0:15 
QuestionMDI Pin
Socheat.Net15-Jun-06 23:22
Socheat.Net15-Jun-06 23:22 
AnswerRe: MDI Pin
Mekong River16-Jun-06 4:16
Mekong River16-Jun-06 4:16 
QuestionWriting to the debug immediate window Pin
directred15-Jun-06 23:06
directred15-Jun-06 23:06 
AnswerRe: Writing to the debug immediate window Pin
Mekong River16-Jun-06 0:21
Mekong River16-Jun-06 0:21 
GeneralRe: Writing to the debug immediate window Pin
djo4ever21-Jun-06 0:48
djo4ever21-Jun-06 0:48 
GeneralRe: Writing to the debug immediate window Pin
Mekong River21-Jun-06 12:47
Mekong River21-Jun-06 12:47 
GeneralRe: Writing to the debug immediate window Pin
djo4ever21-Jun-06 23:40
djo4ever21-Jun-06 23:40 
GeneralRe: Writing to the debug immediate window Pin
Mekong River21-Jun-06 23:56
Mekong River21-Jun-06 23:56 
AnswerRe: Writing to the debug immediate window Pin
Dave Kreskowiak16-Jun-06 1:49
mveDave Kreskowiak16-Jun-06 1:49 
QuestionUDP messages (VB6) Pin
Scorpio15-Jun-06 21:33
Scorpio15-Jun-06 21:33 
AnswerRe: UDP messages (VB6) Pin
Mekong River16-Jun-06 0:26
Mekong River16-Jun-06 0:26 
QuestionCan we convert a vb.net windows application into vb 6.0?? Pin
kvPriya15-Jun-06 21:21
kvPriya15-Jun-06 21:21 

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.