VB6 COM add-in for MS Word 2000
Mon, 29 May 2006 10:25:02 -0700
I want to create a COM Add-In for MS Word 2000 using VB6 that should perform
the following:
1. Add in has a VB form that contains a VB6 toolbar control etc.
2. When user clicks on a commandButton on MS Word toolbar, the VB6 form pops
up. The form is docked to the border of the Word document window during ...
|
Regarding templates and manifest
27 May 2006 15:00:56 -0700
hi,
I have created a template which contains custom menu and a toolbar. I
open this template through .Net application.it works fine and opens as
a word document. but when user save this document to local disc and
opens it again, template is not attached and it lost menu and toolbar.I
tried putting in startu ...
|
*.DOT Add-Ins vs. COM Add-Ins
20 May 2006 02:28:24 -0700
I'm developing an add-in (in VB) for Word and hesitating whether I
should pack it into a DOT add-in or a COM add-in.
The add-in should have its own toolbar and/or menu, so, as previously
discussed in this group, the best practice for this is not to create
the toolbar dynamically, but to load it from pre-desi ...
|
how to add a text to the document
Wed, 10 May 2006 11:07:20 +0530
hi,
i need to add the text and image to the current word document
programitically. how can i do that. i am using vc++6.0
--
Regards,
RamakoteswaraRao Koti
...
|
Need help with sending HTTP strings from Access VBA.
Fri, 05 May 2006 23:39:40 -0500
Can someone point me to some good instructions on using the
WinInet.dll functions from VBA?
I need to interact with a MySQL database via HTTP strings.
We already have the database set up and a PHP script that can receive
commands via HTTP. The script receives the HTTP commands and performs
the database act ...
|
add-ins dont work
Fri, 5 May 2006 05:51:01 -0700
Hi,
I had a shared add-in that worked so good on word but now i dont know what
happend that i stopped to work , ms word seems to be dead it does not answer
to any add-ins at all.
i use VS 2005 and C# and office 2003
I set "Start external program" to winword.exe and used breakpoint to debugg
my code ...
|
Docked User Forms in Word - the Best Practice
4 May 2006 11:42:23 -0700
I've seen this topic discussed many times in this group, but I've never
seen what is ultimately the best practice of creating a window that
should not modal (i.e. shows while the document can be edited) and
should not obscure any part of the document.
It's desirable to have a solution for a few recent versio ...
|
|
|
FAQ - Frequently Asked Questions - vba - please read before posting - unofficial May posting
Wed, 3 May 2006 14:32:22 -0500
FAQ = Frequently Asked Questions - brief - vba - unofficial
This FAQ is posted every ten days or so.
Please save us all some time by reading it before posting to the
news group.
This newsgroup is about VBA - Visual Basic for Applications -
which is the programming language for Word 97-2003 (macros).
Ther ...
|
How to suppress save template prompt (Word COM Add-in)?
3 May 2006 07:01:48 -0700
Hi,
I've written a COM Word add-in that adds a toolbar on connection and
removes the toolbar on disconnection events.
I've seen this topic already discussed in this group, and I learned
that the best practice is to supply an additional global DOT file that
will contain the toolbar, and the COM addin will ...
|
Cascading Style Sheet Is Such A Hazard To Your Privacy ||||
1 May 2006 04:54:50 -0700
Cascading Style Sheet [.css] is such a hazard to your privacy. It
allows others on the internet to see your monitor and files. It allows
them to copy images on your monitor to their computers. It also allows
them to copy files from your computer to their computers. It is
dangerous. Avoid at all costs.
CSS i ...
|