Click here to Skip to main content
15,913,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: running windows application from Command prompt Pin
mrlou8829-Oct-04 4:04
mrlou8829-Oct-04 4:04 
GeneralRe: running windows application from Command prompt Pin
Anonymous30-Oct-04 2:55
Anonymous30-Oct-04 2:55 
GeneralMDI app and hosted controls Pin
ewan29-Oct-04 1:24
ewan29-Oct-04 1:24 
GeneralRe: MDI app and hosted controls Pin
LongRange.Shooter29-Oct-04 2:50
LongRange.Shooter29-Oct-04 2:50 
GeneralRe: MDI app and hosted controls Pin
ewan29-Oct-04 3:49
ewan29-Oct-04 3:49 
GeneralRe: MDI app and hosted controls Pin
LongRange.Shooter29-Oct-04 6:42
LongRange.Shooter29-Oct-04 6:42 
GeneralRe: MDI app and hosted controls Pin
Dave Kreskowiak29-Oct-04 5:05
mveDave Kreskowiak29-Oct-04 5:05 
GeneralGetting properties of a MS Word file Pin
Weckmann29-Oct-04 1:09
Weckmann29-Oct-04 1:09 
I want to read the properties of a MS Word file (like author, comments...) and I found two solutions:
- by starting a word application class
- by using the system32.dll

The problem with the first solution is that it uses a lot of ressources and takes quiet a bit of time (you actually open up the whole MS Word Software only to get some properties).

The problem with the second solution is that it doesnt work on Win2k or lower. It only works with WinXP or higher. The system32.dll of Win2k or below only gets the file size and creation dates and other properties but none of all those other MS Word specific properties.

So can anyone give me a hint how to get those properties on Win2k without opening a word application?

Thanks for any hints!

Bertram Weckmann
GeneralSize assignment to a control Pin
eDip29-Oct-04 0:07
eDip29-Oct-04 0:07 
GeneralRe: Size assignment to a control Pin
Stanciu Vlad29-Oct-04 4:49
Stanciu Vlad29-Oct-04 4:49 
GeneralRe: Size assignment to a control Pin
Dave Kreskowiak29-Oct-04 4:54
mveDave Kreskowiak29-Oct-04 4:54 
GeneralRe: Size assignment to a control Pin
Ketty Avashia29-Oct-04 9:45
Ketty Avashia29-Oct-04 9:45 
GeneralPrint RichTextBox Docs... Pin
Zamolxes28-Oct-04 23:56
Zamolxes28-Oct-04 23:56 
GeneralRe: Print RichTextBox Docs... Pin
sreejith ss nair29-Oct-04 4:44
sreejith ss nair29-Oct-04 4:44 
GeneralRe: Print RichTextBox Docs... Pin
Dave Kreskowiak29-Oct-04 4:49
mveDave Kreskowiak29-Oct-04 4:49 
Generalpixel matrix and neural network Pin
Phu Nguyen Si28-Oct-04 22:01
Phu Nguyen Si28-Oct-04 22:01 
GeneralInteresting error Pin
StephenMcAllister28-Oct-04 21:28
StephenMcAllister28-Oct-04 21:28 
GeneralRe: Interesting error Pin
Stanciu Vlad29-Oct-04 4:46
Stanciu Vlad29-Oct-04 4:46 
GeneralRe: Deployment Project Pin
Dave Kreskowiak29-Oct-04 4:40
mveDave Kreskowiak29-Oct-04 4:40 
QuestionHow to do this in C#? Pin
momer28-Oct-04 20:58
momer28-Oct-04 20:58 
AnswerRe: How to do this in C#? Pin
Daniel Turini28-Oct-04 21:31
Daniel Turini28-Oct-04 21:31 
QuestionHow to suspend a process in c# Pin
mendi_198328-Oct-04 20:21
mendi_198328-Oct-04 20:21 
AnswerRe: How to suspend a process in c# Pin
Dave Kreskowiak29-Oct-04 4:37
mveDave Kreskowiak29-Oct-04 4:37 
AnswerRe: How to suspend a process in c# Pin
Alvaro Mendez29-Oct-04 5:20
Alvaro Mendez29-Oct-04 5:20 
Generaladdress of an object reference variable in C# Pin
Diana Fernandez28-Oct-04 20:16
Diana Fernandez28-Oct-04 20:16 

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.