Click here to Skip to main content
16,018,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDifference btwn Access Query Builder and TableAdapter Query Configuration Wizard Pin
Computer_Guy4-Aug-06 4:36
Computer_Guy4-Aug-06 4:36 
AnswerRe: Difference btwn Access Query Builder and TableAdapter Query Configuration Wizard Pin
Dave Kreskowiak4-Aug-06 4:45
mveDave Kreskowiak4-Aug-06 4:45 
Questionhow to convert numbers in words.... 1 to 1million in vb.net Pin
Brian Jay4-Aug-06 3:55
Brian Jay4-Aug-06 3:55 
AnswerRe: how to convert numbers in words.... 1 to 1million in vb.net Pin
Stephen McGuire4-Aug-06 4:06
Stephen McGuire4-Aug-06 4:06 
GeneralRe: how to convert numbers in words.... 1 to 1million in vb.net Pin
Brian Jay4-Aug-06 17:31
Brian Jay4-Aug-06 17:31 
GeneralRe: how to convert numbers in words.... 1 to 1million in vb.net Pin
Stephen McGuire5-Aug-06 2:53
Stephen McGuire5-Aug-06 2:53 
AnswerRe: how to convert numbers in words.... 1 to 1million in vb.net Pin
Dave Kreskowiak4-Aug-06 4:37
mveDave Kreskowiak4-Aug-06 4:37 
QuestionChecking the availability of a URL Pin
neilsolent4-Aug-06 3:26
neilsolent4-Aug-06 3:26 
I am using CreateObject("MSXML2.XMLHTTP.3.0") in A VBScript, which calls open(), send() etc to check the status of a URL.

The CreateObject() call and all the calls to the object are inside a loop.

The problem I am having is, the status information is getting cached. If the web server is up, and the script gets an HTTP 200 status, then it will always report a 200 status on each following iteration, even when I stop the web server. The problem seems to be caused by the fact that the call is being done from the same process (cscript.exe). If I stop and re-run the script with the web server down, it of course reports the failure.

Does anyone know a way to clear the state so that this web client gets the latest status each time?



cheers,
Neil

QuestionType Pin
Assaf824-Aug-06 2:25
Assaf824-Aug-06 2:25 
AnswerRe: Type Pin
Stephen McGuire4-Aug-06 2:29
Stephen McGuire4-Aug-06 2:29 
GeneralRe: Type Pin
Assaf824-Aug-06 2:47
Assaf824-Aug-06 2:47 
GeneralRe: Type Pin
Stephen McGuire4-Aug-06 3:13
Stephen McGuire4-Aug-06 3:13 
QuestionFilter in Datagrid Pin
daveryan784-Aug-06 0:26
daveryan784-Aug-06 0:26 
AnswerRe: Filter in Datagrid Pin
Stephen McGuire4-Aug-06 2:26
Stephen McGuire4-Aug-06 2:26 
GeneralRe: Filter in Datagrid Pin
daveryan784-Aug-06 2:49
daveryan784-Aug-06 2:49 
GeneralRe: Filter in Datagrid Pin
Dave Kreskowiak4-Aug-06 2:53
mveDave Kreskowiak4-Aug-06 2:53 
AnswerRe: Filter in Datagrid Pin
Robert Rohde4-Aug-06 3:18
Robert Rohde4-Aug-06 3:18 
GeneralRe: Filter in Datagrid Pin
daveryan784-Aug-06 3:32
daveryan784-Aug-06 3:32 
GeneralRe: Filter in Datagrid Pin
daveryan788-Aug-06 2:29
daveryan788-Aug-06 2:29 
GeneralRe: Filter in Datagrid Pin
Robert Rohde8-Aug-06 6:24
Robert Rohde8-Aug-06 6:24 
GeneralRe: Filter in Datagrid Pin
daveryan789-Aug-06 2:16
daveryan789-Aug-06 2:16 
GeneralRe: Filter in Datagrid Pin
daveryan789-Aug-06 3:47
daveryan789-Aug-06 3:47 
GeneralRe: Filter in Datagrid Pin
Robert Rohde9-Aug-06 5:32
Robert Rohde9-Aug-06 5:32 
QuestionRead with Vb.Net the Table Structure of Access Pin
p00kie3-Aug-06 23:37
p00kie3-Aug-06 23:37 
AnswerRe: Read with Vb.Net the Table Structure of Access Pin
Stephen McGuire4-Aug-06 2:36
Stephen McGuire4-Aug-06 2:36 

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.