Reputation: 1
I want to make a textbox similar in function to the search textbox in the windows 7 start menu. When I search for something in the windows 7 start menu, the process searchindexer.exe runs. So you would think that is what I have to run in my program. But when I run it, nothing happens.
Someone said to use the Windows API Code Pack for .NET Framework as that provides API hooks for using the existing Windows Search inside my own applications. Sounds like that is what I want. Can someone get me started on how one uses API hooks, as I am new to programming.
Upvotes: 0
Views: 889
Reputation: 37
I'm no master of hooks but here
http://support.microsoft.com/kb/319524
And here
Seem to be a good start.
Upvotes: 0