MFCでできるだけシンプルなウィンドウのプロジェクトを作成してみる・・・。
シンプルといってもシングルドキュメントでドキュメントビューをオフにするぐらいしか削れないのだが・・・。
MFCアプリケーションで、
シングルドキュメント、ドキュメント/ビューアーキテクチャは外す・・・。
データベースなし・・・。
システムメニューだけ残して、あとはクリア・・・。
こちらもすべてクリア・・・。
これら3つのクラスができるのでこの辺はこのまま・・・。
これでできたプロジェクトをそのままビルドして実行すると、
最低限のメニューは付いてしまうが、できるだけシンプルなウィンドウになった・・・。
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/Window.h
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/Window.cpp
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/MainFrm.h
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/MainFrm.cpp
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/ChildView.h
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/ChildView.cpp
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/Resource.h
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/Window.rc
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/stdafx.h
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/stdafx.cpp
https://github.com/bg1bgst333/Test/blob/master/window/window/mfc/src/Window/Window/targetver.h