im trying to learn how to use MFC, but havent found much in the way of tutorials. i found one tutorial that introduced me to creating SDI apps and the doc, view, and mainframe files, but i found it to be little help for what i want to do. i figured a good way to learn would be to recreate a program i wrote in VB using MFC. it is a small window with no menu, no status bar, no maximize button, some textboxes, labels, a command button, and a checkbox. i was expecting to be able to add components like i do in VB(in fact i used to add them the same way using Forte for Java). any help or links would be appreciated.