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

Visual Basic

 
GeneralRe: GEOGRAPHICAL MAP PROJECT FIND LATITUDE AND LONGITUDE Pin
JPJ40200223-Nov-08 19:50
JPJ40200223-Nov-08 19:50 
QuestionDetecting objects with a security camera Pin
ASPnoob19-Nov-08 10:59
ASPnoob19-Nov-08 10:59 
AnswerRe: Detecting objects with a security camera [modified] Pin
Dave Kreskowiak19-Nov-08 13:31
mveDave Kreskowiak19-Nov-08 13:31 
GeneralRe: Detecting objects with a security camera Pin
Jon_Boy20-Nov-08 2:05
Jon_Boy20-Nov-08 2:05 
GeneralRe: Detecting objects with a security camera Pin
Paul Conrad20-Nov-08 5:43
professionalPaul Conrad20-Nov-08 5:43 
GeneralRe: Detecting objects with a security camera Pin
Jon_Boy20-Nov-08 8:37
Jon_Boy20-Nov-08 8:37 
GeneralRe: Detecting objects with a security camera Pin
Wendelius20-Nov-08 7:53
mentorWendelius20-Nov-08 7:53 
QuestionHow to poll to get continous data ? Pin
xbiplav19-Nov-08 10:55
xbiplav19-Nov-08 10:55 
I am writing a program in .Net where the code gets a XML document from a URL( like the code below)and reads the XML document.But I dont know how to make the program keep on polling so that I can get the XML document continuosly or at some intervals . Any links or suggestions?

Code:-

Dim reader As XmlTextReader = New XmlTextReader("http://192.168.10.12/cgi-bin/dataProxy?oper=queryTags&map=1")
While reader.Read()
{

....
}
AnswerRe: How to poll to get continous data ? Pin
Dave Kreskowiak19-Nov-08 13:28
mveDave Kreskowiak19-Nov-08 13:28 
AnswerRe: How to poll to get continous data ? Pin
Jon_Boy20-Nov-08 2:03
Jon_Boy20-Nov-08 2:03 
QuestionBinding DataGridView to a Generic List of interfaces Pin
droig19-Nov-08 3:21
droig19-Nov-08 3:21 
AnswerRe: Binging DataGridView to a Generic List of interfaces Pin
Jon_Boy19-Nov-08 3:32
Jon_Boy19-Nov-08 3:32 
GeneralRe: Binging DataGridView to a Generic List of interfaces Pin
droig19-Nov-08 3:40
droig19-Nov-08 3:40 
GeneralRe: Binging DataGridView to a Generic List of interfaces Pin
Jon_Boy19-Nov-08 4:14
Jon_Boy19-Nov-08 4:14 
QuestionVS GUI performance with long source files Pin
Jon_Boy19-Nov-08 2:56
Jon_Boy19-Nov-08 2:56 
AnswerRe: VS GUI performance with long source files Pin
Dave Kreskowiak19-Nov-08 4:52
mveDave Kreskowiak19-Nov-08 4:52 
GeneralRe: VS GUI performance with long source files Pin
Jon_Boy19-Nov-08 5:58
Jon_Boy19-Nov-08 5:58 
GeneralRe: VS GUI performance with long source files Pin
Dave Kreskowiak19-Nov-08 6:30
mveDave Kreskowiak19-Nov-08 6:30 
GeneralRe: VS GUI performance with long source files Pin
Jon_Boy19-Nov-08 6:47
Jon_Boy19-Nov-08 6:47 
GeneralRe: VS GUI performance with long source files Pin
Dave Kreskowiak19-Nov-08 9:44
mveDave Kreskowiak19-Nov-08 9:44 
QuestionProblem with setting number and currency format in crystal reports .net 2005 Pin
Rameel118-Nov-08 23:18
Rameel118-Nov-08 23:18 
QuestionControls not being picked up. Pin
Stephen Lintott18-Nov-08 23:05
Stephen Lintott18-Nov-08 23:05 
AnswerRe: Controls not being picked up. Pin
Dave Kreskowiak19-Nov-08 4:47
mveDave Kreskowiak19-Nov-08 4:47 
QuestionVB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
DCAUB18-Nov-08 22:47
DCAUB18-Nov-08 22:47 
AnswerRe: VB .net 2008 application with SQL Server 2005 system waiting sometimes Pin
Dave Kreskowiak19-Nov-08 4:46
mveDave Kreskowiak19-Nov-08 4:46 

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.