Jump to content

disabeling the mouse

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
ikkeugh

ikkeugh

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
-Hello, I'm making a little game, with a trasparant form, but when I click the transparant form, I'm clicking through it and I click what's underneath it.

How can I disable the mouse, and enable it again?

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You can hide the cursor, if that's what you want.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
ikkeugh

ikkeugh

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
I don't want to hide it, I want it so that their only happens something in my program when the mouse clicks, eg. If the transparant form is over a web browser, I can't click any links, but on the form will a button appear.(command1.visible=true)