what activeX in VB?

S

swing

I'd like to develop an VB program with VISIO functionality, if I add components to my VB project I see only "Drawing Control" of Microsoft Visio referement ... Are there others components to add-in in VB project?
 
S

soso

In VB .NET it shows up as a "Microsoft Visio 11.0 drawing Control"

Thank you,
soso.

swing said:
I'd like to develop an VB program with VISIO functionality, if I add
components to my VB project I see only "Drawing Control" of Microsoft Visio
referement ... Are there others components to add-in in VB project?
 
M

Mai-lan [MS]

Hi, there: The Winforms editor for Visual Studio.NET doesn't allow for
standard OLE2 menu merging. You'll have to use IOleCommandTarget. There is
an article on MSDN that talks about this topic at:
http://www.msdn.microsoft.com/offic.../odc_vsprogrammingwithvisioactivexcontrol.asp

Thanks,
Mai-lan
Microsoft Corp.
swing said:
I've seen that, but inVB.net I don't know how show toolbar and menu... I
set to TRUE the "negotiateMenus" and "negotiateToolbar" but I don't see
controls...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top