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.
我正在使用 Visual Studio 2010 创建一个 MapPoint 加载项。我希望它在 MapPoint 状态栏上写一些日志消息,让用户知道它在做什么。是否可以?在参考状态栏中甚至没有提到它。谢谢!
文档非常完整。它没有被覆盖的原因是状态栏没有被 API 暴露。
唯一的方法是尝试捕获 Windows 消息,并直接操作状态栏控件。从安全的角度来看,这绝对是不受欢迎的,并且被 Vista 和 Win7 “禁止”。它也没有记录,很容易被新版本的 MapPoint 破坏。
工具栏可访问性是类似的,并且是经常要求的功能。您可以打开/关闭工具栏,但不能添加自己的按钮。