how should i install sdk ?
i found on www.spsfaq.com this code :
Set objHq = New CHTTPQuery
objHq.IsAsync = True
objHq.StartSearchQuery strQuery, 0, -1, -1, False
objHq.WaitForQueryCompletion
strResult = objHq.QueryResults
it doesn't work !! (so i must install sdk of course), but when i
'm searching for CHTTPQuery object in help of sdk, i didn't find it ...
someone know about CHTTPQuery ?
i want to make my own web part with simple search ....