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

  1. Alegendxx

    How to Get a pixel color from anywhere on screen.

    I want to grab pixel colors from any window on the screen. What's the Simpliest way to get a pixel color from anywhere on the screen? Thanks
  2. Alegendxx

    Sending Combination KeyStrokes to Application. ALT + Key

    (Working with MFC) CWndObject.PostMessage(WM_KEYDOWN, 13) ; that line of code sends the return carriage to the Window. replacing 13 with any other character code sends that character to the Window. I want to sent the simultaneous key press of ALT + w OR ALT + any other key. How can...
  3. Alegendxx

    How do I Find the Class Name of Windows Application??

    Thanks... I discovered SPYXX.exe which comes with the Visual Studio Package, shortly after I posted my question. Thanks for answering my question, you had the right solution. :)
  4. Alegendxx

    How do I Find the Class Name of Windows Application??

    I am using the FindWindow and FindWindowEx funtions to get a handle to any windows application. (WORKING WITH MFC) In order to do this I have to know the application's class name. For Example, FindWindow("AOL Frame25", NULL) returns the handle to an AOL instance. My problem...

Part and Inventory Search

Back
Top