Click here to Skip to main content
15,915,703 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 1:00
Paramu19735-Aug-09 1:00 
AnswerRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 1:20
professionalTom Deketelaere5-Aug-09 1:20 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 2:01
Paramu19735-Aug-09 2:01 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 2:09
professionalTom Deketelaere5-Aug-09 2:09 
QuestionPassing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 21:55
Johan Hakkesteegt4-Aug-09 21:55 
AnswerRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 22:28
professionalMycroft Holmes4-Aug-09 22:28 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 22:31
Johan Hakkesteegt4-Aug-09 22:31 
GeneralRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 23:10
professionalMycroft Holmes4-Aug-09 23:10 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 23:17
Johan Hakkesteegt4-Aug-09 23:17 
QuestionSend Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 18:37
Kobi_Z4-Aug-09 18:37 
AnswerRe: Send Keys to another application (Hard one) Pin
dan!sh 4-Aug-09 19:07
professional dan!sh 4-Aug-09 19:07 
GeneralRe: Send Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 21:53
Kobi_Z4-Aug-09 21:53 
GeneralNOT WORKING Pin
Kobi_Z5-Aug-09 18:40
Kobi_Z5-Aug-09 18:40 
GeneralRe: Send Keys to another application (Hard one) Pin
Kobi_Z6-Aug-09 6:48
Kobi_Z6-Aug-09 6:48 
QuestionMy First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
William Ralls4-Aug-09 7:01
William Ralls4-Aug-09 7:01 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
nlarson114-Aug-09 7:23
nlarson114-Aug-09 7:23 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
N a v a n e e t h4-Aug-09 7:43
N a v a n e e t h4-Aug-09 7:43 
GeneralRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
William Ralls4-Aug-09 9:00
William Ralls4-Aug-09 9:00 
GeneralRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
Luc Pattyn4-Aug-09 15:00
sitebuilderLuc Pattyn4-Aug-09 15:00 
AnswerDataGridView Pin
David Mujica4-Aug-09 8:04
David Mujica4-Aug-09 8:04 
AnswerRe: My First Post so be gentle ;) Problem stoppiong code from running in a closed form Pin
Christian Graus4-Aug-09 13:24
protectorChristian Graus4-Aug-09 13:24 
QuestionHow to check if TCP/IP connection is active with a device Pin
sohaib_a4-Aug-09 5:26
sohaib_a4-Aug-09 5:26 
Hey..

I really at my wits end on this.

I have a device that i connect to through TCP/IP using an api function call.


Because there could be cases where maybe the router/switch restarted or the network went down or something
and if this happens then the device should connect automatically again.

I need a to check the the connection status of the device,whether it is connected to application or not so then i can reconnect automatically.

I did something like this
Dim information As TcpConnectionInformation
                For Each information In IPGlobalProperties.GetIPGlobalProperties.GetActiveTcpConnections
                    If (information.RemoteEndPoint.Address.ToString = readerIp) Then
                        state = CInt(information.State)
                    End If
                Next


However this updates the state only after i manually disconnect the device.It the i pull the cable out and plug it back in it still show the same state.


Is there another way to this,to check where a connection is..(not like ping) but if there is an active connection between the device and pc.
AnswerRe: How to check if TCP/IP connection is active with a device Pin
N a v a n e e t h4-Aug-09 7:45
N a v a n e e t h4-Aug-09 7:45 
GeneralRe: How to check if TCP/IP connection is active with a device Pin
sohaib_a4-Aug-09 11:42
sohaib_a4-Aug-09 11:42 
QuestionHot to read uncommon picture format? Pin
Sonhospa4-Aug-09 0:22
Sonhospa4-Aug-09 0:22 

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.