Menu tearing...

E

Enzo\(V\)

I'm trying to create a tear off mean or -- as some call it -- a float menu.
I have an owner drawn context menu on a notify icon and a tear off menu
item. Then only problem is I don't know how to detect and handle a mouse
down event or something of this nature to detect the mouse is being pressed
down and being 'drug' around. I would _really_ appreciate any help!!

Bryan

bryancallahan(at)charter(dot)net
 
B

Bryan Callahan

Thanks for the help Cor. This will work _great!!_. I do have just one
more question. I don’t know how to detect a mouse down. I wish there was
a Cursor.MouseDown property or something since there is no MouseDown
event for a menu item. Thanks in advance all!!!

Enzo(V) :: bryancallahan[{{at}}]charter[{{dot}}]net
 
C

Cor Ligthert

Hi Bryan,

It is a greath chalenge to figure out.

There is no mouse down, I think it has no sence, it would not have sence
because the menu is fixed to the mousedown point everytime again.

The first thought I had was creating a little label that moves over the form
using the mouse down.

However, I do not have really an answer,

Sorry

Cor
 
E

Enzo(V)

Cor... I see... Cor, you've been a lot of help, thanks. I think I'll
just have to get a little creative. :D
 

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

Top