Compact Framework Drag and Drop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to build an app that has a few tabs in a form. Each tab has about 10
buttons.
I want to enable the user to drag and drop the buttons from one location to
another - even on another tab.
What of course really happens is, the button label moves from one button to
another.

But I cannot see any support for drag and drop in the Compact Framework.

Any ideas on how to implement this?
 
You'd have to implement it yourself by tracking pen down and up.

-Chris
 
Hi,

thats what I thought. How do I find out on what control the user dropped?

Do I have to loop through them all checking the point of mouseUp with each
control for inclusion?
I suppose using screen coordinates?
 

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