Recently i have tried windowing in mutithreaded mode, meaning the parent in one thread and child window in another thread. and that's is possible unless the CreateWindow() and PeekMessages() are called within the same thread, if they are not within the same thread, the application will be hanging or couldn't get windows messages.
No comments:
Post a Comment