CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #2
    Join Date
    Jul 2009
    Location
    Gothenburg
    Posts
    12

    Re: ERROR_CLASS_DOES_NOT_EXIST 1411 (0x583)

    The window class (the second parameter) you're trying to use does not exist. AFAIK the names of window classes are case-sensitive so what you want is
    Code:
    TEXT("STATIC")
    instead.
    Last edited by spacewarp; July 20th, 2010 at 12:59 PM.

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