A message box is used to provide information to the user or to request a decision (from the user). By clicking the button or one of the buttons (if the message box displays more than one), the user makes a decision and the program continues. Message boxes are created from built-in fu...
ShowException (Delphi) Description In addition to displaying the exception message, which happens by default, the following code shuts down the application when an exception is not caught and handled. AppException should be declared a method of TForm1....
好像是说delphi不能在onshow或onhide事件中改变visible属性 可以把出错的代码发上来吗?你是不是在这两个事件中改变了控件的visible属性呢?
摘要: 介绍了语音功能的基本概念,讨论了开发具有语音控制功能应用程序的条件和步骤.并用Delphi实现了一个基于微软SAPI的语音控制应用程序,此程序可以用方便的扩展以实现更多语音控制功能.关键词:语音识别 SAPI XML 自动化 对象 DOI: 10.3969/j.issn.1008-0570.2006.07.009 被引量: 18 ...
我在Delphi2006IDE上遇到了一个非常奇怪的问题。 如果IDE被最小化,并且PC被锁定。我返回到pc,解锁它并最大化集成开发环境,我有时会得到错误“无法更改在OnShow或OnHide中可见”。 如果发生这种情况,我必须用任务管理器终止IDE。 有没有人有同样的问题?如果可能的话,解决方案是什么? 我怀疑其中涉及到一些第三方组...
Delphi4.0下TeeChart控件的编程方法 摘要: 本文在介绍面向Windows的编程语言Delphi4.0的基础上,重点介绍了Delphi4.0中VCL库的一个重要控件TeeChart控件的编程方法,并通过实例给出了一个具体的实现过程。 罗强[1],李小琼[2] - 《长沙大学学报》 被引量: 6发表: 1999年 使用Chart控件实现生理信号的实时显示 针对生理...
最近在查找隐藏桌面窗口的方法,目前只查到用ShowWindow和SendMessage这两个方法。ShowWindow: nCmdShow:指定窗口如何显示。如果发送应用程序的程序提供了STARTUPINFO结构,则应用程序第一次调用ShowWindow时该参数被忽略。否则,在第一次调用ShowWindow函数时,该值应为在函数WinMain中nCmdShow参数。在随后的调用中,该参数...
C# Retrieve the Expiry date of the user in Active Directory C# Setting a window to always on bottom C# will not let me use a pointer and the code it not with with out one C# - change windows color scheme C# - How do you send message from server to clients C# - 'Using' & 'SQLCo...
procedure TFLogin.btn2Click(Sender: TObject); begin if MessageDlg('确定要退出?',mtConfirmation,[mbYes,mbNo],0)=mryes then begin Self.ModalResult:=mrCancel; //关闭窗体 Application.Terminate; //结束程序 end else Self.ModalResult:=0; //停留在登陆窗口 end; 登录窗体,登陆成功判断并修改modalresul...
Email Account configuration exporter is an ActiveX/COM library, which let's you work with Outlook and Outlook Express email account configuration in VB script/JScript and other programming languages (t-SQL, C++, VBA, php, c#, Delphi...). You can create POP3, IMAP and HTTP email configuration...