G
Guy..L
I am trying to create an Anchor Window that contains a Windows.Form. I'm
using C#,.NET3.5,VS2008 and Visio SDK 2007. Now I've built the Anchor Bar
Form and Usage provided in the Samples and I thought I must be missing
something. So I tried the approach in the sample but this time using a Form
set up in the IDE.
The symptom is that I see the frame for the Anchor Window in both cases but
I cannot see anything inside, ie., the Form. On occasion when the
application loads up I can see the stencil entries in the sample example, but
then it disappears.
I read on another thread "AnchorWindow Addin" that the anchor window events
are not being passed on to the Form. That's nice and I understand it; but
how do I do it? The sample only hooks up the Load event and the Drag event.
How do I hook up all the events from the parent Anchor to the Form so I can
have my Form appear and work?
using C#,.NET3.5,VS2008 and Visio SDK 2007. Now I've built the Anchor Bar
Form and Usage provided in the Samples and I thought I must be missing
something. So I tried the approach in the sample but this time using a Form
set up in the IDE.
The symptom is that I see the frame for the Anchor Window in both cases but
I cannot see anything inside, ie., the Form. On occasion when the
application loads up I can see the stencil entries in the sample example, but
then it disappears.
I read on another thread "AnchorWindow Addin" that the anchor window events
are not being passed on to the Form. That's nice and I understand it; but
how do I do it? The sample only hooks up the Load event and the Drag event.
How do I hook up all the events from the parent Anchor to the Form so I can
have my Form appear and work?