473,385 Members | 1,341 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

using research pane

Hi.

Does anyone know how to use the research pane in Word/Excel to monitor
the word a user is currently typing in order to do something useful with
that information (e.g. check to see if the current word is a certain
name and then display some information about that person in the research
pane)?

Ideally, I could get Word/Excel to alert me every time a character has
been typed. That seems unlikely, though. One idea I have is to query
the document every so often and determine the word closest to the
cursor. Any better ideas?

Any insights you have would be appreciated!

Thanks!

-Casey
Jul 21 '05 #1
5 1543
Its done using Smart Tags.

Google: "smarttags"
Google: "smart tags"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"C Williams" <no****@thank.you> wrote in message
news:9HRmd.12357$tI3.1784@trndny01...
Hi.

Does anyone know how to use the research pane in Word/Excel to monitor
the word a user is currently typing in order to do something useful with
that information (e.g. check to see if the current word is a certain
name and then display some information about that person in the research
pane)?

Ideally, I could get Word/Excel to alert me every time a character has
been typed. That seems unlikely, though. One idea I have is to query
the document every so often and determine the word closest to the
cursor. Any better ideas?

Any insights you have would be appreciated!

Thanks!

-Casey

Jul 21 '05 #2
Okay, thanks--as I understand them, smart tags can be useful as people
type.

I think those will be very useful, but I would also like to have the
ability to integrate with the research pane. Maybe it doesn't need to
be constantly updating (probably wouldn't make sense anyway), but it
would be very nice if I could auto-populate the research pane with some
text, based on the smart tag results. Almost as great would be if I
could automate a "search for" request. I can't seem to find the code
for doing this anywhere, and I'm beginning to doubt that it's possible.

Is there any way to write code to send a request of, say, "boston red
sox" to the research pane and then have it execute a query of one or
more web services?

Thanks again for any insights or comments!

-Casey

clintonG wrote:
Its done using Smart Tags.

Google: "smarttags"
Google: "smart tags"

Jul 21 '05 #3
Not sure, but The Information Bridge Framework may offer some guidance on
this.
see
http://msdn.microsoft.com/office/und...k/default.aspx

It includes smart tags, research pane stuff, and some other bits.

-D

"C Williams" <no****@thank.you> wrote in message
news:dYUmd.12467$tI3.6072@trndny01...
Okay, thanks--as I understand them, smart tags can be useful as people
type.

I think those will be very useful, but I would also like to have the
ability to integrate with the research pane. Maybe it doesn't need to be
constantly updating (probably wouldn't make sense anyway), but it would be
very nice if I could auto-populate the research pane with some text, based
on the smart tag results. Almost as great would be if I could automate a
"search for" request. I can't seem to find the code for doing this
anywhere, and I'm beginning to doubt that it's possible.

Is there any way to write code to send a request of, say, "boston red sox"
to the research pane and then have it execute a query of one or more web
services?

Thanks again for any insights or comments!

-Casey

clintonG wrote:
Its done using Smart Tags.

Google: "smarttags"
Google: "smart tags"

Jul 21 '05 #4
Briefly and perhaps not as accurate as can be said, once the SmartTag has
been created it will light-up when any of the text the tag has been
developed to recognize is typed into the document or located with the
cursor. Highlighting the text can then send that text as a query string to a
service running in the task pane.

Check out the Getting Started resources [1].

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1]
http://www.msdn.microsoft.com/office...d/default.aspx

"C Williams" <no****@thank.you> wrote in message
news:dYUmd.12467$tI3.6072@trndny01...
Okay, thanks--as I understand them, smart tags can be useful as people
type.

I think those will be very useful, but I would also like to have the
ability to integrate with the research pane. Maybe it doesn't need to
be constantly updating (probably wouldn't make sense anyway), but it
would be very nice if I could auto-populate the research pane with some
text, based on the smart tag results. Almost as great would be if I
could automate a "search for" request. I can't seem to find the code
for doing this anywhere, and I'm beginning to doubt that it's possible.

Is there any way to write code to send a request of, say, "boston red
sox" to the research pane and then have it execute a query of one or
more web services?

Thanks again for any insights or comments!

-Casey

clintonG wrote:
Its done using Smart Tags.

Google: "smarttags"
Google: "smart tags"

Jul 21 '05 #5
The distinction being the IBF requires the use of Windows Forms.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Dino Chiesa [Microsoft]" <di****@online.microsoft.com> wrote in message
news:uc**************@TK2MSFTNGP09.phx.gbl...
Not sure, but The Information Bridge Framework may offer some guidance on
this.
see
http://msdn.microsoft.com/office/und...k/default.aspx

It includes smart tags, research pane stuff, and some other bits.

-D

"C Williams" <no****@thank.you> wrote in message
news:dYUmd.12467$tI3.6072@trndny01...
Okay, thanks--as I understand them, smart tags can be useful as people
type.

I think those will be very useful, but I would also like to have the
ability to integrate with the research pane. Maybe it doesn't need to be constantly updating (probably wouldn't make sense anyway), but it would be very nice if I could auto-populate the research pane with some text, based on the smart tag results. Almost as great would be if I could automate a "search for" request. I can't seem to find the code for doing this
anywhere, and I'm beginning to doubt that it's possible.

Is there any way to write code to send a request of, say, "boston red sox" to the research pane and then have it execute a query of one or more web
services?

Thanks again for any insights or comments!

-Casey

clintonG wrote:
Its done using Smart Tags.

Google: "smarttags"
Google: "smart tags"


Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: C Williams | last post by:
Hi, Is there a way to insert an image from the research pane into the document? The insert button appears to work only for text--is there a way around this? Thanks! -Casey
5
by: C Williams | last post by:
Hi. Does anyone know how to use the research pane in Word/Excel to monitor the word a user is currently typing in order to do something useful with that information (e.g. check to see if the...
4
by: C Williams | last post by:
Hi, Is there a way to insert an image from the research pane into the document? The insert button appears to work only for text--is there a way around this? Thanks! -Casey
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.