用代码实现文本朗读
using System.Speech.Synthesis;
SpeechSynthesizer sSpeechSynthesizer = new SpeechSynthesizer();
sSpeechSynthesizer .Speak("化肥会挥发!!!");
注:xp不支持中文
如何获取程序当前目录
System.IO.Path.GetDirectoryName(Application.ExecutablePath) ;
1.c#中得到相对路径
(new FileInfo(Assembly.GetExecutingAssembly().Location.ToString())).DirectoryName;
2.c#得到当前运行cad文件保存路径
Application.GetSystemVariable("DwgPrefix").ToString();
3.c#得到cad可搜索路径中某一文件的全路径
HostApplicationServices.Current.FindFile("LandUse.mdb", Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Database, FindFileHint.Default);
4.c#获取当前运行AutoCAD的路径
Process.GetCurrentProcess().MainModule.FileName;
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步