I'm finding it hard to find an example of a 'BlockInput' block of code.
Not block input as in into a particular application, but like the VB API blockinput which blocks all keyboard input system wide and freezes mouse.
I'm guessing being an API i could use it in C, not a clue how though...
I fixed it...when i get home i'll post it. and good to see you are still around strongm....i was around 2-3 years ago ^^
My problem was i was using the wrong value, meaning all future mouse movements were from the last movement point...not specific to the screens coordinates.
Work's fine now...
All i want to do is move the mouse to (x1,y1) and right click. then move the mouse to (x2,y2) and left click.
I never thought it'd be so darn compliacted.
------------------------------
http://niphyr.topcities.com
------------------------------
Basically i want he mouse to move to a certain spot (x,y) and left click, then another and right click.
I have been messing with the mouse event api but can't quite figure it out.
:
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal...
I am making a small program and need to have an animated gif in it. Can i do this with a picture box or image control and have it animated or not? I cant seem to work out how if you can, i dont really want to use any other controls in case the computer doesnt have them and its too small to...
Search for 'Exchange Server 5.5' up the top under forums. There are two forums, if you post in there your more likely to get an answer.
Make sure your questions are in the right forum.
-Niphyr
------------------------------
http://niphyr.topcities.com
------------------------------
I found the problem, it was the damn Q832894 update. I unistalled it and it works fine, typical microsoft, fix something, screw something else up!!!!
Thanks for your thoughts Glasgow.
-Niphyr
------------------------------
http://niphyr.topcities.com
------------------------------
Um yeah, i updated Internet Explorer with 3283 and Q832894 (windows update), i think this could have done it actually, again a question not realted to this forum but does anyone know how to un-install these updates? I dont really want to start a new thread for it.
Thanks
-Niphyr...
I dont know whether or not this is really a question for this forum but im not sure where to post it. Im trying to use the MSDN library and the normal links to other topics, examples n the like are no longer there, they appear as little white squares instead. I aslo have this problem with the...
I've used VNC before so i spose ill just use that, thought it would be easier if the windows one worked. Thanks all, help is appreciated!
-Niphyr
------------------------------
http://niphyr.topcities.com
------------------------------
I can ping the PC, i can even see shared folders on it, but even checking the remote assistance option doesnt fix anything. any other ideas?
-Niphyr
Um hold on, just thought of something **sheepish grin** would the fact the other PC is XP Home Edition make any difference (forget to mention)...
I am trying to connect to a computer on my LAN using the remote desktop connection program, i have the IP and the local computer name but either will work, does it have to be enabled or something on the remote machine? (I have the administrator account on both machines) Any ideas?
-Niphyr...
It took a while, but i think ive now got the hang of the whole bitblt thing. Thanks all for help, especially LordGarfield for the example.
-Niphyr
------------------------------
http://niphyr.topcities.com
------------------------------
Try putting another 'End If' between the last end if an the set info = nothing statement, your missing one and its from the main original If statement.
eg.
End If
End If 'Insert this one
Set Info = Nothing
End Sub
-Niphyr
------------------------------
http://niphyr.topcities.com...
Try using Macro's, start recording one, select the data you want to move, copy it, move it or whatever you want to do with it, press stop, go into the code editor and grab the code you need. For most things like that it works fine by me.
-Niphyr
------------------------------...
What is the function GetScreenTitle, i cant find ANY reference to it anywhere or the gGetText? If its a local function (eg. part of a module or form) you can find it, then see what it is the numbers are used for. That seems the only explanation i can think of.
-Niphyr...
Cool. thankyou it works great atm, ill try applying it and get back to you, thanks again Garfield.
-Niphyr
------------------------------
http://niphyr.topcities.com
------------------------------
OK, i've looked at bitblt, but cant seem to work out how to get it to work, the examples on MSDN are too confusing and all other examples i've found are for complicated things, not the basics. If i have a picture that is 20x20 pixels and i want it to appear on my form at the coordinates (the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.