in
Rory - Neopoleon
(Entire Site)
Search
Welcome to Neopoleon -
Sign in
|
Join
|
Help
Navigation:
Home
|
Forums
|
Galleries
Calming down after rant...
Thank god for
Ian
:)
Published Monday, March 15, 2004 8:47 PM by
Rory
Filed Under:
General
Comments
Dourn
said:
Heh heh. Yeah, I've seen that one whilst driving around.
If you're curious what it is...
----------------------------------------
Nuclear bunker where the Prime Minister, cabinet ministers and scientists would have been moved for several months in the event of nuclear war.
Address: Kelvedon Hall Lane, Brentwood CM14 5TL, Essex, United Kingdom.
Tel: +44(0)1277 364 883
Website:
http://www.japar.demon.co.uk
----------------------------------------
I'll post the info on Ian's site in case he'd like to know...
(Now I'll tiptoe away quietly whilst Rory still has his mind fixed on anything other than OSS and "Chis A" - he can't even spell his own name in his posts??!!).
Dourn.
March 16, 2004 1:58 PM
Chris A.
said:
http://www.cio.com/archive/030104/open.html
An interesting read i thought I would share, it shows Linux superiority over Windows.
March 16, 2004 9:32 PM
Josh
said:
Will this idiot not stop posting about Linux?!?
March 16, 2004 11:36 PM
Phil Scott
said:
I think somebody has a crush on Rory.
Chris and Rory, sitting in a tree.
K-I-S-S-I-N-G
March 17, 2004 3:17 AM
Karim M. Garza
said:
Hi,
This is the first time I post here, and I want congratule you on a great show. I have been hearing the show for the past three days and I have increase my knowledge in alot of things.
ok, so I was hearing on the show the tip on how to see the contents of a dataobject.
the tip was to do the following on the command windows while debuging:
?dataset.GetXml
I really liked this tip, the only drawback is that when I have a few dozen records it gets confusing because there is alot of data. I wrote a small application (well is so little that i actually shoudn't call it an application) to get the xml and populate a datagrid.
here is how I have made it work so far:
1) clear the contents of the comand window
2) type the command "?dataset.GetXml"
3) Select the XML from the command window (only the XML) and copy it to the clipboard
4)run the application (the application gets the xml in the clipboard and populates the grid.
here is the simple code for the small application:
Assumptions:
1)a windows form
2)a command button named button1
3) a datagrid named datagrid1
4) and the following code:
[code]
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim karim As String
karim = CType(Windows.Forms.Clipboard.GetDataObject().GetData(Windows.Forms.DataFormats.Text), String)
Dim karim3 As New MemoryStream()
Dim karim4 As New StreamWriter(karim3)
karim4.Write(karim)
karim4.Flush()
karim3.Position = 0
Dim karim2 As New DataSet()
Try
karim2.ReadXml(karim3)
Catch r As Xml.XmlException
MsgBox(r.Message)
End Try
DataGrid1.DataSource = karim2
End Sub
[/code]
Maybe there is an easier way to accomplish this, but so far is saving me alot of headaches.
Sincerely,
Karim M. Garza
P.S.
Thanks alot for this tip.
March 17, 2004 4:39 PM
New Comments to this post are disabled
About Rory
I *own* this site, you loser.
This Blog
Home
About
Links
Post Calendar
<
March 2004
>
Su
Mo
Tu
We
Th
Fr
Sa
29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
Post Categories
A Neo Religion (11)
Anecdotes (1)
Apple (3)
BUI - Blogging Under the Influence (4)
Comics (44)
Dear Diary (6)
Dreams (58)
Enter the Nerd (501)
General (767)
Little nothings (35)
MSDN Events (17)
PDC (32)
Personal (60)
Reviews (14)
Secret Truths (6)
Shout out to my homies (20)
Stupidity (37)
Videos (13)
Xbox 360 (8)
Feeds
RSS 2.0
Atom 1.0
Copyright Rory, 2007. All rights reserved.