Disable Hyperlinks (Ctrl+K) Window

M

Michael

Hello,

I made my own widows form for selecting a path to a file on a server. The
thing is that the Default Hyperlinks window still works too (by pressing
Ctrl+K). Is there a way to disable the default Visio Hyperlinks Window.

I tried this with the DrawingControl method "_PreviewKeyDown" with "if
((e.KeyCode == Keys.K) && (e.Control == true))"

And then have it show my own hyperlinks form, this worked, it showed my
window and not the default window. Though this also edits the selected shapes
text to "k". Any ideas how to solve this?

Thanks...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top