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

    How to get a window's class name

    Hi,
    I am not able to get a window's class name whose handle is available.
    I am unsuccessfull in using GetClassName function.

    Thanks in advance,

    Bye,
    Onkar


  2. #2
    Join Date
    Apr 1999
    Posts
    13

    Re: How to get a window's class name

    Why dont you try using PreCreateWindow(CREATESTRUCT &cs)

    as CREATESTRUCT provides the Name of the Class
    good luck


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