vc++ 2010,怎样编写一个简单的mfc程序,让它输出一行信息啊? 我是菜鸟一个,希望高手写详细步骤啊。
4个回答
展开全部
信息显示在哪里,是弹出的话可以这样!
BOOL CXiyingApp::InitInstance()
{
AfxEnableControlContainer();
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
SetRegistryKey(_T("Local AppWizard-Generated Applications"));
CString str;
::GetProfileString("说这个随便写没有关系","随便定义可以是汉子","这就是你要显示的信息",str.GetBuffer(100),100);
AfxMessageBox(str);
LoadStdProfileSettings();
BOOL CXiyingApp::InitInstance()
{
AfxEnableControlContainer();
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
SetRegistryKey(_T("Local AppWizard-Generated Applications"));
CString str;
::GetProfileString("说这个随便写没有关系","随便定义可以是汉子","这就是你要显示的信息",str.GetBuffer(100),100);
AfxMessageBox(str);
LoadStdProfileSettings();
追问
这些代码放在哪里啊?我用的是vs2010.建立mfc里面的选项选什么啊?怎么一建立里面就是这么多文件啊?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
C++有基础没?
有,就不用问这问题了。
没有,回去学了再来学MFC~
有,就不用问这问题了。
没有,回去学了再来学MFC~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
到处都是VC的教程,看一会就会了,不用给分了,当我没说
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询