You can use Internet Explorer (or any other browser) to look at the html code they use (on IE6 it is menu View/Source); you will notice it is all there, and relies on multiple images, there is no real zooming at all ! :)
Luc Pattyn
Hi. Yes you should have a lot of photo from up to down.if u cant take picture tha i thing so ; i seggest u should use another programing for your target like vrml.it just a txt file but do your work.inested of taking picture u should design a 3d enviorment with text command but i thing its so deficult for one.u should have many person to do this.
another good guy with goooooogle :) You can load multiple files into RichTextBox one simple way : load the files into separate buffers (dont use RichTextBox.LoadFile or something)... and then set's these buffers with the += .. : System.IO.TextReader tr1 = new System.IO.StreamReader("filename1.txt"); string s1 = tr1.ReadToEnd(); ... richtextBox.Text += s1; and so on :)
VirtualVoid**.NET**