 |
|
 |
Hi... How to insert a image on word document.
Tks.
Omar
|
|
|
|
 |
|
 |
Any idea how can I append some text to a .doc file?
Thank you very much...
|
|
|
|
 |
|
 |
Is it possible?
Any help will be grateful using only W32 api.
Thanks.
joaocarlos@tempest.com.br
|
|
|
|
 |
|
 |
It possible to do OLE Automation, but it is really hard. I have done it before. You must know the basic COM stuffs really well to this stuffs. It is better of you uses MFC.
Mike
|
|
|
|
 |
|
|
 |
|
 |
It could help... if I could read German
Maybe someone can TRANSLATE this?
Thanks anyway
Alex
|
|
|
|
 |
|
 |
I have problems with WordXP when i try to compile it...
1. the SaveAs Function needs more/less than 11
parameters
2. the Document.Open(...) Function needs more/less
than 10 Parameters...
maybe you can help me...
|
|
|
|
 |
|
 |
Hi, can anyone point me to a tight naming convention for what MS Word allows regarding bookmark names, or list of chars that produce issues when used?
|
|
|
|
 |
|
 |
Running error on Win2k Advanced Server,why?
Oscar Kosan
master@mail.hz.zj.cn
|
|
|
|
 |
|
 |
Can I get the documentation of / more info abt these classes _Application, Documents, Range, Find,...etc. I just want to do more with this.
Can u pls help me.
thanx in advance
Mahesh
|
|
|
|
 |
|
 |
here[^]
"It is better to remain silent and be thought a fool than to open one's mouth and remove all doubt." - Abraham Lincoln
|
|
|
|
 |
|
 |
Not working on win2k ======================= let's code !
|
|
|
|
 |
|
|
 |
|
 |
Yep, its possible to automate word in .NET (say C# or VB.NET) to generate reports.
Also, if you are interested in creating Word documents in .NET, you might want to look at WordReports at www.jisys.com
Hope that helps with what you are looking for.
Jisys DevTeam
Visit: www.jisys.com
WordReports - Create .NET reports in 3 lines of code - Developer component to replace Word automation.
|
|
|
|
 |
|
 |
This site is for free help, not for you to spam threads trying to sell a product that is clearly not worth $99 - code like this can be written easily if need be.
If you look at the internet simple code like yours is freely available.
Please do not spam these boards, with artificial advertising of your company and products.
Regards
paul
|
|
|
|
 |
|
 |
The demo project is missing some files. I get the following error message while trying to build:
Compiling resources...
C:\dev\wordapp\Word1.rc(208) : fatal error RC1015: cannot open include file 'res\Word1.rc2'.
Error executing rc.exe.
The .ico file also appears to be missing.
It looks like you built the demo project with Word97. You should probably indicate that at the beginning so that people don't try to build it with Word 2000 and then get frustrated that it doesn't work. Also, the line that says "Select the file MSWORD*.OLD, where ....", shouldn't it be .olb and not .old?
Just a few pointers.
Best Regards,
-Matt
p.s. I'm sure you probably already know this, but there is info on MSDN at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffdev/html/vsofficedev.asp
Just use Ctrl-F to search within the page for "Microsoft Word Automation". There are some good examples in there.
|
|
|
|
 |