by: brad |
last post by:
Has anyone created a WordXP addin with VB.Net that
utilizes an ADO database connection.
I have one that gets an error on the adodb.connect method
when the add in is run on Windows NT, but it...
|
by: Jaime Rios |
last post by:
Hi,
I created a COM AddIn for Word that performs the functions
that it needs to, but I needed to add the ability for the
toolbar created by the COM AddIn to remember it's last
position and...
|
by: Richard |
last post by:
Office Addins are easy in .NET. Try this from Visual
Studio's main menu:
File
New Project
"Other Projects"
Extensibility Projects
Shared Addin
Run the wizard and you're off...
|
by: BC |
last post by:
Hello,
We are creating an Office add-in. We are able to
display the add-in successfully. However, we followed
a sample program, and it displays a FaceID = 1044 (which
is not the bitmap of the...
|
by: kids_pro |
last post by:
Hi there,
I develop an office add-in project (Ms Word).
I want to detect and capture the current cursor position (when user type) so
that I can display a popup window to give them some choice...
|
by: maitrepoy |
last post by:
Hello
I have to create a small addin which works on Powerpoint, Word, Outlook, and Excel on Office 2000, XP, and 2003.
This addin consists in adding 2 new Buttons in the "File" Menu of office....
|
by: maitrepoy |
last post by:
hello
I have to create a small addin which works on Powerpoint, Word, Outlook, and Excel on Office 2000, XP, and 2003.
This addin consists in adding 2 new Buttons in the "File" Menu of office....
|
by: B-Dog |
last post by:
I built an application that uses the outlook, excel, office addin's but I
have 2003 on my machine and the machine I need to deploy to used 2000. Is
there a way to downgrade these addin's. I tried...
|
by: tzs |
last post by:
I tried to follow the tutorial in the Visio 2003 SDK which implements an
COM-AddIn for Visio 2003 in VB.Net. I used the VB Express (2005) version. I
could make the Template Wizard work and the MS...
|
by: Fred |
last post by:
FU2 microsoft.public.dotnet.general
Hello,
I am trying VS 2008 (trial version).
I want to create a MS Project 2003 Add in with .NET 2.0
I can create and save it, but when I want to load again...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|