怎么用.net程序启动word

怎么用.net程序启动word,第1张

先访问注册表,链拦桐得棚坦到执行文件路径

Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.LocalMachine.OpenSubKey( @"SOFTWARE\Microsoft\衡清Windows\CurrentVersion\App Paths\Winword.exe" )

if ( key != null )

{

try

{

System.Diagnostics.Process.Start( key.GetValue( "Path" ) + "Winword.exe" )

}

catch ( System.ComponentModel.Win32Exception ex )

{

Console.WriteLine( ex.Message )

}

}

'chm文件放羡链正在兄悔bin文件夹下:

'button按钮下唤简:

Help.ShowHelp(Me, Application.StartupPath &"\10.chm")


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12264976.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存