Drawing in other process window

Login to reply to this topic.
Wed, 2005-03-09 18:28
Joined: 2003-11-10
Forum posts: 4
Hi all,
I'd like to know how and if it is possible under Symbian to find the "Handle" (in Windows parlor) of a particular window of a certain process and perform drawing operations on it.

I've done the first part using the FindWindowGroupIdentifier function and I got the ID of the WindowGroup... and now?Huh

Cheers,
Lev

Wed, 2005-03-09 21:43
Joined: 2004-06-06
Forum posts: 205
Drawing in other process window
In Symbian its not possible. You cant share WindowServer resources between threads or processes, so you cant perform drawing on window that was created in other thread.

Best regards,
Michal Laskowski

  • Login to reply to this topic.