Creating MFC based window inside Win32
-
Hi, Can anyone tell how to write a program to combine both win32 and MFC for creating a window and exchange messages from each other in a project. nss
-
Hi, Can anyone tell how to write a program to combine both win32 and MFC for creating a window and exchange messages from each other in a project. nss
Since
MFC
is a class library written on the top ofWin32
API
(it is -or was- actually a thin wrapper), then in everyMFC
project you are free to mix the two. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Since
MFC
is a class library written on the top ofWin32
API
(it is -or was- actually a thin wrapper), then in everyMFC
project you are free to mix the two. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Hello! You can look through articles here on CodeProject or go to: http://www.functionx.com/visualc/[^] Tutorials will help you get an understanding how to use Visual Studio and MFC to create dialog box applications. Good luck!
-
Hello! You can look through articles here on CodeProject or go to: http://www.functionx.com/visualc/[^] Tutorials will help you get an understanding how to use Visual Studio and MFC to create dialog box applications. Good luck!
Thank you. Anyway, I suppose the OP would be more interested... :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]