-
-
MiniGUI_experiment.rar
minigui实例源代码,目标板处理器是s3c2410,包括相应的配置文件。代码包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
-
-
-
A_Note_4_2_src.zip
... . Sometimes the server has a lot of other traffic and therefore is a bit slow to respond to A Note. Therefore, Windows displays the dialog box A Note is not responding . Most of the time, the server will answer A Note, the program will close and so will ...
-
-
StringEdit_Demo.zip
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered ...
-
-
ClickDialog.rar
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
...
-
FreeFormPPC.zip
... == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
... dialog is
// dismissed with Cancel
}
// Since the dialog has been closed, return FALSE so that we exit the
// ...
-
WebBrowserWord.rar
... :
Microsoft Word 11.0 Object Library (MSWord.olb)
Microsoft Office 11.0 Object Library (MSO.dll)
Microsoft Dialog Automation Objects (DlgObjs.dll)
具体一些功能,请查看源码示例。
-