用c# builder做asp.net应用程序时如何定义DialgResult?(10分)

G

gxpcw

Unregistered / Unconfirmed
GUEST, unregistred user!
private void button1_Click(object sender, System.EventArgs e)
{
String Message = "对不起,您的用户名/密码不正确,请重新输入!";
String Caption = "信息提示";
DialogResult Result;
...........
运行时出现错误:Undeclared identifier DialogResult
不知如何处理,请指教. 
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
顶部