Rank: Member Groups: Member
Joined: 10/25/2007 Posts: 16
|
Hello!
I would like to know if there's a way to show a dialog where the mouse cursor is? Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes if you know where the mouse is. :) The feature is not built-in the dialog, so you would need to write code to acquire the mouse location and position the dialog by yourself. As an alternative, you may want to take a look of eo_ShowContextMenu. This function displays a "context popup" at the mouse location, but the popup closes on mouse click, so it may not fit your need.
|