Can a Pocket PC application update its own resources using BeginUpdateResource, UpdateResource, and EndUpdateResource APIs as described here:
What I experience, is that the call to BeginUpdateResource fails. Is this because the application is running? I can't really tell because GetLastError returns 0.
Is it possible for an application to update its resources? How?