Click here to Skip to main content
16,011,804 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to lock PC? Pin
Chad Koehler1-Oct-02 8:34
Chad Koehler1-Oct-02 8:34 
GeneralRe: how to lock PC? Pin
jmkhael1-Oct-02 8:44
jmkhael1-Oct-02 8:44 
AnswerRe: how to lock PC? Pin
Dimitri Rochette1-Oct-02 11:54
Dimitri Rochette1-Oct-02 11:54 
GeneralRe: how to lock PC? Pin
Patje2-Oct-02 21:32
Patje2-Oct-02 21:32 
Generaladding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek1-Oct-02 8:10
sussMariusz Popiolek1-Oct-02 8:10 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Stephane Rodriguez.1-Oct-02 8:28
Stephane Rodriguez.1-Oct-02 8:28 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek1-Oct-02 9:25
sussMariusz Popiolek1-Oct-02 9:25 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Stephane Rodriguez.1-Oct-02 9:47
Stephane Rodriguez.1-Oct-02 9:47 
Again, if you add anything to the core file format, then it must mean something to the associated application : what do you think Excel will say if you add your binary stuff in it ? GPF!

Ok, just to give a hint : Office documents are compound documents (ole storage). They use IStorage/IStream. Because IStorage acts like a folder, and IStream like a file, you could add internal folders inside a given compound document (then use DocFile viewer, one of the tools of VisualC++6.0 to see them). That's the only common thing between all office file formats. And of course, don't even dare to open such a modified document in Office.




sometimes it helps to look at the IL generated code
a MS guy on develop.com "answering" .NET issues
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek1-Oct-02 10:04
sussMariusz Popiolek1-Oct-02 10:04 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Stephane Rodriguez.1-Oct-02 18:45
Stephane Rodriguez.1-Oct-02 18:45 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek2-Oct-02 22:10
sussMariusz Popiolek2-Oct-02 22:10 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Stephane Rodriguez.3-Oct-02 3:14
Stephane Rodriguez.3-Oct-02 3:14 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek3-Oct-02 5:01
sussMariusz Popiolek3-Oct-02 5:01 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Stephane Rodriguez.3-Oct-02 5:41
Stephane Rodriguez.3-Oct-02 5:41 
GeneralRe: adding some information to Word&Excel files(97&2000 versions) Pin
Mariusz Popiolek3-Oct-02 9:28
sussMariusz Popiolek3-Oct-02 9:28 
GeneralNeed of a turorial Pin
Le centriste1-Oct-02 8:05
Le centriste1-Oct-02 8:05 
GeneralRe: Need of a turorial Pin
jmkhael1-Oct-02 8:15
jmkhael1-Oct-02 8:15 
GeneralRe: Need of a turorial Pin
Shog91-Oct-02 8:33
sitebuilderShog91-Oct-02 8:33 
GeneralRe: Need of a turorial Pin
Michael Dunn1-Oct-02 9:55
sitebuilderMichael Dunn1-Oct-02 9:55 
GeneralSize of 'enum' Pin
Ryan B.1-Oct-02 7:48
Ryan B.1-Oct-02 7:48 
GeneralRe: Size of 'enum' Pin
Ryan B.1-Oct-02 7:54
Ryan B.1-Oct-02 7:54 
GeneralRe: Size of 'enum' Pin
Ryan B.1-Oct-02 7:56
Ryan B.1-Oct-02 7:56 
GeneralRe: Size of 'enum' Pin
Ryan B.1-Oct-02 8:30
Ryan B.1-Oct-02 8:30 
GeneralRe: Size of 'enum' Pin
Anonymous2-Oct-02 3:29
Anonymous2-Oct-02 3:29 
QuestionHow do i set a Radio Button's state in with win32 api's? Pin
Anonymous1-Oct-02 7:35
Anonymous1-Oct-02 7:35 

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.