Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hi!

What would be the best way to build a view similar to Safari "Top Sites" using C++ under Windows?

Thanks!

see the view:
http://www.netzwelt.de/images/articles/2009/safari4-small-1244627625.png[^]
Posted
Updated 15-Aug-11 2:55am
v2

What part of it you want to do ?

Drawing the images at an angle ? should not be difficult.

Creating the website previews ? have a look at : How To Get A Website Thumbnail in a C# Application Without Creating A Form (console)[^] (but in C#)


Max.
 
Share this answer
 
Comments
Simon Bang Terkildsen 15-Aug-11 9:04am    
nice article +5
Pit M. 15-Aug-11 9:54am    
But which technonlogy?

GDI+ with System.Drawing.Drawing2D?
or even GDI?
Maximilien 15-Aug-11 11:50am    
Technology is not that important. Once you know how to do the task, you can use whatever you want. Today I would probably not go "lower" than GDI+
Depending if you do "manage" or not, you will be better using one or the other technology.
Sergey Alexandrovich Kryukov 15-Aug-11 21:43pm    
My 5.
--SA
ah if it just were so easy as saying, this is the one and true method to write this and that feature.

I don't really know what kind of answer you're looking for. Using DirectX to replicate that view seems like overkill to me.
Using WPF would be alot easier, granted you need to know how to do 3D in WPF. But due to your question I'm guessing you don't really know how to do this with DirectX either, so it might be worth for you to look into WPF.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900