How to Embedding Visio ?

jigujigu

Member
Joined
Sep 26, 2009
Messages
5
Programming Experience
Beginner
hi.all

how to Embedding visio to VB.net ?

or any component can easy embeded to vb.net ???


thank's
Jigu
 
Last edited:
i mean, i wanna open, edit and view the visio file in my vb.net application..

i also wanna to know how many object in the visio file,.. example : i wanna know how many chair and desk in the image, and wanna to know where is there position ?, and wanna change the color of chair from black to red.

or do you have any other ide, to do that ???

sorry my english is not good

thank's very much ....

Jigu
 
I've never tried it but, as long as Visio is installed, I think you should be able to use a WebBrowser control to host a file. It works with Word and Excel but Viso is newer to the Office family so maybe not.

If you want to do it without Visio installed then you would have to use a third-party component. There couldn't be many available so a web search would be your best bet.
 
Something I found here might be what your looking for, sorry it is in C#.
Cool. Just note that, again, that will require Visio to be installed on the target machine because you cannot distribute the ActiveX control on its own. Also, note that that is the same ActiveX control that would get automatically embedded in a WebBrowser control.
 
hi. all

thank's to jmcilhinney and newguy

"Something I found here might be what your looking for, sorry it is in C#."

yes.. this is like what i want.

but how to find how many circle with specific diameter value. ??

where i can get more information : like how to add chair, desk, etc.etc ??

i already try googling but nothing is found, maybe the keyword i use is not correct.

bye
Jigu
 
Back
Top