Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了流程并启动了帮助文件
Process help = new Process(); help.StartInfo.FileName = "C:\MyProjects\comp\help_eng.hlp"; help.Start();
但是,这个帮助文件显示的是topform;例如我需要打开一个文件夹,但它总是在这个进程下。你能告诉我,如何使进程“普通”吗?- 它不应该是最上面的!
默认情况下它不应该在顶部,打开 .hlp 文件并查看其“始终在顶部”是否设置在选项菜单下(这是每个文件的设置)。
默认情况下它是关闭的,但是可以编译 .hlp 来启用它。
(除非用户下载了 winhlp32,否则 .hlp 文件也不会在 vista/win7 上打开)