View Full Version : That $200 Windows XP service pack called Vista
Rainbow32
January 30th, 2007, 01:54 AM
Interesting read. The more I find out about Vista the more I want to wait for Vienna.
http://reviews.cnet.com/4520-3513_7-6689143.html?tag=nl.e757
Chaser32
January 30th, 2007, 02:18 AM
Is there anywhere that one could find screenshots of Vienna "Blackcomb" or has it not reached that phase of development. You know "Vienna" is also an Applescript for Mac OS X.
Rainbow32
January 30th, 2007, 03:24 AM
I imagine a screenshot of Vienna would look something like this right now, just source code.
' Compress a single XML node's content using Zip compression.
' Compression is in-place and done in-memory.
Private Sub Command1_Click()
Dim xml As ChilkatXml
Set xml = New ChilkatXml
success = xml.LoadXmlFile("test.xml")
xml.CompressNode
xml.SaveXml "testCompressed.xml"
End Sub
' Decompress a single XML node's content.
Private Sub Command2_Click()
Dim xml As ChilkatXml
Set xml = New ChilkatXml
success = xml.LoadXmlFile("testCompressed.xml")
xml.DecompressNode
xml.SaveXml "testDecompressed.xml"
End Sub
' Compress an entire XML subtree using Zip compression.
' Compression is in-place and done in-memory.
Private Sub Command3_Click()
Dim xml As ChilkatXml
Set xml = New ChilkatXml
success = xml.LoadXmlFile("testTree.xml")
xml.CompressSubtree
xml.SaveXml "testCompressedTree.xml"
End Sub
' Decompress and restore an entire XML subtree.
Private Sub Command4_Click()
Dim xml As ChilkatXml
Set xml = New ChilkatXml
success = xml.LoadXmlFile("testCompressedTree.xml")
xml.DecompressSubtree
xml.SaveXml "testDecompressedTree.xml"
End Sub
IronAces
January 30th, 2007, 10:57 AM
this only really applies to the lower editions, business and ultimate edition dont really fall into the same catagoery
Chaser32
January 30th, 2007, 11:05 AM
Just wondering if it there was any info on it.
oracle128
January 30th, 2007, 02:09 PM
If the one and only reason for upgrading to Vista was the "new" security features, then it was never worth upgrading, you may as well have just downloaded a better anti-malware tool.
I imagine a screenshot of Vienna would look something like this right now, just source code.They're writing Vienna in VB?
renegade600
January 30th, 2007, 02:41 PM
Interesting read. The more I find out about Vista the more I want to wait for Vienna.
http://reviews.cnet.com/4520-3513_7-6689143.html?tag=nl.e757
I agree. Interesting article. Thanks for posting. :D
Sir Yuck
January 30th, 2007, 02:54 PM
I personaly think vista is a windows ME copy to tide people over till windows viena or Windows RG. click here (http://www.albinoblacksheep.com/flash/winrg.php)
Jerebear
January 30th, 2007, 08:10 PM
Whoa! That Windows RG looks really good. Can't wait till it comes out. :rotflmao: