CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    40

    Question FindWindow in Borland C++

    I tried to use API function
    static IntPtr FindWindow(String^ lpClassName, String^ lpWindowName)
    to get window's handle. however, i got error
    "E2034 Cannot convert 'long' to 'void*'"
    i have no my own function called FindWindow.
    I use Borland C++. I don't know why. Do you have any idea?
    Thanks

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: FindWindow in Borland C++

    You may want to try an appropriate forum.

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

Featured