[RESOLVED] Opening corresponding vsd file from vbIde
i simple want when user will click visio icon from the vbIDE.The corresponding Visio File Should
Open.means for FrmpurchaseOrder if there is any Purchaseorder.vsd .it should open at click.
Kindly let me know the idea.Any help would be highly appreciated.Kindly find the attachment also.
Re: Opening corresponding vsd file from vbIde
You can SHELL() any app. If you can have Visio load a file, you can create a command to open both
Re: Opening corresponding vsd file from vbIde
Find the command parameter list for VISIO (check online first)
if you can enter on the command line, things will SHELL() the same way.
Code:
visio.exe MyFile.vsd
I have Visio 14 (from Office 2010) so I can't help with details that would work with old versions
Re: Opening corresponding vsd file from vbIde
Doesn't have much to do with VB6, though.
Re: Opening corresponding vsd file from vbIde
You should be able to use SHELL() to open the .VSD file, with no other parameters. If you use ShellExecute(), you can specify the program to open the file with. Visio should be the default in this case
Re: Opening corresponding vsd file from vbIde
Put in your Installation disk, and BROWSE for the file. It's part of Visio
Re: Opening corresponding vsd file from vbIde
Contact MS support by phone
- installation / upgrade issues are usually no charge
Re: [RESOLVED] Opening corresponding vsd file from vbIde
If it's locked to the grid size, then either change that, or unlock it.
This isn't really VB6, either
Re: [RESOLVED] Opening corresponding vsd file from vbIde
Control-Click lets you select multiple items, but you still have to follow the grid, or unlock it
Re: [RESOLVED] Opening corresponding vsd file from vbIde
Press F1 for HELP, or choose it from the menu. In the search box, type GRID, and find the information that you need. I usually leave the defaults.
Re: [RESOLVED] Opening corresponding vsd file from vbIde
I don't know. Maybe someone else does. Plus, you marked this thread as RESOLVED. You can remove it, if there are related question in the future
Re: Opening corresponding vsd file from vbIde
Thread is no longer marked as resolved. That can only be done by a moderator ;)
JeffB
Re: Opening corresponding vsd file from vbIde
No such thing as trial purchase. You might be able to download a version that runs for 30 days, but I don't know. If you have Office Ultimate 2007, you get it automatically
Re: Opening corresponding vsd file from vbIde
Erase them, and draw them again?
Re: [RESOLVED] Opening corresponding vsd file from vbIde