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 SkipVought 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: *

  • Users: olie
  • Order by date
  1. olie

    GetPixel Function RGB Accuracy

    Hey thanks, I think I have it now.
  2. olie

    GetPixel Function RGB Accuracy

    That sounds great, but I have no idea how to get the Diablo 2 window handle. GetActiveWindow() doesn't seem to work. Do you have any other suggestions?
  3. olie

    GetObject & HBITMAP

    Does anyone know what is the code you use to load a RIFF palette file into ur application? (e.g. palette.pal)
  4. olie

    GetPixel Function RGB Accuracy

    Hello, I was writing a program that "sniffs" pixels and stores them into a file for future reference by other programs using the mouse cursor as the area where the pixel is to be retrieved. I was trying to use this program to get the Red, Green, and Blue values which GetPixel...
  5. olie

    Win API Mouse Output

    Hey thanks a lot. I figured it out. However, I used a different approach. I used the SendInput function to send a mouse simulated input to the window. Now, however, I face a new problem. The SendInput function also works with keyboard simulations, but I tried many times and it doesn't work...
  6. olie

    .bat file question: how to get DOS box to close

    You use the clear screen function at the end of the batch file. Type in cls as the last command. it should close the screen upon finishing whatever it was suppose to do.
  7. olie

    .bat file question: how to get DOS box to close

    If you want to make the Batch File close on the end of its processing, you use the command "cls" at the very end. That will make it close after it is done. Make sure there are no commands after the cls function.
  8. olie

    Win API Mouse Output

    I am working on special Artificial Intelligence program that interfaces with other programs. In order to do so, I need the program to control the mouse, which can easily be done with setcursorpos() and the other cursor functions. However, i do not know how to make the program left click and...
  9. olie

    Deleting files from Internet Explorer

    Would anyone pls advise how to delete unwanted files/graphics from Internet Explorer. When I click on search icon I get the graphics with various screens/graphics with the rubber band effect and I cannot even shut the PC with the mouse. I deleted the files from history, cookies, recycle bin...

Part and Inventory Search

Back
Top