其实很简单的,只要在按钮生成的时候,为其添加一个确认的属性即可. 比如在一个页面中有一个ID为提交的按钮, 只需要在页面加载的时候,添加如下代码: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 提交.Attributes.Add("onClick", "return confi...[ 查看全文 ]
如何有效地使用对话框 译者:徐景周(原作:VGirish) Q:如何在对话框中加入工具条 在 OnInitDialog 中加入下面代码: BOOL CYourDlg::OnInitDialog(){ CDialog::OnInitDialog(); // Create the toolbar. To understand the meaning of the styles used, you // can take a look at the MSDN for the Create function of the CToolBar clas...[ 查看全文 ]