S
Stumple
Hi,
I have created my own cut/copy/paste for visio.
Sometimes, when I try to cut a selection the entire application hangs and I
have to close it and restart.
This is the code I use:
Selection cutCopyPasteSelection = null;
this.cutCopyPasteSelection = visioCtl.Window.Selection;
this.cutCopyPasteSelection.Cut(VisCutCopyPasteCodes.visCopyPasteNormal);
Sometimes this code does work, so it doesn't always hang. Am I doing the
cut wrong? I copied the code from the sample in the documentation.
Thank you.
I have created my own cut/copy/paste for visio.
Sometimes, when I try to cut a selection the entire application hangs and I
have to close it and restart.
This is the code I use:
Selection cutCopyPasteSelection = null;
this.cutCopyPasteSelection = visioCtl.Window.Selection;
this.cutCopyPasteSelection.Cut(VisCutCopyPasteCodes.visCopyPasteNormal);
Sometimes this code does work, so it doesn't always hang. Am I doing the
cut wrong? I copied the code from the sample in the documentation.
Thank you.