FROM : Naomaru Itoi
DATE : Thu Dec 19 21:43:33 2002
Hello, Cocoa developers,
I am wondering how I can set a text on a Window that is owned by another
application.
For example, I would like to write a program which fill text fields of a
browser.
Would it be possible on MacOS X?
On Windows, I can do something like:
handle = FindWindow(NULL, "Browser");
SendMessage(h, WM_SETTEXT, "this is the text");
I wasn't able to find something like this in MacOS X. Any advices, please?
Thank you.
--
Concentration ... Naomaru Itoi
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Thu Dec 19 21:43:33 2002
Hello, Cocoa developers,
I am wondering how I can set a text on a Window that is owned by another
application.
For example, I would like to write a program which fill text fields of a
browser.
Would it be possible on MacOS X?
On Windows, I can do something like:
handle = FindWindow(NULL, "Browser");
SendMessage(h, WM_SETTEXT, "this is the text");
I wasn't able to find something like this in MacOS X. Any advices, please?
Thank you.
--
Concentration ... Naomaru Itoi
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

