Home > Software engineering >  When used in the MFC SkinSharp, the impact of thread
When used in the MFC SkinSharp, the impact of thread

Time:09-26

After using SkinSharp in MFC, after implementation, using thread to open a new interface, in the new interface effect disappears,
Of this type of problem encountered, please friends and know of the solution, can give some opinions and Suggestions, thank you!

CodePudding user response:

Create and overloading the new UI DestroyWindow,
After the Create successful Attatch DestroyWindow Detach before

CodePudding user response:

Estimated need UI thread support, you need to create the UI thread, otherwise may affect interface library

CodePudding user response:

Multiple Threads in the User Interface of http://msdn.microsoft.com/zh-cn/library/ms810439.aspx

CodePudding user response:

refer to the second floor oyljerry response:
estimate need UI thread support, you need to create the UI thread, otherwise may affect interface library


How to create the UI thread, please?
  • Related