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")
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)