中不执行任何操作

中不执行任何操作

本文介绍了SaveDialog.Execute 在 Windows 7 中不执行任何操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Windows 7 上的 Delphi 2007 对 saveDialog.Execute 调用没有任何作用.几周前我看到另一个人提到了这一点,但它是在 Borland c++ 中.

Delphi 2007 on windows 7 just does nothing on the saveDialog.Execute call. I have seen another person mention this a few weeks back but it was with Borland c++.

推荐答案

查看 embarcadero 新闻组.

通过删除可执行文件名解决了问题"HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage 文件执行选项"

Problem there was resolved by deleting the executable name from"HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options"

这篇关于SaveDialog.Execute 在 Windows 7 中不执行任何操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 08:05