gpt4 book ai didi

c# - 如何从 VS Lightswitch 中的按钮打开 chm 文件

转载 作者:太空宇宙 更新时间:2023-11-03 16:30:55 25 4
gpt4 key购买 nike

我需要在按钮的 can_execute() 方法 中放入什么样的代码才能打开我为我的 lightswitch 应用程序制作的 .chm 帮助文件,我如何确保即使在之后发布整个应用程序... .chm 文件会自动传输到用户的计算机中并保留在正确的目录中? .....谢谢!

 partial void Help_Execute()
{
// Write your code here.

if (AutomationFactory.IsAvailable)
{
dynamic shell = AutomationFactory.CreateObject("Shell.Application");
shell.ShellExecute("C:/Users/Thuto/Documents/Visual Studio 2010/Projects/ElectricalContructors/ElectricalContructors/Client/Resources/SparkHelpDocumentation.chm", "", "", "open", 1);
}
else
{
this.ShowMessageBox("Automation not available");
}

}

经过一个小时的尝试寻找更好的方法后,我尝试了这个并且它起作用了,但我想知道这样做的正确方法,谢谢!

最佳答案

这是一篇关于在客户端制作图像嵌入资源的文章。我没有用 .chm 尝试过,但我不明白为什么它不起作用。

http://blogs.msdn.com/b/bethmassi/archive/2011/06/15/adding-static-images-and-text-on-a-lightswitch-screen.aspx

关于c# - 如何从 VS Lightswitch 中的按钮打开 chm 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10784442/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com