On 2/14/07, Jeff Honken <[EMAIL PROTECTED]> wrote:
Is there a way to disable a mouse completely from a form? Any help would be greatly appreciated. Jeff
If you mean to make a window or an area of a window so that no mouse clicks are responded to, then I find the easiest way is to cover the whole area with a button. See the transparency of the button so that it looks the way you want and give it a mouseUp handler that traps the message but does nothing. You may also want to include mouseDown, mouseDoubleUp & mouseDoubleDown. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
