Einzelnen Beitrag anzeigen

mr_emre_d
(Gast)

n/a Beiträge
 
#2

Re: Windows Class Viewer

  Alt 4. Feb 2009, 03:37
Falls mich keiner verstanden hat:

Code:
HWND CreateWindowEx(         
    DWORD dwExStyle,
    LPCTSTR lpClassName,   // --> hierzu gab es einen viewer
    LPCTSTR lpWindowName,
    DWORD dwStyle,
    int x,
    int y,
    int nWidth,
    int nHeight,
    HWND hWndParent,
    HMENU hMenu,
    HINSTANCE hInstance,
    LPVOID lpParam
);
Wie hieß das Tool nochmals ?

MfG
  Mit Zitat antworten Zitat