Sorting thumbnails in a list.

  • Thread starter Thread starter pmo
  • Start date Start date
P

pmo

I need to read in some images from file.
Display them as thumbnails in a form. The user is then supposed to
rearrange them in somehow, dragging thumbnails with the mouse or
marking one or several with mouse and move with arrow keys.

Any ideas?
I need a serious pointer in the right way.

Is the GDI+ Custom Controls With Visual CSharp 2005 a good place to
start?

/pmo
 
pmo said:
I need to read in some images from file.
Display them as thumbnails in a form. The user is then supposed to
rearrange them in somehow, dragging thumbnails with the mouse or
marking one or several with mouse and move with arrow keys.

Any ideas?
I need a serious pointer in the right way.

Is the GDI+ Custom Controls With Visual CSharp 2005 a good place to
start?

/pmo

You can create thumbnails using Image.GetThumbnailImage(..).

For dragging things around yo should look up Drag & Drop:

http://tinyurl.com/yeb6am
http://tinyurl.com/2k7zo2


HTH,
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top