D
David
i'm working on an add-in of visio 2003 in VB2008. i want to add some
controls. after searching the internet i realized that i can build a
User Control (right click on the project's name and then Add->User
Control) by the graphical controls on the left side of the screen. it
seems much more comfortable than creating the whole task pane with
code only. the problem is that what i saw worked only for the add-in
of Excel 2007 (by using the command Me.CustomTaskPanes.Add(New
UserControl1(),""))
unfortunatelly the add-in of visio 2003 doesn't even know the field
CustomTaskPanes.
is there any way to add the graphical UserControl to visio 2003?
maybe there's a different command which gets a parameter of type
Control? (i didn't find one)
hope anyone can help
thanks in advance
David
controls. after searching the internet i realized that i can build a
User Control (right click on the project's name and then Add->User
Control) by the graphical controls on the left side of the screen. it
seems much more comfortable than creating the whole task pane with
code only. the problem is that what i saw worked only for the add-in
of Excel 2007 (by using the command Me.CustomTaskPanes.Add(New
UserControl1(),""))
unfortunatelly the add-in of visio 2003 doesn't even know the field
CustomTaskPanes.
is there any way to add the graphical UserControl to visio 2003?
maybe there's a different command which gets a parameter of type
Control? (i didn't find one)
hope anyone can help
thanks in advance
David