473,480 Members | 1,750 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Visio 2002 SaveAsWeb API

I am trying to use the SaveAsWeb-API of Visio 2002 to create html pages.
I am trying it like this but I think I am making a lot of mistakes concerning the COM-stuff:

VisSaveAsWeb web;
VisWebPageSettings webSettings;

this.web = new VisSaveAsWeb();
this.webSettings = (VisWebPageSettings)this.web.WebPageSettings;
this.webSettings.StartPage = 1;
this.webSettings.EndPage = 1;
this.webSettings.LongFileNames = 1;
this.webSettings.TargetPath = "c:\\visioTest.html";
this.web.CreatePages();

Has someone succeeded in using this API in C#?
Thanks for every little hint concerning this topic!!!

Greetings,
Tim.
Nov 15 '05 #1
0 1153

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1430
by: Jason | last post by:
Looking for the Patch for Visio Architect that fixes the wizard bug as detailed in Knowledge Base Article Q321145 FIX: Database Modeling Stops Responding While Refreshing SQL Data Source Can...
2
2467
by: Stefan Svensson | last post by:
I posted this request for help in Visio, troubleshooting newsgroup and Installation newsgroup, about 1,5 months ago but without result. "I recently installed Visio .NET Enterprise Architect 2003...
0
1481
by: Eli | last post by:
I'm developing a Visual Basic .Net app that interacts with Visio 2002. I have an event handler in VB to handle the Visio "SelectionChanged" event. This event handler is called when the event is...
2
1582
by: Joe | last post by:
I have Enterprise Architect VS 2002 AND Enterprise Architect VS 2003 installed. The problem is visio has married itelf to the 2002 version. How do you switch it to the VS 2003 install? I've...
2
6548
by: Hai Ly Hoang | last post by:
Hi, I want to open a visio drawing file (.vsd) from hardisk and get the list of all shape in that file ? How to do that ? Thank your very much ! Hai
3
2630
by: Roman S. Golubin1709176985 | last post by:
All how do you do! Who what cases uses for C# programming? I have an experience with Microsoft Visio several days. He has a problem with interface inheritance... óan who that other advise? ...
0
1098
by: ctjoumas | last post by:
I am trying to insert a Visio object into Microsoft Access so I can pop it onto a Crystal Report. However, with a regular insertion as a BLOB, it will show up in text in Access as "Long binary...
4
2593
by: Reddy | last post by:
Hi, Can anyone show me how to generate classes from viso(.vsd) class diagram using MS Visual Studio.NET 2003 Thanks in advance, Srinivas
1
1344
by: Ashley Bryant | last post by:
I have a web application built in ASP 3.0 that uses data from SQL Server 2000 to generate Visio 2002 drawings, save the drawings to a file on the webserver and then send that file to the browser. ...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6741
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4783
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4485
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2997
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
183
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.