Click here to Skip to main content
15,889,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Read incoming number from Mobile Device and Save to Database [modified] Pin
Kiran S. S.8-Aug-07 22:28
Kiran S. S.8-Aug-07 22:28 
QuestionStoring and Retrieving Images from SQL Server using - VB.Net Database Pin
M Irshad Qureshi6-Aug-07 17:56
M Irshad Qureshi6-Aug-07 17:56 
AnswerRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
Colin Angus Mackay6-Aug-07 23:47
Colin Angus Mackay6-Aug-07 23:47 
AnswerRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
ChandraRam7-Aug-07 0:17
ChandraRam7-Aug-07 0:17 
GeneralRe: Storing and Retrieving Images from SQL Server using - VB.Net Database Pin
Colin Angus Mackay7-Aug-07 0:34
Colin Angus Mackay7-Aug-07 0:34 
QuestionWin32_PingStatus Pin
jontyler6-Aug-07 17:09
jontyler6-Aug-07 17:09 
AnswerRe: Win32_PingStatus [modified] Pin
Dave Kreskowiak7-Aug-07 11:56
mveDave Kreskowiak7-Aug-07 11:56 
GeneralRe: Win32_PingStatus Pin
jontyler7-Aug-07 12:27
jontyler7-Aug-07 12:27 
Thanks Dave,

I took what you said and went back to my workstation. I then placed a query in for an IP address of a known working machine.

Here is the query:

SELECT * from Win32_PingStatus WHERE Address="192.168.0.59"

And here is the result:

Win32_PingStatus.Address="192.168.0.59".BufferSize=32.NoFragmentation=FALSE.RecordRoute=0.ResovleAddressNames=FALSE.SourceRoute="".SourceRouteType=0.Timout=1000.TimestampRoute=0.TimeToLive=128.TypeofService=128

Pinging the address from command prompt:
Pinging 192.168.0.59 with 32 bytes of data:

Reply from 192.168.0.59: bytes=32 time<1ms TTL=128
Reply from 192.168.0.59: bytes=32 time<1ms TTL=128
Reply from 192.168.0.59: bytes=32 time<1ms TTL=128
Reply from 192.168.0.59: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.59:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

There is no resolution to handle on this one and I still received no status code. Still doesn't make any sense to me.

Jonathan Tyler
GeneralRe: Win32_PingStatus Pin
Dave Kreskowiak7-Aug-07 12:54
mveDave Kreskowiak7-Aug-07 12:54 
GeneralRe: Win32_PingStatus Pin
jontyler7-Aug-07 13:23
jontyler7-Aug-07 13:23 
GeneralRe: Win32_PingStatus Pin
Dave Kreskowiak7-Aug-07 13:40
mveDave Kreskowiak7-Aug-07 13:40 
QuestionUpgrading VB5 application to VB.Net or C# Pin
Ceriouss6-Aug-07 17:07
Ceriouss6-Aug-07 17:07 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Christian Graus6-Aug-07 17:33
protectorChristian Graus6-Aug-07 17:33 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Vasudevan Deepak Kumar7-Aug-07 1:52
Vasudevan Deepak Kumar7-Aug-07 1:52 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
Kevin McFarlane7-Aug-07 2:01
Kevin McFarlane7-Aug-07 2:01 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
leckey7-Aug-07 5:05
leckey7-Aug-07 5:05 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
'Drew7-Aug-07 7:24
'Drew7-Aug-07 7:24 
GeneralRe: Upgrading VB5 application to VB.Net or C# Pin
Dave Kreskowiak7-Aug-07 11:49
mveDave Kreskowiak7-Aug-07 11:49 
AnswerRe: Upgrading VB5 application to VB.Net or C# Pin
'Drew7-Aug-07 12:14
'Drew7-Aug-07 12:14 
GeneralRe: Upgrading VB5 application to VB.Net or C# Pin
Dave Kreskowiak7-Aug-07 12:50
mveDave Kreskowiak7-Aug-07 12:50 
GeneralRe: Upgrading VB5 application to VB.Net or C# Pin
'Drew7-Aug-07 12:56
'Drew7-Aug-07 12:56 
GeneralRe: Upgrading VB5 application to VB.Net or C# Pin
emunews31-Oct-08 3:15
emunews31-Oct-08 3:15 
QuestionChanging the location of a form through code Pin
'Drew6-Aug-07 13:01
'Drew6-Aug-07 13:01 
AnswerRe: Changing the location of a form through code Pin
Luc Pattyn6-Aug-07 13:17
sitebuilderLuc Pattyn6-Aug-07 13:17 
GeneralRe: Changing the location of a form through code Pin
'Drew6-Aug-07 13:23
'Drew6-Aug-07 13:23 

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.