Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default 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
  #2   Report Post  
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default using research pane

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
URL
http://www.metromilwaukee.com/clintongallagher/


"C Williams" 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



  #3   Report Post  
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default using research pane

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"

  #4   Report Post  
Posted to microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default using research pane

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" 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"



  #5   Report Post  
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default using research pane

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
URL
http://www.metromilwaukee.com/clintongallagher/

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



"C Williams" 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"





  #6   Report Post  
Posted to microsoft.public.dotnet.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default using research pane

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
URL
http://www.metromilwaukee.com/clintongallagher/


"Dino Chiesa [Microsoft]" wrote in message
...
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" 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"





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I kill the Research pane, other task panes in Excel EllenB Setting up and Configuration of Excel 2 August 9th 06 10:44 PM
I want to turn off research task pane forever. melissa Excel Worksheet Functions 0 June 22nd 06 03:40 PM
How To disable Alt Key Research Pane BobT Excel Discussion (Misc queries) 0 June 6th 06 01:16 PM
How do I JUMP from pane 1 to Pane 2? Ken Jarvis Excel Worksheet Functions 5 November 14th 05 05:51 PM
Excel Research Task Pane Lane Excel Discussion (Misc queries) 2 May 13th 05 07:11 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"