文件名称:滑块对话框程序(Vc++ 实现代码)
文件大小:222KB
文件格式:RAR
更新时间:2014-04-21 15:20:50
huakuai
Vc++ 代码BOOL CA17Dlg::OnInitDialog() { CDialog::OnInitDialog(); // Add "About..." menu item to system menu. // IDM_ABOUTBOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX < 0xF000); CMenu* pSysMenu = GetSystemMenu(FALSE); if (pSysMenu != NULL) { CString strAboutMenu; strAboutMenu.LoadString(IDS_ABOUTBOX); if (!strAboutMenu.IsEmpty()) { pSysMenu->AppendMenu(MF_SEPARATOR); pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu); } } // Set the icon for this dialog. The framework does this automatically // when the application's main window is not a dialog SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon // TODO: Add extra initialization here m_bttWnd.Create(this); m_bttWnd.SetWidth(200); m_bttWnd.SetBKColor(RGB(213,253,224)); m_bttWnd.SetFrameColor(RGB(0,106,53),"EDIT BOX"); m_bttWnd.AddTool(GetDlgItem(IDC_COMBO),"Not Stuck"); return TRUE; // return TRUE unless you set the focus to a control }
【文件预览】:
A17
----ReadMe.txt(3KB)
----StdAfx.h(1KB)
----A17Dlg.cpp(4KB)
----A17.opt(53KB)
----res()
--------A17.ico(1KB)
--------A17.rc2(395B)
----A17.APS(35KB)
----A17.ncb(49KB)
----A17.cpp(2KB)
----A17.plg(2KB)
----A17.dsw(512B)
----Debug()
--------vc60.pdb(356KB)
--------A17.exe(104KB)
--------A17.obj(22KB)
--------A17.pdb(265KB)
--------StdAfx.obj(103KB)
--------A17.res(2KB)
----A17.clw(1019B)
----resource.h(681B)
----A17.dsp(4KB)
----StdAfx.cpp(205B)
----A17.rc(5KB)
----A17.h(1KB)
----A17Dlg.h(1KB)