Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Niphyr

    Block Input

    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...
  2. Niphyr

    Help with mouse event api

    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...
  3. Niphyr

    Help with mouse event api

    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 ------------------------------
  4. Niphyr

    Help with mouse event api

    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...
  5. Niphyr

    Animated gifs and picture boxes

    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...
  6. Niphyr

    Reading Outlook Address Book.

    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 ------------------------------
  7. Niphyr

    MSDN Problem - links not working

    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 ------------------------------
  8. Niphyr

    MSDN Problem - links not working

    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...
  9. Niphyr

    MSDN Problem - links not working

    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...
  10. Niphyr

    Using Remote Desktop Connection (mstsc.exe)

    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 ------------------------------
  11. Niphyr

    Using Remote Desktop Connection (mstsc.exe)

    Damn, ty anyway. -Niphyr ------------------------------ http://niphyr.topcities.com ------------------------------
  12. Niphyr

    Using Remote Desktop Connection (mstsc.exe)

    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)...
  13. Niphyr

    Using Remote Desktop Connection (mstsc.exe)

    Thanks, ill try it right now and get back to you. -Niphyr ------------------------------ http://niphyr.topcities.com ------------------------------
  14. Niphyr

    Using Remote Desktop Connection (mstsc.exe)

    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...
  15. Niphyr

    Picturebox flickering wen moving

    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 ------------------------------
  16. Niphyr

    VBScripting for Avaya

    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...
  17. Niphyr

    Copy portions of excel worksheet to a new workbook

    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 ------------------------------...
  18. Niphyr

    VB Code, how to read a line??

    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...
  19. Niphyr

    Picturebox flickering wen moving

    Cool. thankyou it works great atm, ill try applying it and get back to you, thanks again Garfield. -Niphyr ------------------------------ http://niphyr.topcities.com ------------------------------
  20. Niphyr

    Picturebox flickering wen moving

    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...

Part and Inventory Search

Back
Top