VB/VBScript
Adding a date as an attribute value, without explicitly converting it to a string first (i.e. using implicit conversion) results in the date being formatted according to US settings. Adding the value to the attribute using attribute.text=[variable] results in the date being...
I'm trying to access some of the multiple file streams used in e.g. summary information for a file on NTFS volumes.
I'm using some stuff from Dino Esposito on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnw2k/html/ntfs5.asp
To access one of the underlying named...
I'd like to be able to call a dll from another dll, start it doing a long tedious task, proceed to my next line of code, then come back and check if it was finished when I've done the other stuff I wanted to do. I really don't want to have to wait around for the second dll to finish its task...
Using msxml4 and VB6 with DomDocument40 on Windows2000 I
get a "VB6 has generated internal errors and will shut
down" message on loading xml (loadXML).
Here is the string I'm sending:
<RootTag xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.