开发者

Programmin In C + Win API: Launching A Second Window When A Button Is Pressed

开发者 https://www.devze.com 2023-02-25 09:35 出处:网络
I am writing a program in C and Windows API. I am using Visual Studio 2010 Express for this. I have created a Login Window that well, logs in the user. Now, I want to display a second window once use

I am writing a program in C and Windows API. I am using Visual Studio 2010 Express for this.

I have created a Login Window that well, logs in the user. Now, I want to display a second window once user logs in.

How can I do t开发者_C百科hat? P.S. I am a beginner and am following this tutorial: http://www.zetcode.com/tutorials/winapi/ . Some simple solution will do.


You create the window by defining a WindProc Calling RegisterClassEx Call CreatewindowEx

0

精彩评论

暂无评论...
验证码 换一张
取 消