ウィンドウの表示(MFC)

MFCでできるだけシンプルなウィンドウのプロジェクトを作成してみる・・・。
シンプルといってもシングルドキュメントでドキュメントビューをオフにするぐらいしか削れないのだが・・・。

f:id:BG1:20160517155501p:plain

MFCアプリケーションで、

f:id:BG1:20160517155525p:plain

シングルドキュメント、ドキュメント/ビューアーキテクチャは外す・・・。

f:id:BG1:20160517155634p:plain

データベースなし・・・。

f:id:BG1:20160517155727p:plain

システムメニューだけ残して、あとはクリア・・・。

f:id:BG1:20160517155801p:plain

こちらもすべてクリア・・・。

f:id:BG1:20160517155828p:plain

これら3つのクラスができるのでこの辺はこのまま・・・。

これでできたプロジェクトをそのままビルドして実行すると、

f:id:BG1:20160517155933p:plain

最低限のメニューは付いてしまうが、できるだけシンプルなウィンドウになった・・・。

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