| Thread | Last Post | Replies |
|
| Protected Forms and VBA events | 01 Nov 2005 15:36 GMT | 3 |
I've got a VC++ component that opens Word and creates a new document based on a user specified document template. The DDE fields in the document template are then merged with data from our database. With one customer they use protected forms which won't allow the
|
| Macro shortcut keys | 01 Nov 2005 14:59 GMT | 1 |
How can I determine and/or change the shortcut key that was assigned to a macro at the time it was recorded?
|
| File Location | 01 Nov 2005 14:19 GMT | 2 |
Word VBA Help gives the following example for the EOF function. Sub Test() Dim InputData Open "MYFILE" For Input As #1 ' Open file for input.
|
| Why the PDF file is bigger than .DOC file when converted programmatically | 01 Nov 2005 13:50 GMT | 1 |
I am using Acrobat 4.0.1 and I am converting the MS-WORD doc file into .PDF file by VBA. The code works but my problem is when I tried to check the size of the converted .PDF file it is 138 kb whereas when I saved the same document by .DOC file it is only 19 kb . How come the
|
| File directory in a listbox | 01 Nov 2005 11:07 GMT | 2 |
I am trying to reproduce a custom open file box out of WP6. I have a form with two list boxes. The listbox on the left, lstGroup, is meant to display a file directory tree beginning with a certain path. The listbox on the right, lstTemplate, is meant to display the files from
|
| How to clear the contents (and images) from the clipboard? | 01 Nov 2005 03:41 GMT | 1 |
Could anybody help me with code to clear all images and contents on the clipboard? The reason is that I want to get rid of the message "You placed a large amount..." when I stop my application. The code below, which I have found on the internet, seems not to work for me although ...
|