B
Brian Webb
I'm using the ActiveX control in a .Net windows form and am trying to get my own mouse cursor to show up so that our users will have visual feedback that they need to select an object
Just as a test, I put the following line of code in the visApp_MouseMove event
visDwgControl.Cursor.Current = Cursors.Cros
The cross cursor flashes on the screen when you move the mouse and you do see it when you pick a selection window but I think it should stay as the cross always
Does anyone know how to do this some other way? Maybe in a VSL or some other windows API
Thanks
Brian
Just as a test, I put the following line of code in the visApp_MouseMove event
visDwgControl.Cursor.Current = Cursors.Cros
The cross cursor flashes on the screen when you move the mouse and you do see it when you pick a selection window but I think it should stay as the cross always
Does anyone know how to do this some other way? Maybe in a VSL or some other windows API
Thanks
Brian