Jump to content

BlockInput


beast
 Share

Recommended Posts

Hello

I use BlockInput to disable interrupts from users

when program is installed, and to set right stuff under install procedure.

Now I have a problem, this new apps is giving user a warning dialog

with only one ok button. Dialog is very important to show.

I would like to giv user possibility to see this messages and also

possibility to use the mouse to click only on this dialog.

Is this possibly to make

Give user mouse only on this dialog? (Not outside dialog)

Edited by beast
Link to comment
Share on other sites

Hello

I use BlockInput to disable interrupts from users

when program is installed, and to set right stuff under install procedure.

Now I have a problem, this new apps is giving user a warning dialog

with only one ok button. Dialog is very important to show.

I would like to giv user possibility to see this messages and also

possibility to use the mouse to click only on this dialog.

Is this possibly to make

Give user mouse only on this dialog? (Not outside dialog)

Yes, MouseTrap() to the coordinates that WinGetPos() can retrieve for you should work?

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

You could always use _MouseTrap to make sure the mouse cant move outside the active window.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Maybe something like _MouseTrap () will do your job??

EDIT: Hahahahahaha... 3 posts, same thing, same minute.. What timing... :) Makes me wonder why...

Edited by Bert
Link to comment
Share on other sites

Maybe something like _MouseTrap () will do your job??

EDIT: Hahahahahaha... 3 posts, same thing, same minute.. What timing... :) Makes me wonder why...

Great minds think alike or fools seldom differ :)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...