Hey, does anyone know what is the api for paltalk buddy list
this is the code off the thing
[vb]Dim seinfeldsuperman As Long, wtlsplitterwindow As Long, atla As Long
Dim gradienttreeviewclass As Long
seinfeldsuperman = FindWindow("seinfeld_superman", vbNullString)
wtlsplitterwindow = FindWindowEx(seinfeldsuperman, 0&, "wtl_splitterwindow", vbNullString)
atla = FindWindowEx(wtlsplitterwindow, 0&, "atl:006a1118", vbNullString)
gradienttreeviewclass = FindWindowEx(atla, 0&, "gradienttreeviewclass", vbNullString)[/vb]







