MSDN Search sample for PellesC v 7

Started by TimoVJL, April 20, 2012, 12:17:47 PM

Previous topic - Next topic

TimoVJL

Here is MSDN Search sample for PellesC v 7 for further development.
This version add option 'MSDN Search' to source document content menu

EDIT 20120430 added F1-key support MSDNSearch_WS_2.zip

EDIT 20130422 local SDK help with DExplore.exe Help2SearchSDK_WS.zip
May the source be with you

AlexN

Quote from: timovjl on April 20, 2012, 12:17:47 PM
Here is MSDN Search sample for PellesC v 7 for further development.
This version add option 'MSDN Search' to source document content menu

Thank you!

It looks very good! (I think it's more than an example) ;)
best regards
Alex ;)

CommonTater

#2
Thank you Timo!  ...  I'm currently finishing up a project started with 6.50 and when I get that done I'll be switching up to ver 7.00 for keeps so this will be very handy.

If you're looking to expand this to include F1 searches take a look at the AddInHelp callback in the SDK... It bumps each time you press F1, so if you install a callback for it you can invoke it either before or after searching the local help files...  (I use it in my C++ Addin, if you want to see an example.)

JohnF