No announcements
Found 2904197 threads
-
0 Votes
WebBrowser, Virtual Mouse and Virtual Keyboard
that is minimized) even if you *could* make a "virtual" keyboard and mouse. That's just beyond what I know. P.S. With great power ...Answered | 1 Replies | 3611 Views | Created by DeamonX - Friday, July 11, 2008 7:38 AM | Last reply by electrowizard - Friday, July 11, 2008 6:17 PM -
0 Votes
Tracking keyboard (In)activity
. I've been able to get it right for mouseactivity, (just movement and not a button press though.) I used windows.forms.cursor.position to track a change in it's position. ...Answered | 3 Replies | 3528 Views | Created by parosky - Monday, August 14, 2006 4:47 PM | Last reply by DMan1 - Tuesday, August 15, 2006 7:06 PM -
0 Votes
Detecting mouse clicks
Hi,Well, you could do that by creating a mouse hook in your app. Here's a document that provides an sample on hooks in C#.Answered | 1 Replies | 6776 Views | Created by zh-Updated - Sunday, August 28, 2005 12:37 PM | Last reply by Paul Domag - Sunday, August 28, 2005 1:40 PM -
0 Votes
Detecting mouse click
want to press any key after mouse clicks outside main form,, You need hook the global mouse clicks to determine when the mouse is clicked outside of the ...Answered | 3 Replies | 743 Views | Created by afrino - Friday, April 25, 2014 12:49 PM | Last reply by Marvin_Guo - Monday, April 28, 2014 6:03 AM -
0 Votes
mapping mouse to keyboard
/KB/cs/globalhook.aspx (Processing Global Mouse and Keyboard Hooks in C#). Sincerely, Yasser. WHAT'S NEW IN THE .NET ...Answered | 2 Replies | 3334 Views | Created by fahien - Saturday, May 8, 2010 6:11 AM | Last reply by fahien - Saturday, May 8, 2010 7:25 AM -
1 Votes
Keyboard/Mouse & The Laptop
Pro, and I'm on my Dell laptop. I don't know what happened, but out of nowhere (possibly after clicking the insert key), the keyboard and mouse have gone haywire ...Answered | 1 Replies | 3476 Views | Created by JBudOne - Monday, December 21, 2009 6:08 AM | Last reply by Nancy Shao - Wednesday, December 23, 2009 11:08 AM -
0 Votes
Monitoring program activity (not mouse or keyboard) within the program
processing, not mouse or keyboard, and lets me shut down when it has been inactive for a set period of time. There will be some episodic file ...Answered | 6 Replies | 380 Views | Created by fredConklin - Wednesday, December 23, 2015 4:13 PM | Last reply by fredConklin - Saturday, January 9, 2016 12:38 AM -
0 Votes
detecting mouse clicks
You cannot detect mouse clicks outside of your own application without using Win32 APIs. Here is an example: http://www.codeguru.com/vb/gen/vb_misc/article.php/c2757/Answered | 2 Replies | 3246 Views | Created by Big5824 - Thursday, January 4, 2007 11:03 PM | Last reply by Figo Fei - Friday, January 5, 2007 5:56 AM -
1 Votes
Multiple Keyboard and Mouse inputs
Hi, I think Pavel has posted a good solution. The raw input model is different from the original Windows input model for the keyboard ...Answered | 3 Replies | 791 Views | Created by djones6600 - Wednesday, April 30, 2014 8:45 PM | Last reply by Anna Cc - Thursday, May 8, 2014 2:16 PM -
0 Votes
Create a communications daemon
application will be a console app that runs in the background, right ? Any pointers to the FM, would be great. I am using Visual Studio ...Answered | 2 Replies | 397 Views | Created by ksukat63 - Monday, August 10, 2015 8:35 PM | Last reply by chanmm - Monday, August 10, 2015 11:41 PM -
0 Votes
Tracking idle keyboard and mouse in VB2005
I am trying to write a code that detects if the mouse and the keyboard are not being used but I've only been successful for that of the mouse finding the ...Answered | 2 Replies | 3864 Views | Created by parosky - Tuesday, August 15, 2006 11:45 AM | Last reply by DMan1 - Tuesday, August 15, 2006 1:59 PM -
0 Votes
WMI Events for Mouse and Keyboard events
monitor mouse and keyboard events system wide. 1. Is this possible? 2. If so, can someone provide a link, article or sample code ...Answered | 3 Replies | 6071 Views | Created by DC_Abrames - Monday, June 9, 2008 6:53 PM | Last reply by jack 321 - Friday, June 13, 2008 5:29 AM -
0 Votes
Detecting Loss of Keyboard Focus
I am writing a program using the Win32 API and have a window that I opened using DialogBoxParam(). I want to detect when the user clicks outside ...Answered | 2 Replies | 3507 Views | Created by mintdiesel - Saturday, April 25, 2009 5:44 PM | Last reply by mintdiesel - Monday, April 27, 2009 8:04 PM -
0 Votes
Detecting keyboard entry on a form.
happening and what are the possible solutions? Or is there a better way to detect keyboard entry? Thanks C####Answered | 3 Replies | 2790 Views | Created by C_ nb - Thursday, December 18, 2008 4:59 AM | Last reply by Tan Silliksaar - Friday, December 19, 2008 6:56 AM -
0 Votes
Implementing a mouse/keyboard composite device
Hey everyone, I am trying to implement a composite mouse and keyboard HID USB device. I have the mouse part working and I ...Answered | 1 Replies | 1468 Views | Created by ChesterHobbes - Tuesday, July 23, 2013 10:08 PM | Last reply by Brian Catlin - Wednesday, July 24, 2013 1:23 AM -
1 Votes
Detecting no activity on UserControl
I recommend you to use the MouseLeave and LostFocus events. When one of these events is fired, start a timer that elapses in 5 seconds. If the MouseEnter or GotFocus events are ...Answered | 5 Replies | 3082 Views | Created by icube - Tuesday, November 24, 2009 11:01 AM | Last reply by Geert van Horrik - Monday, November 30, 2009 2:42 PM -
0 Votes
Mouse and Keyboard: How can you tell...
2 Questions.. How can you tell if the keyboard or mouse is plugged in? Is this a relevant question? Will XNA crash if the ...Answered | 2 Replies | 4940 Views | Created by TCSC - Monday, January 29, 2007 11:03 PM | Last reply by TCSC - Tuesday, January 30, 2007 5:49 PM -
1 Votes
Disable Keyboard activity
Is it possible to disable keyboard activity using C# 2.0?Answered | 5 Replies | 17216 Views | Created by Raihan Iqbal - Wednesday, November 8, 2006 3:57 PM | Last reply by KenL.Net - Monday, November 13, 2006 5:19 PM -
3 Votes
Recording mouse activity
>What is the common practice in terms of C++ programming for recording mouse activity (movements and clicks) and thenAnswered | 5 Replies | 316 Views | Created by alikim - Monday, October 23, 2017 8:55 PM | Last reply by alikim - Tuesday, October 24, 2017 9:07 AM -
0 Votes
Simulate Mouse and Keyboard Events in Code
Precisely what kind of events do you want to emulate? What do you want mouse cursor to do and where? Is it a textbox or another control or a Console?Answered | 5 Replies | 6855 Views | Created by Nicolas Sampietro - Friday, April 25, 2008 10:09 PM | Last reply by SenileBob - Tuesday, March 2, 2010 5:56 AM
No announcements