Who knew you could thread a wombat before Strongm showed us and all without Regular Expressions.
Thanks strongm and congrats.
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my...
I'm with Adoozer the problem is how the computer stores floating point decimals. Try writing .222 in binary.
Here's a couple sites to look at.
http://en.wikipedia.org/wiki/Binary_numeral_system
http://babbage.cs.qc.edu/courses/cs341/IEEE-754.html
Two strings walk into a bar. The first string...
I've been using it for a long time and it works fine here. Maybe it is conflicting with another add-in. Are you running sp6? You could always try running UPX from the command line.
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer...
You can compact the exe and reduce its size significantly. Here's a link for UPX - Ultimate Packer for eXecutables along with another link for a submission to PSC for an Addin that utilizes UPX.
http://upx.sourceforge.net/...
Visual basic has a service pack 6
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp6/default.aspx
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL...
Take a look here:
http://www.mentalis.org/apilist/apilist.php
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
See the following links regarding the limits on floating point math.
http://support.microsoft.com/default.aspx?scid=kb;en-us;42980
http://www.vb-helper.com/tutorial_floating_point.html
Also you are converting sngValue to a string 2 times try this
Private Function MoveNumberBy(strValue As...
Is this a public or private server and data? Can you post the address and let us have a crack at it?
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
Have you tried:
xmlHttp.setRequestHeader("Accept-Encoding","gzip, deflate")
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
Bob:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmes2k/html/devwebapps.asp
croydon:
Check the status Property if OK it should be 200, other return codes can be found here...
What are you expecting from this server request?
From MSDN:
ResponseBody Variant array Returns the body of the response as an array.
ResponseStream IStream Returns the body of the response as an ADO Stream object.
ResponseText String Returns the body of the response as a text string...
Try this
Dim XML_Send As DOMDocument50
Set XML_Send = xmlHttp.responseXML
msgbox XML_Send.xml
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
Try this and let us know if it works:
Const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056
Dim xmlHttp As New ServerXMLHTTP50
xmlHttp.Open "POST", strServer, False
xmlHttp.setRequestHeader "Content-Type", "text/xml"
xmlHttp.setOption 2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS
xmlHttp.send...
Make sure the proper speech engine is installed on the new computer, you can download them free at:
http://www.microsoft.com/msagent/downloads/developer.asp
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The...
Way to go.
[cheers]
Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
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.