Looking for a piece of VBA code to move the mouse cursor to xy drawing coordinate (say 100,100) within Micro station.
Microstation version: Power inroads V8i SS4
many thanks,
Vinoth Joseph
You could use the following method http://imgur.com/a/ry0A9 Ex: ActiveDesignFile.Views(1).GetPixelPosition(p, False)
Then you can use SetCursorPos http://pinvoke.net/default.aspx/user32.SetCursorPosYou may run into some issues with multiple monitors, but that may be the best you can do.