o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Mouse Movement and Clicks -

hello I'm very new to visual basic (just started programming vb at school a month ago) (we're learning about loops now )

I'm slightly more knowledgeable than that but what are the declarations for moving the mouse and clicking the mouse?

 

Smooth Mouse Movement -
I need some help trying to figure this thing out. Right now I can get the mouse to move from Point A to Point B. For instance, my program picks a random X value and Y value and then the mouse goes to that point. However, I don't want the mouse to just go from one coordinate to the n


Mouse Movement example -
Do you know of a good mouse movement example I can follow? I would like to find out where the mouse is, and especially be able to have my program control the mouse and click. Also, keyboard simulation would be great to. Thanks.


Active X for Mouse Movement -
Hi , is there any Active Com dll which deals with recording of mouse movement and also save the recorded mouse events into a new file so that later on , I can open this file and playback the mouse movement. I am using VB 6.


Detect mouse movement outside form. -
Hello all, I'm creating a video player. When a video is playing fullscreen, I would like for a menu to appear when the mouse moves, but no event is triggered. The video 'covers' the form, so the form's MouseMove event is not triggered upon mouse movement. Is there a way to trigge


How to simulate mouse movement -
I like to simulate mouse movement with no SetCursorPos witch just sets pointer by x,y. When you move cursor at the border of the screen system stell reciving data form mouse but cursor dont move. I want to simulate that mouse movement, so i can use that in FPS for school science projec


Mouse Movement and Clicks -
hello I'm very new to visual basic (just started programming vb at school a month ago) (we're learning about loops now ) I'm slightly more knowledgeable than that but what are the declarations for moving the mouse and clicking the mouse?


Keyboard\mouse events -
How do I capture external keypresses and mouse movement\clicks in VB? thanks


Mouse movement and key press Events -
Hey Guys, I'm trying to create an inactivity routine that will minimize an application when there is no mouse movement or keys pressed while the app is maximized and in focus. I would like to know how I can determine when the mouse is moved over a form and when a key is pressed. T


C++: Mouse movement -
Hi. I have a 3D environment in which I can move around using the keyboard. Which function should I use if I want mouse movement instead?? <Edited By Moderator (Electroman), Altered Title>


[2005] Detect Mouse Movement -
Hi everyone, A Re-inventing the wheel program, something you all love. Does anyone know how to get VB to detect mouse movement, clicks and keyboard presses. I am creating a screensaver program that does not intergrate with the windows screensaver. The reason I am doing this is


Mouse Movement -
How do you detect the mouses movement with out using a mouse event in a form or any other thing in the tool bar in vb?


mouse move question -
I have created a label on a form, to imitate a hyperlink on browser, such that when it detects mouse movement over the label, it changes color and changed back to the original color when mouse moves out of the control, and opens the browser upon left click. I have no problem detecti


Coordinating a controls movement with the mouse movement -
Hai! i want to move the small rectangle within the big rectangle left to right when the mouse move left and right on the screen. assume screen with is 1024 pixels. so when the mouse pointer is at the left edge of the screen the small rect should be in the left edge of the bi


mouse movement check (gestures) like opera or black&white -
Hi there, I want to write a programm which checks the mouse movement (mouse gestures) like the webbrowser Opera or the game Black & White (AKA you press the right mouse button and move the mouse to the left and then a effect is started). My question is whether anybody has an idea


mouse movement outside application's form -
Does anybody know of a way to determine if the mouse has been moved even when the application that is checking mouse movement is minimized. i.e. a program that determines when the mouse has been moved when the user is using another program?


limiting the region of mouse movement -
I need to limit mouse movement inside the form (to a region, or a path) for a certain operation... What is the best way to do this? I thought I saw a GDI+ tutorial on this, but can't find it anymore. I really don't want to use the MouseMove event.


Make a mouse click, and ... -
How can I make a mouse left click or right click? Also how can I make it to do something or check to see if a certain key is being help down or pressed... I want to make a simple mouse movement and clicking recorder... I already know how to set mouse movement... Thank you for your tim


Trapping mouse movement -
Is there a way of trapping a mouse movement (within say a labels mousemove event) when the mouse moves off the label instead of over the label. There are many labels and textboxes on my form and want to avoid putting code in all thier mousemove events just to trap if the mouse has


Hide And Lock Mouse -
Hi! im making a game that senses how much the player moves the mouse over the picturebox....but when the mouse is outside the picturebox you cant sens the movement anymore... How do i hide/show and lock/unlock the mouse inside a picturebox? i still want the program to sens its


Mouse locking problem -
Hi All, I'm trying to restrict mouse movement to a picture box. The code works fine when running the app from the development environment, but once the compiled .exe is executed the app simply terminates as it is about to restrict the mouse movement to the picture box. Any advice? Pl


Send mouse clicks -
Hi everybody! How do I make my program send mouse clicks? I already know that you can use SendKeys to send clicks from your keyboard, can you do the same thing with mouse clicks? Please help! //Alex


Detect Keystroke & Mouse Movement -
hi guys help please..I want to create a windows application that would detect if there is any activity in my computer like keystroke & mouse movement but i want the windows application to be hidden...Can you give me guys an idea on how to do this? like what should I use to detect t


Apply timeDelta to turning with mouse -- -
The mouse moves and I can get Dx to report how much it moved. Seeing 0,0 on the screen is top left: mouseleft = -# mouseright = +# mouseup = -# mousedown = +# So, if I consider the angle of 90 north, I need to invert the input. Mouse.X = Mouse.X * -1 So far so good.


Trapping mouse clicks on web page -
Hi, I need some code that disables mouse clicks and right clicks on the html page and another to re-enable the mouse clicks.


Mouse behavior -
I have a couple of questions... 1.) How do only detect a mouse's move ment once only once i.e. only detect the mouse movement once to make the mouse visible 2.) How do you tell if a mouse has stoped moving? i.e. to make the mouse invisible I know how to make the mouse v


[VB6] 'Hidden Mouse' -
I was wondering if there is a way to simulate mouse movement/clicking in a VB6 application without having it in focus. Like my title says a hidden mouse. Perhaps i have a window completely over my VB app, the mouse can't click the application if there is something over it. I know there


Getting angle of movement in radians via mouse -
Hey guys. I am really trying to wrap my head around this. What I am trying to get done is when the mouse is moved, I need to calculate the degree in radians it moved based on the local coordinate space of a sprite the mouse is moving. Basically I need to fire a bullet in that direction


Mouse emulation -
I need a way to have VB6 cause mouse clicks. I can move the mouse, but how do I emulate left, right, double clicks and click and drag? I help people with disabilities in employment settings. One client can only press a single switch, so I present various choices to him as to what


How to make the mouse click... -
Does anyone know how to make the mouse click somwhere on the screen?? For example, when a command button is pressed the mouse clicks in it's current position. Or a TImer, the mouse clicks every 10 seconds. ANy help would be nice! Thanx, Mikelo2k


ClipCursor behaviour -
Hello all, I am tackling a very strange behaviour which seems to be triggered by a ClipCursor call. I am writing an application that needs to confine the mouse movement within a control. I used ClipCursor in this case and it is working fine. However, when I was about to end the app


Mousemove Left Or Right, Set Var -
Hi, when i click a button on my frmcontrol, i want to control-set the power/velocity visually. basically i need to know how, when the MOUSE movement is left or right, is thier a sub or summit? left can decrease the power and right can increase the power variable. somebody s


Reverse mouse movement. -
Hello, A friend of mine broke his neck when he was in high school. He is in a wheel chair and has limited use of his hands. He prefers to use the mouse in the reverse position so that he can use the palm of his hands to click on the buttons. Is it possible to write a DLL that can re


Determine Mouse Clicks -
I am trying to find a VB example for mouse clicks. The mouse click code has to come directly from the mouse itself. What I need is a way to determine when the left or right mouse button is clicked. At which point, a message would appear telling me which button was clicked. Sampl


picking up mouse clicks -
Is there a way to get mouse click information if they occure outside my app? I want to click a button in my app, then use 2 mouse clicks to define a rectangle anywhere on the desktop. I searched for this and found a couple of posts, but none had any replies. thanks kevin


how can i rec (macro) and clone mouse movement -
Hello everyone. Happy new year for all of you. I have a question... someone can show me sometype of command or code to create a macro program to get text's, click buttons, and other fings in all desktopscreen?? And rec mouse movement to do all that i want to do... I need t


Get GUID of Mouse -
Hello all, How do I obtain the GUID of the system mouse? I know that it's called "GUID_SysMouse" but how do I obtain the GUID using VB.NET (VS 2005)? I'm trying to use Microsoft.DirectX.DirectInput.Device() but it's asking for the GUID of the device. I'm trying to u


[2005] How to make something follow mouse movement -
If I was to make a game like a pong, or a shooting game, in which I wanted a cross-hare, what would the code be to for the cross-hare to follow mouse movement? Or how would I use it to make pong? Does it have to do with Mouse move?


how to simulate mouse clicks and keypresses -
hello! this is my first post. I'm a newbie and I have the following situation here: I've made a program which runs in the background and uses DirectInput to control the mouse and execute keypresses and run shortcuts through the joystick. I have already done the easy part which is to


Mouse Pointer movement control -
I want to control mouse pointer movement within the active form. so therefore user can not move pointer from the active form.I need complete and error free coding.


My Mouse Program [Input] -
Hi! (I don't know if this is actually where this kind of post goes, so if a Moderator will move it to wherever it needs to go that would be cool thanks.) I have this program that I'm writing, so far it records mouse movements, but as I was just now looking around I see that there would