A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Mouse Hover In Outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 23rd 08, 03:36 AM posted to microsoft.public.outlook.program_vba
Mike
external usenet poster
 
Posts: 332
Default Mouse Hover In Outlook

Hi,

I would l like to set up a glossary of acronyms in Microsoft Outlook.

So for example, if someone sends me an email with the word "VBA", and "VBA"
was in my list of glossary terms, then once I place my mouse over the word, a
pop up box or comment with "VBA: Visual Basic for Applications" will be
shown.

The glossary can be hard-coded into vba if there is no other way.

Does anyone have any ideas?

Thanks in advance.

Ads
  #2  
Old January 23rd 08, 02:57 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Mouse Hover In Outlook

Boy, I wouldn't want to write that one in VBA code, or in any language.

You'd most likely need to write a Windows message handler and hook into all
Windows messages from the mouse. You'd have to get the mouse coordinates,
match those somehow to the Outlook window and the text under the mouse
cursor, figure out what the text was and then display your dialog window.
That's really almost completely a Win32 API program and not really suitable
for VBA coding.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Mike" wrote in message
...
Hi,

I would l like to set up a glossary of acronyms in Microsoft Outlook.

So for example, if someone sends me an email with the word "VBA", and
"VBA"
was in my list of glossary terms, then once I place my mouse over the
word, a
pop up box or comment with "VBA: Visual Basic for Applications" will be
shown.

The glossary can be hard-coded into vba if there is no other way.

Does anyone have any ideas?

Thanks in advance.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening Outlook - Mouse Selection problems Jason Outlook - General Queries 0 September 17th 07 03:34 AM
Outlook 2003 crash after drop down list selection with mouse Fabrício Souza Outlook - Installation 0 May 21st 07 08:10 PM
Want to hide mouse cursor(I-beam) in Outlook Danny Outlook - General Queries 1 March 7th 07 01:41 PM
Wireless mouse stops working properly in Outlook 2003 MarcoCinn Outlook - General Queries 1 November 24th 06 05:36 PM
Mouse dissappears in Outlook 2007 B2 tomax7 Outlook - General Queries 5 June 8th 06 07:31 PM


All times are GMT +1. The time now is 03:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.