Hi all. could any one tell me how i can change the caption of any of the paltalk window?Thanks
LOL method, google is good resource for any programming question.
but here is you can try, parent =FindWindow(“My Window Class”,vbnullstring) SetWindowText(parent,”mytext”)
or use sendmessage api function
@nanomachine007 wrote:
LOL method, google is good resource for any programming question. but here is you can try, parent =FindWindow(“My Window Class”,vbnullstring) SetWindowText(parent,”mytext”) or use sendmessage api function
Thanks man . I already found a solution anyways :-))