DataNavigator does not show up in toolbox

Hi,

I am testing VSTO in VS .NET 2005 beta 2.
I am working on a Word project.
When I right-click on the toolbox, select 'Choose items' and add the DataNavigator control, the control does not show up in any of the toolbox's tabs.
Adding the control in code works fine.
Any suggestion?

[304 byte] By [pnunbe] at [2008-2-4]
# 1
Hi,

VSTO does not support BindingNavigator (DataNavigator) control, so it does not show up in Toolbox.

You could use the control in user control and put the user control in actions pane though.

Hope this helps,
Mei

MeiLiang at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Thanks!
pnunbe at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...