Results 1 to 6 of 6

Thread: Windows Control classes

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Montréal, Québec Canada
    Posts
    202
    Does anyone know what these classes are?
    ApexGrid. 19
    VBFocusRT
    AfxWnd40
    I get these from an application when I enumerate window classes and names

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    I think AfxWnd40 is the class name for a window made in ASM. Not Sure though.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    re:

    ApexGrid is a class for a third party Grid control.
    The VBFocus im not sure of
    AfxWnd is a class used in C++ it is the Application framework class.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Montréal, Québec Canada
    Posts
    202
    Thanx Cander,
    The one I could use is the ApexGrid one, would you know how I could read its contents (It looks like a ListBox the way it works but using SendMessage, LB_GetText, doesn't work)? If it's a control it must be sending messages to windows right? Any suggestions???

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    re:

    I have a copy of it somewhere in the office. Ill find it and install it and see what I can come up with. But I dont know if there any Win32 API calls you can send to it! Ill see what I can come up with.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Montréal, Québec Canada
    Posts
    202
    Thanx man, that would be great!
    I hope it can be done, or else I'll have to find a work around that will simply not be as good...

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