473,770 Members | 1,880 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Structured files in VS 2005

Is there a way to create structured files in .NET 2.0? Essentially, I
want to take a hierarchic web site and convert it to a single,
navigatable file similar to the compiled help, but using my own
extention and not the standard .chm.
--
Gregory Gadow
Feb 6 '06 #1
3 1279
Gregory,

What is for you a "structured file" ?

This text is probably used in thousand different ways.

Cor
Feb 7 '06 #2
"Cor Ligthert [MVP]" wrote:
Gregory,

What is for you a "structured file" ?

This text is probably used in thousand different ways.


Microsoft had a technology that allowed a programmer to create a tree
structure of nodes and leaves within a single file. You navigated the
tree using a syntax similar to the one used to navigate a directory
hierarchy. Data was compressed "on the fly"; you could retrieve a leaf
within the structure without having to decompress the entire file.

Ultimately, I am looking to create a compressed file consisting of pages
in an ebook. I could use XML, but that brings up issues I would rather
not deal with, such as the overhead of XML code, compression and
encryption issues.
--
Gregory Gadow
Feb 7 '06 #3
Gregory,
Are you referring to COM Structured Storage?

http://msdn.microsoft.com/library/de...start_page.asp

Or WinFX Package:

http://windowssdk.msdn.microsoft.com..._Packaging.asp

http://windowssdk.msdn.microsoft.com...ng_Package.asp

NOTE: a common WinFX package is simply a ZIP file (the ZipPackage)...
However developers could introduce other Package types, such as a COM
Structured Storage Package or a CAB Package.
Or possibly a CAB file:

http://msdn.microsoft.com/library/de...html/cabdl.asp

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Gregory Gadow" <te******@serv. net> wrote in message
news:43******** *******@serv.ne t...
| "Cor Ligthert [MVP]" wrote:
|
| > Gregory,
| >
| > What is for you a "structured file" ?
| >
| > This text is probably used in thousand different ways.
|
| Microsoft had a technology that allowed a programmer to create a tree
| structure of nodes and leaves within a single file. You navigated the
| tree using a syntax similar to the one used to navigate a directory
| hierarchy. Data was compressed "on the fly"; you could retrieve a leaf
| within the structure without having to decompress the entire file.
|
| Ultimately, I am looking to create a compressed file consisting of pages
| in an ebook. I could use XML, but that brings up issues I would rather
| not deal with, such as the overhead of XML code, compression and
| encryption issues.
| --
| Gregory Gadow
|
|
Feb 8 '06 #4

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

Similar topics

3
1246
by: Sean McIlroy | last post by:
I'm dealing with XML files in which there are lots of tags of the following form: <a><b>x</b><c>y</c></a> (all of these letters are being used as 'metalinguistic variables') Not all of the tags in the file are of that form, but that's the only type of tag I'm interested in. (For the insatiably curious, I'm talking about a conversation log from MSN Messenger.) What I need to do is to pull out all the x's and y's in a form I can use. In...
3
457
by: Edmond Neo | last post by:
I use structured storage to store large amounts of data in various streams. I realize that I can call structured storage through a wrapper in .NET, but I'm concerned that there is a performance issue if large amounts of data are passed through the wrapper Does anyone know what is the peformance penalty of writing streams via a wrapper to the Structured Storage COM object? Does .NET intend to support Structured Storage natively instead of...
3
2031
by: _link98 | last post by:
Running DB2 ESE V8.1.8 on WinXP. This is Fixpak 8. Have a structured-type and some methods for that type. One of my methods needs to do insert / update on tables. The type specification includes "LANGUAGE SQL...CONTAINS SQL". But I get SQL0374N "The MODIFIES SQL DATA clause has not been specified for the CREATE FUNCTION statement for LANGUAGE function..."
3
1808
by: HALLES | last post by:
HELLO ! in upper case: i mean to be heard ;o) Compilers are good ! Myself, i used TP6 and TP7 to work on dBASE V files, once ... a long time ago. I was unaware of Internet Usenet world, fool of me !
4
7315
by: David Groves | last post by:
Are there any plans to incorporate a native C# facility to deal with the OLE Structured Storage concept? It's clumsy at best to have to construct a C++ interface to the .doc files (or any such files by any suffix), when Microsoft uses the concept in most, if not all, of their other products. "Just how hard could it be?" he asks, knowing that 'hard' is a relative concept. -- David Groves Thermo Finnigan--AID
3
9005
by: Dwight | last post by:
I need to be able to read and create Structured Storage Files. I have not been able to find anything about this except for C++, which I do not know. currently i'm using a DOC viewer (eDoc) just to view them. But I need to do this programatically. Could anyone point me to a place where I can find info on how to achieve this? Sybari has content filter lists that are stored in DOC files and I need to be able to manage them.
2
2660
by: ERE | last post by:
I'd like to encapsulate several files -- mostly graphics files -- as a single file. Does .NET provide a convenient way to do this? COM provided structured storage -- but I definitely don't want to go there! Thanks, Dan
2
3232
by: Wes Peters | last post by:
Does anyone know of an article that deals with the subject of reading a structured text file using VBA code in Access? Thanks, Wes
1
9642
AmberJain
by: AmberJain | last post by:
HELLO, First of all, I accept that this is a too simple question but I got different opinions in different books and so I'm posting it here...... The question is simple.....Is C a block structured language? But the answers by different authors differ like a pendulum (some say YES while others say NO to this question) For example.........
0
9617
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10257
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10037
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9904
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8931
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
3
2849
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.