Click here to Skip to main content
16,007,443 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A Simple Question about File Status Pin
24-Aug-01 3:21
suss24-Aug-01 3:21 
GeneralA simple question about drag-drop Pin
Maer72721-Aug-01 22:31
Maer72721-Aug-01 22:31 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:27
Maer72721-Aug-01 22:27 
GeneralRe: A Question About Pin
Derek Waters22-Aug-01 13:34
Derek Waters22-Aug-01 13:34 
GeneralRe: A Question About Pin
Maer72722-Aug-01 20:08
Maer72722-Aug-01 20:08 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:24
Maer72721-Aug-01 22:24 
QuestionHow to toggled on the Numlock key on Windows 98? Pin
Maer72721-Aug-01 22:23
Maer72721-Aug-01 22:23 
GeneralA Simple Question About Compound File and structured storage Pin
Maer72721-Aug-01 22:22
Maer72721-Aug-01 22:22 
I have read some articles about the benifits of the Compound File and structured storage. In my opinions, I think one of the benifits of the Compound File is that we can load only a part of the whole document that we need and not have to load all part of the document. It saves a lot of time and simplified the programming.

In the Container Application, the functionality is very clear. For example, suppose a CxxxDocument that contain several bitmaps, we can only load the right one that we want to edit by activating the item from the representation chart. The memory only load the exact part of the document.

I have used the VC++ Debug Tools to trace the MFC source codes of it. I find out the MFC Framework use a linklist data structure to store and load the OLE Items from the document.

But in the with Server Application, the functionality is not very clear. I also trace the MFC source codes. I find out the server document also use a linklist data struture to store and load Server Items. If we use "embed" tactic, there will be only one node in the linklist. If we use "link" tactic, there can be more nodes in the linklist.

It is well known that the Compound File can contain items and use them individually like the document of container application containing OLE items in the linklist.

So my question is: Since the document of the server application is Compound-File enabled, the document also can contain items to manipulate. Are the objects of class COleServerItem the items that we can use structured stroage tactic to manipulate(like the OLE items in the container's document)? Are they built on the basis of COM? Or are they only pure ordinary data streams in the document and these kind of objects can not be manipulaite individually.




GeneralA Simple Question About ActiveX on Internet Pin
Maer72721-Aug-01 22:19
Maer72721-Aug-01 22:19 
GeneralRe: A Simple Question About ActiveX on Internet Pin
Derek Waters22-Aug-01 13:41
Derek Waters22-Aug-01 13:41 
GeneralRe: A Simple Question About ActiveX on Internet Pin
Maer72722-Aug-01 20:01
Maer72722-Aug-01 20:01 
QuestionHow to convert ip address to www address? Pin
Maer72721-Aug-01 22:17
Maer72721-Aug-01 22:17 
AnswerRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 1:08
markkuk22-Aug-01 1:08 
GeneralRe: How to convert ip address to www address? Pin
Maer72722-Aug-01 6:29
Maer72722-Aug-01 6:29 
GeneralRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 20:55
markkuk22-Aug-01 20:55 
GeneralRe: How to convert ip address to www address? Pin
Maer72723-Aug-01 4:47
Maer72723-Aug-01 4:47 
GeneralRe: How to convert ip address to www address? Pin
markkuk23-Aug-01 21:03
markkuk23-Aug-01 21:03 
GeneralRe: How to convert ip address to www address? Pin
Maer72724-Aug-01 3:08
Maer72724-Aug-01 3:08 
GeneralRecieve commands from CEdit popup menu Pin
21-Aug-01 20:59
suss21-Aug-01 20:59 
GeneralRe: Recieve commands from CEdit popup menu Pin
Tomasz Sowinski22-Aug-01 0:17
Tomasz Sowinski22-Aug-01 0:17 
GeneralNumeric type conversion Pin
Jimmy Ehrnström21-Aug-01 20:39
Jimmy Ehrnström21-Aug-01 20:39 
GeneralRe: Numeric type conversion Pin
22-Aug-01 7:31
suss22-Aug-01 7:31 
QuestionHow "Window" menu works Pin
21-Aug-01 19:34
suss21-Aug-01 19:34 
AnswerRe: How Pin
Tomasz Sowinski21-Aug-01 23:40
Tomasz Sowinski21-Aug-01 23:40 
GeneralCustom buttons in title bar Pin
marutis21-Aug-01 19:27
marutis21-Aug-01 19:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.