Hello, world!(MFC)

MFC版・・・。
ダイアログベースにスタティックコントロールで"Hello, world!"・・・。

f:id:BG1:20160512183441p:plain

MFCアプリケーション・・・。

f:id:BG1:20160512183503p:plain

ダイアログベース、スタティックライブラリでMFC・・・。

f:id:BG1:20160512183543p:plain

システムメニューだけ残して、あとはいらない・・・。

f:id:BG1:20160512183634p:plain

全部いらない・・・。

f:id:BG1:20160512183716p:plain

Appはいいとして、

f:id:BG1:20160512183813p:plain

DlgはCDialogExじゃなくてCDialogに・・・。

f:id:BG1:20160512183911p:plain

既に真ん中にスタティックコントロールがあるのでこれを選択・・・。

f:id:BG1:20160512184032p:plain

Captionを、

f:id:BG1:20160512184110p:plain

"Hello, world!"にする・・・。

実行すると、

f:id:BG1:20160512184137p:plain

こんな感じ・・・。
ボタンとかはそのまま残した・・・。

https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/HelloWorld.h
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/HelloWorld.cpp
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/HelloWorldDlg.h
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/HelloWorldDlg.cpp
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/Resource.h
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/HelloWorld.rc
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/stdafx.h
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/stdafx.cpp
https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/mfc/src/HelloWorld/HelloWorld/targetver.h