|
-
Jul 21st, 2008, 01:32 AM
#1
Thread Starter
Junior Member
prevent keyboard & mouse input to a window
Is there a way to prevent a user from interacting (type keyboard/click with mouse) with an application's window via keyboard/mouse but still let me interact with application's window programmtically?
-
Jul 21st, 2008, 03:45 AM
#2
Re: prevent keyboard & mouse input to a window
What ar you really trying to do by preventing the user form using the keyboad and mouse 
Is that your own application or a 3rd pary?
-
Jul 22nd, 2008, 10:08 AM
#3
Fanatic Member
Re: prevent keyboard & mouse input to a window
You could disable the keyboard and mouse via the API.
-
Jul 22nd, 2008, 02:52 PM
#4
Thread Starter
Junior Member
Re: prevent keyboard & mouse input to a window
To be precise, I'm making a touch screen multimedia display program and I want it to be able to display tv from a tv card. This tv card doesn't have an OCX SDK so I would have control the tv application directly. I only want to disable key and mouse input to the tv display window in order to prevent the users from changing the settings as my program will be publicly used.
Last edited by david90; Jul 22nd, 2008 at 03:00 PM.
-
Jul 22nd, 2008, 03:06 PM
#5
Thread Starter
Junior Member
Re: prevent keyboard & mouse input to a window
yes it is a 3rd party app
-
Jul 24th, 2008, 01:30 PM
#6
Re: prevent keyboard & mouse input to a window
hm,
just an idea, you better look at mouseHooks and KeyboadHooks.
http://www.codeguru.com/cpp/w-p/syst...cle.php/c5699/
there may other simple solution
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|