VBnet如何实现CAD中的AcEdInputPointMonitor提示信息功能

AcEdInputPointMonitor在C++中可以实现鼠标提示的功能,如何能在VBNET中实现呢

一样的,vb.net有 tooltips 控件,配合 mousemove 事件可以实现类似的功能。