52.2 F
Los Angeles
Friday, March 29, 2024

Trump Lawyer Resigns One Day Before Trial To Begin

Joseph Tacopina has filed with the courts that he will not represent Donald J. Trump. The E. Jean Carroll civil case is schedule to begin Tuesday January 16,...

Judge Lewis A. Kaplan Issues Order RE Postponement

On May 9, 2023, a jury found Donald J. Trump liable for sexual assault and defamation. The jury awarded Ms. Carroll $5 million in damages. Seven months ago,...

ASUS Announces 2023 Vivobook Classic Series

On April 7, 2023, ASUS introduced five new models in the 2023 Vivobook Classic series of laptops. The top laptops in the series use the 13th Gen Intel® Core™...
HardwareTablet PCDesktop search and ink-enabled applications

Desktop search and ink-enabled applications

With MSN’s recent release of some more details on how to integrate with their desktop search, I’m deep into trying to make it work with my Agilix InfiNotes-derived note-taking application.

Here’s the basics of what I understand so far.

First, what am I talking about? Well, MSN provides a Desktop Search appliciation that you can install on your system which enables you to rapidly search documents, emails, images, and more. Searching OneNote is even supported. There are other desktop search tools from Google and Copernic and others, but they all work differently. I’ll focus on MSN’s desktop search for now because of these search utilities I have a hunch that MSN’s has the best chance of supporting ink well.

What forms of search support is required in by an application? There are several, but the areas I’m most interested in are:

* being able to search the my custom notes documents (including recognized ink and text).
* providing previews of the notes in the desktop browser

The first part is accomplished by adding or customizing “addins”. At the low-level is a COM interface that implements IFilter. The second part doesn’t really have an API, but can be accomplished via some MSHTML magic.

So what information is available to a developer that wants to support MSN desktop-style searching? Here’s what I’ve found:

* Main MSN developer API page
* List of MSN third-party add-ins for desktop search
* Channel9 MSN desktop search WiKi for addin developers
* MSN UI developer, Steve Ickman, has a blog in which he provides details on integrating with MSN desktop search.
* Brandon Paddock blogs about some desktop search hacks here.
* MSN Search Newsgroup. Some developer discussions. Mostly user issues.
* Some general MSN search how-to stuff
* MSN Search Weblog
* Hmmm…there’s a couple more I can’t quite recall…I’ll add them to the list.

Developer information on supporting MSN’s desktop search is a bit sparse, so be prepared for lots of re-reading and writing of test apps to figure things out.

Tomorrow I’ll get into some details on a minimalist way that I got MSN desktop search to make my notes searchable and then I’ll get into the “real” way.

Loren
Lorenhttp://www.lorenheiny.com
Loren Heiny (1961 - 2010) was a software developer and author of several computer language textbooks. He graduated from Arizona State University in computer science. His first love was robotics.

Latest news

Related news

  1. Yeah…I keep checking back in hopes that the things I want to do are included in the latest SDK.