Click here to Skip to main content
15,886,582 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generaldisallowing to delete folder programmatically Pin
Anonymous25-Jul-05 21:16
Anonymous25-Jul-05 21:16 
GeneralRe: disallowing to delete folder programmatically Pin
Dave Kreskowiak26-Jul-05 4:11
mveDave Kreskowiak26-Jul-05 4:11 
GeneralDisallowing to uninstall Pin
Anonymous25-Jul-05 21:12
Anonymous25-Jul-05 21:12 
GeneralRe: Disallowing to uninstall Pin
Dave Kreskowiak26-Jul-05 4:07
mveDave Kreskowiak26-Jul-05 4:07 
GeneralNewbie!! Pin
Nguyen Dinh Quy25-Jul-05 20:45
Nguyen Dinh Quy25-Jul-05 20:45 
GeneralRe: Newbie!! Pin
MohammadAmiry25-Jul-05 21:26
MohammadAmiry25-Jul-05 21:26 
GeneralRe: Newbie!! Pin
Dave Kreskowiak26-Jul-05 4:05
mveDave Kreskowiak26-Jul-05 4:05 
Generallibrary not registered Error Pin
abhinish25-Jul-05 20:43
abhinish25-Jul-05 20:43 
hi friends ,
i having a problem in creating a object to ping ip addresses. my application works fine on my comuter but gives an error on other computer:
Library not registered:


i m creating the following object through my application:
===========================================================

Sub Scan(ByVal IP)

Dim status As String
Dim strComputer As String = IP
Dim objShell = CreateObject("WScript.Shell")
'Dim objScriptExec = objShell.Exec("ping " & strComputer & "t")
Dim objScriptExec = objShell.Exec("ping -n 3 -w 1000 " & strComputer)
Dim strPingResults = LCase(objScriptExec.StdOut.ReadAll)

If InStr(strPingResults, "reply from") Then
status = "OK"
MsgBox(strPingResults, MsgBoxStyle.Information)
Else
status = "Not Working"
MsgBox(strPingResults, MsgBoxStyle.Critical)
End If
End Sub
============================================================
can any one help me out to find a way out fo this!

abhinav
GeneralRe: library not registered Error Pin
Dave Kreskowiak26-Jul-05 3:55
mveDave Kreskowiak26-Jul-05 3:55 
GeneralRe: library not registered Error Pin
abhinish26-Jul-05 23:59
abhinish26-Jul-05 23:59 
GeneralPlease help with Enter Key! Pin
Member 167164825-Jul-05 20:22
Member 167164825-Jul-05 20:22 
GeneralRe: Please help with Enter Key! Pin
Yulianto.25-Jul-05 20:27
Yulianto.25-Jul-05 20:27 
Generalmaking data report for letter Pin
Member 214622225-Jul-05 20:11
Member 214622225-Jul-05 20:11 
GeneralRe: making data report for letter Pin
Dave Kreskowiak26-Jul-05 3:53
mveDave Kreskowiak26-Jul-05 3:53 
QuestionAny samples on System Configuration forms? Pin
Zakiro25-Jul-05 15:47
Zakiro25-Jul-05 15:47 
AnswerRe: Any samples on System Configuration forms? Pin
Dave Kreskowiak26-Jul-05 3:48
mveDave Kreskowiak26-Jul-05 3:48 
GeneralNeed help with VB Winsock & SNMP Pin
donjuane25-Jul-05 12:02
donjuane25-Jul-05 12:02 
GeneralRe: Need help with VB Winsock & SNMP Pin
progload25-Jul-05 13:42
progload25-Jul-05 13:42 
GeneralAccess methods in other interfaces on DLL/com-objets Pin
MaWeRic25-Jul-05 11:28
MaWeRic25-Jul-05 11:28 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
progload25-Jul-05 13:52
progload25-Jul-05 13:52 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
MaWeRic25-Jul-05 18:22
MaWeRic25-Jul-05 18:22 
GeneralRe: Access methods in other interfaces on DLL/com-objets Pin
progload25-Jul-05 18:54
progload25-Jul-05 18:54 
GeneralSorry disregard my message Pin
progload25-Jul-05 13:57
progload25-Jul-05 13:57 
GeneralPicture from video Pin
lespaul3625-Jul-05 10:11
lespaul3625-Jul-05 10:11 
GeneralRe: Picture from video Pin
progload25-Jul-05 11:15
progload25-Jul-05 11:15 

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.