Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~14.4K People Reached

6 Posted Topics

Member Avatar for vegaseat

[QUOTE=Ene Uran;511120]I didn't know that! The information superhighway has no rest stops available.[/QUOTE] Ummm well my isp seems to have provided plenty of rest stops on my connection.

Member Avatar for vegaseat
11
9K
Member Avatar for sneekula

[QUOTE=Salem;862556]> This poll will close on 17th Sep 2010 at 16:22 Expecting something to happen then? > Massive solar flare to blow off earth's atmosphere Hasn't happened in 3+Bn years, so it seems unlikely to happen in the next week or two. I doubt the sun has the means to …

Member Avatar for bumsfeld
2
967
Member Avatar for smileyc

Hi. I am using visual studio 8, using vb.net. I am trying without success to make a post request to a web form as shown below. [code] <?xml version="1.0" encoding="UTF-8"?><postBetOrder xmlns="urn:betfair:games:api:v1"marketId="2568540" round="1" currency="GBP"><betPlace><bidType>BACK</bidType><price>2.5</price><size>2.50</size><selectionId>658440</selectionId></betPlace> [/code] I encode the information using 'HttpUtility.UrlEncode' and I use 'myWebRequest.ContentLength = bytedata.Length' to get the length …

0
67
Member Avatar for smileyc

Hi, sorry to ask this, I know it has been asked before but despite reading the answers I still dont get it. I am using visual studio 2008, vb.net. I have a lable, label1. I want it to display the results of a calculation, a/b. The answer is a number …

Member Avatar for emint
-1
4K
Member Avatar for smileyc

Hi. using the following code I am trying to read an xml stream [code] [code=vb.net] Do While (reader.Read()) Select Case reader.NodeType Case XmlNodeType.Element 'Display beginning of element. MsgBox("<" + reader.Name) Case XmlNodeType.Text 'Display the text in each element. MsgBox(reader.Value) Case XmlNodeType.EndElement 'Display end of element. MsgBox("</" + reader.Name + ">") …

0
97
Member Avatar for smileyc

HI, I am sure that this has been asked before, but I can't seem to find the answer, so apologies for that. I have 5 arrays, imaginatively named, array1 array2 etc. I want to operate on them via a for next loop. The pseudo code would look like this I …

Member Avatar for jbisono
0
110

The End.