Skip to content

How to change paltalk window caption?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188801
    method
    Member

    Hi all. could any one tell me how i can change the caption of any of the paltalk window?Thanks

    #188803

    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

    #188802
    method
    Member

    @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 :-))

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.