Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word,microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.dotnet.general,microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I kill the Research pane, other task panes in Excel | Setting up and Configuration of Excel | |||
I want to turn off research task pane forever. | Excel Worksheet Functions | |||
How To disable Alt Key Research Pane | Excel Discussion (Misc queries) | |||
How do I JUMP from pane 1 to Pane 2? | Excel Worksheet Functions | |||
Excel Research Task Pane | Excel Discussion (Misc queries) |