Results 1 to 2 of 2

Thread: Class names

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Location
    Kingswood, UK
    Posts
    6
    Anyone know the classname for VB?

    eg, To find a VB window without knowing it's window name:

    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

    VBhwnd = Findwindow("vbclassname",vbnullstring)

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Rebis, you can get this by using the Microsoft Spy++ and here the result

    wndclass_desked_gsk


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