Skip to content

mr fox

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191121
    mr fox
    Member

    Hello Chike Thanks For Help!
    The problem was with the hierachy now it is working like charm….
    this is the hierarchy for paltalk 9.8:

    HWND parent = FindWindow("DlgGroupChat Window Class", NULL);
    HWND child;
    child = FindWindowEx(parent, 0, "WTL_SplitterWindow", NULL);
    child = FindWindowEx(child, 0, "WTL_SplitterWindow", NULL);
    child = FindWindowEx(child, 0, "WTL_SplitterWindow", NULL);
    child = FindWindowEx(child, 0, "WTL_SplitterWindow", NULL);
    child = FindWindowEx(child, 0, "ATL:00830CB0", NULL);
    if(!child)printf("error with childn");
    HWND atla = FindWindowEx(child, 0, "AtlAxWin90", NULL);
    atla=FindWindowEx(child,atla, "AtlAxWin90", NULL);
    if(!atla)printf("error with atlan");
    atla = FindWindowEx(atla, 0, "#32770", NULL);
    
    HWND rich20 = FindWindowEx(atla, 0, "RichEdit20A", NULL);
    if(!rich20)printf("error with rich20n");

    🙂

    #191123
    mr fox
    Member

    Thanks Chike for Replying
    i couldn’t find vs spy++ instead i found winid wich is also useful.
    Atlaxwin90 is not working 🙁 i have paltlak 9.8 thought

Viewing 2 posts - 1 through 2 (of 2 total)