Results 1 to 5 of 5

Thread: How to get the handle using API

  1. #1
    Matthew Gates
    Guest
    Use the FindWindowEx API function.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    You'll probably find the Spy++ tool useful if you have it installed, to get the names of the Window classes you want to find.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    New Member
    Join Date
    Sep 2001
    Location
    UK
    Posts
    3

    Windows API Constants

    Using Access97 - VBA to do some nifty stuff and want to use Win32 API calls to do some of the stuff it otherwise wouldn't let me do. I've a list of all the API commands, (The easy bit) does anyone know where I can find a list of the constants they use (ie Sendmessage takes a constnt as its second parameter, I need to know what constants are available to me).
    Thanks All.
    Andrew Lawson
    www.madmunter.co.uk

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    MSDN -> Platform SDK -> win32 api reference
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5
    Megatron
    Guest
    You could also create your own WindowSpy tool that works better than Spy++ in regards to finding class names. E-mail me, and I'll send you the code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width