Home > Software engineering >  Window in the mobile, suspends animation broadcast program, how to make the inside of the window fun
Window in the mobile, suspends animation broadcast program, how to make the inside of the window fun

Time:10-29

 int WINAPI WinMain (HINSTANCE HINSTANCE, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) 
{
//drawing program to invoke the window function,
}

CodePudding user response:

https://www.baidu.com/s? Wd=window mobile continues to play
% 20

CodePudding user response:

You play in the main thread too? You can open a thread alone, to create a window in the thread, and then play in this window

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 VisualEleven response:
you play is also in the main thread? You can open a thread alone, to create a window in the thread, and then the window play

How to separate? In this window function in the main process, isn't it?

CodePudding user response:

reference 4 floor u010032523 response:
Quote: refer to the second floor VisualEleven response:

You play in the main thread too? You can open a thread alone, to create a window in the thread, and then the window play

How to separate? In this window function in the main process, isn't it?

Similar to a UI thread

CodePudding user response:

refer to the second floor VisualEleven response:
you play is also in the main thread? You can open a thread alone, to create a window in the thread, and then the window play

Use CreateThread function of the broadcast separately, or not???
  • Related