Windows Develop Bookmark and Share   
 index > Windows Forms General > windows live gallary style form
 

windows live gallary style form

Hello, i want to take the effect of windows live photogallery using windows form controls. not using wpf.

it should give a pop up form when we hover the mouse over a perticular object in the listview. and show the zoomed version of same image.

is there any idea to achive this. may be with a listview with items of image controls. please check the image in the below link

http://img186.imageshack.us/img186/6698/screenshotpw5.jpg


shadowcodes  Friday, January 25, 2008 11:57 AM
Please post some Code as you go.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2727476&SiteID=1

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2727464&SiteID=1&mode=1

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2715135&SiteID=1
Duane in Japan  Saturday, January 26, 2008 1:16 AM

You will probably want to use a UserControl together with a listview, you can designthe user control toshow the image in a bigger size (PictureBox), add labels for descriprion and set its visblepropertyto true and position itwhen appropriate, also set it to false when you no longer need the bigger image size. Use the method BringToFront() to make it overlap the listview.

It shouldn't difficult to do this.

Regards,

Fábio

Fábio Franco  Friday, January 25, 2008 1:41 PM

WPF was designed just for this purpose. What you're asking is, "I want to build a Ferrari, but I have to build it in a Yugo factory."

Is it possible? Of course. But the Yugo factory with have to be heavily moddified first. This will cost a lot of time and money. It would make a lot more sense to rent time in Italy.

Ok, it's not the best example in the world, but some food for thought.

Tergiver  Friday, January 25, 2008 9:39 PM
Please post some Code as you go.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2727476&SiteID=1

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2727464&SiteID=1&mode=1

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2715135&SiteID=1
Duane in Japan  Saturday, January 26, 2008 1:16 AM

You can use google to search for other answers

Custom Search

More Threads

• How i can remove W32.Blackmal.E@mm
• windows forms datagrid
• Scrollbar moved to display left,top edge of usercontrol when usercontrol too wide
• embed my option into windows 's popup menu.
• adding more text to a richtextbox with a button click in C#
• Validating cell data in Winforms datagrid
• A question about Forms...
• Draw/Paint Program With Selection - Resources Needed
• treeview child nodes
• How to always show the ToolStrip overflow button