K
Kannan.M.R
Hi,
I am using with visio activex control in windows forms. I am trying to hide the shape search window in the stencil pane. I found this line of code in msdn,
windows(1).ItemAtID(visio.viswinidshapesearch).visible = false.
This piece of code says that we can hide the shape search window in the stencil pane. But since i am using c#, i am not able to use the above piece of code. This is because "windows" is supposed to be a class and not an object. Please guide me as to what can be done.
Kannan
I am using with visio activex control in windows forms. I am trying to hide the shape search window in the stencil pane. I found this line of code in msdn,
windows(1).ItemAtID(visio.viswinidshapesearch).visible = false.
This piece of code says that we can hide the shape search window in the stencil pane. But since i am using c#, i am not able to use the above piece of code. This is because "windows" is supposed to be a class and not an object. Please guide me as to what can be done.
Kannan