Yes I own both the apps. I found a way to resolve this problem, but my bigger problem remains - noone can't tell me how to reload the default resources of the application at runtime. This is the reason I had to create a temporary exe (or attach dll) which starts immediately after closing the main application and restarts it. I'm writing a new post here, but I doubt whether anyone can help me.
when you need a resource you will load it in a way deppendent of type of resource. For icons use LoadIcon, for cursors LoadCursors. You should learn how to use resources, because you're doing a lot of unusual things only because you don't know how to use something. A good point to see any details is MSDN.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.